MediaWiki:Common.css
From Whitespace (Hackerspace Gent)
(Difference between revisions)
| Line 4: | Line 4: | ||
display: none; | display: none; | ||
text-align: center; | text-align: center; | ||
| − | padding-top: | + | padding-top: 20px; |
| − | padding-bottom: | + | padding-bottom: 20px; |
background-color: #00e300; | background-color: #00e300; | ||
font-weight: bold; | font-weight: bold; | ||
| − | font-size: | + | font-size: 150%; |
} | } | ||
Revision as of 23:13, 19 December 2010
/* CSS placed here will be applied to all skins */
#openbanner {
display: none;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
background-color: #00e300;
font-weight: bold;
font-size: 150%;
}