Difference between revisions of "MediaWiki:Common.css"
From NEStalgia
(tooltips) |
|||
| (11 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | body.page-Main_Page | + | /* Remove the header from the main page */ |
| + | body.page-Main_Page h1.firstHeading { | ||
display: none | display: none | ||
| + | } | ||
| + | .tocnumber { display: none; } | ||
| + | /* Tooltips */ | ||
| + | .htt .tooltip-content .tooltip-hide, .hidden { display:none; } | ||
| + | |||
| + | .tooltip-ready { | ||
| + | visibility:hidden; | ||
| + | display:block; | ||
| + | z-index:999; | ||
} | } | ||
Latest revision as of 18:28, 24 April 2014
/* CSS placed here will be applied to all skins */
/* Remove the header from the main page */
body.page-Main_Page h1.firstHeading {
display: none
}
.tocnumber { display: none; }
/* Tooltips */
.htt .tooltip-content .tooltip-hide, .hidden { display:none; }
.tooltip-ready {
visibility:hidden;
display:block;
z-index:999;
}