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