MediaWiki:Common.css

From NEStalgia
Jump to: navigation, search
/* 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;
}