MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
m (typo) |
Jack Phoenix (talk | contribs) (indent with tabs, not with spaces) |
||
Line 1: | Line 1: | ||
/* | /* CSS placed here will affect all skins */ | ||
/* Italicize redirects in [[Special: | /* Italicize redirects in [[Special:AllPages]] */ | ||
.allpagesredirect { | .allpagesredirect { | ||
font-style: italic; | |||
} | } | ||
/* No page name on main page (en) */ | /* No page name on main page (en) */ | ||
body.page-Welcome h1.firstHeading { | |||
display: none; | |||
} | |||
/* Make the info in the semantic bubbles readable */ | /* Make the info in the semantic bubbles readable */ | ||
div.smwtt { | div.smwtt { | ||
font-size: 127%; | |||
} | } |
Revision as of 16:18, 4 May 2013
/* CSS placed here will affect all skins */
/* Italicize redirects in [[Special:AllPages]] */
.allpagesredirect {
font-style: italic;
}
/* No page name on main page (en) */
body.page-Welcome h1.firstHeading {
display: none;
}
/* Make the info in the semantic bubbles readable */
div.smwtt {
font-size: 127%;
}