MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Hoof Hearted (talk | contribs) (rv Category pages, remove bullets from sub-category lists - not as expected, Italicize disambiguations in Special:AllPages) |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
/* | /* CSS placed here will affect all skins */ | ||
/* Italicize redirects in [[Special: | /* Italicize redirects in [[Special:AllPages]] */ | ||
.allpagesredirect { font-style: italic; } | .allpagesredirect { | ||
font-style: italic; | |||
} | |||
/* Italicize disambiguations in [[Special:AllPages]] */ | |||
.allpagesdisambiguation { | |||
font-style: italic; | |||
} | |||
/* No page name on main page */ | |||
.page-Welcome .firstHeading { | |||
display: none; | |||
} | |||
/* Make the info in the semantic bubbles readable */ | |||
.smwtt { | |||
font-size: 127%; | |||
} |
Latest revision as of 00:42, 18 February 2020
/* CSS placed here will affect all skins */
/* Italicize redirects in [[Special:AllPages]] */
.allpagesredirect {
font-style: italic;
}
/* Italicize disambiguations in [[Special:AllPages]] */
.allpagesdisambiguation {
font-style: italic;
}
/* No page name on main page */
.page-Welcome .firstHeading {
display: none;
}
/* Make the info in the semantic bubbles readable */
.smwtt {
font-size: 127%;
}