MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Jack Phoenix (talk | contribs) (indent with tabs, not with spaces) |
Hoof Hearted (talk | contribs) (Fix reported errors on lines 9 & 14) |
||
Line 7: | Line 7: | ||
/* No page name on main page (en) */ | /* No page name on main page (en) */ | ||
.page-Welcome .firstHeading { | |||
display: none; | display: none; | ||
} | } | ||
/* Make the info in the semantic bubbles readable */ | /* Make the info in the semantic bubbles readable */ | ||
.smwtt { | |||
font-size: 127%; | font-size: 127%; | ||
} | } |
Revision as of 22:07, 26 May 2017
/* CSS placed here will affect all skins */
/* Italicize redirects in [[Special:AllPages]] */
.allpagesredirect {
font-style: italic;
}
/* No page name on main page (en) */
.page-Welcome .firstHeading {
display: none;
}
/* Make the info in the semantic bubbles readable */
.smwtt {
font-size: 127%;
}