Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m |
|||
Line 16: | Line 16: | ||
padding:0.5em 1em; | padding:0.5em 1em; | ||
border:1px solid red; | border:1px solid red; | ||
background-color: # | background-color: #fcc; | ||
} | } |
Revision as of 16:31, 11 June 2013
/* CSS placed here will be applied to all skins */
/* Better-formatted pre tags in tables */
.plain-table pre { padding: 0; margin: 0; border: 0; background: inherit }
/* Topicons - displayed right of page title */
div.topicon {
top: -2.4em;
position: absolute;
z-index: 10;
display: block !important;
}
.rb-warning {
width:auto;
padding:0.5em 1em;
border:1px solid red;
background-color: #fcc;
}