MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
David Mason (talk | contribs) No edit summary |
David Mason (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
h1.firstHeading { | h1.firstHeading { | ||
Line 21: | Line 9: | ||
} | } | ||
.brand { background: url(/mediawiki/images/d/d5/ACW_4C.gif) 35% 50% no-repeat !important; } | |||
.brand | |||
.noticebox { | .noticebox { |
Revision as of 17:57, 6 November 2012
/* CSS placed here will be applied to all skins */
h1.firstHeading {
display: none;
}
.cleared {
clear: both;
}
.brand { background: url(/mediawiki/images/d/d5/ACW_4C.gif) 35% 50% no-repeat !important; }
.noticebox {
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
background: #eee;
padding: 5px;
}
.hidden {
display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
border-bottom: none;
}
h1 { font-size: 130% }
h2 {font-size: 125% }
h3 {font-size: 120% }
h4 {font-size: 115% }
h5 {font-size: 110% }