MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user 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 #content h1 { | body.page-Main_Page #content h1 { display: none; } | ||
body.page-Main_Page .header-container { display: none; } | body.page-Main_Page .header-container { display: none; } | ||
Line 17: | Line 17: | ||
.page-actions-menu { | .page-actions-menu { | ||
display:none; | |||
} | |||
.minerva__tab-container { | |||
display:none; | |||
} | |||
.last-modified-bar { | |||
display:none; | display:none; | ||
} | } |
Latest revision as of 20:15, 22 January 2024
/* CSS placed here will be applied to all skins */ body.page-Main_Page #content h1 { display: none; } body.page-Main_Page .header-container { display: none; } #siteSub { display: inline; font-size: 90%; font-style: italic; } @font-face { font-family: Kiladako; src: url(./resource/font/Kiladako.ttf); } .page-actions-menu { display:none; } .minerva__tab-container { display:none; } .last-modified-bar { display:none; }