MediaWiki:Common.css: Difference between revisions
No edit summary Tag: Reverted |
No edit summary |
||
| (13 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; } | ||
#siteSub { | |||
display: inline; | |||
font-size: 90%; | |||
font-style: italic; | |||
} | |||
@font-face { | @font-face { | ||
font-family: Kiladako; | font-family: Kiladako; | ||
src: url( | src: url(./resource/font/Kiladako.ttf); | ||
} | |||
.page-actions-menu { | |||
display:none; | |||
} | |||
.minerva__tab-container { | |||
display:none; | |||
} | |||
.last-modified-bar { | |||
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;
}