No edit summary |
No edit summary |
||
(One intermediate revision 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 */ | ||
@import url('/skins/Fishwiki/FishInfoBox.css'); | @import url('/skins/Fishwiki/FishInfoBox.css'); | ||
/* Hide title and edit tools on main page */ | |||
.page-Main_Page .mw-side, | |||
.page-Main_Page .firstHeading, | |||
.page-Main_Page #siteSub { | |||
display: none!important; | |||
} | |||
/* Force override until skin is updated */ | |||
.skin-citizen blockquote { | |||
margin: 0.8rem 20px; | |||
padding: 0; | |||
} |
Latest revision as of 00:01, 21 June 2024
/* CSS placed here will be applied to all skins */
@import url('/skins/Fishwiki/FishInfoBox.css');
/* Hide title and edit tools on main page */
.page-Main_Page .mw-side,
.page-Main_Page .firstHeading,
.page-Main_Page #siteSub {
display: none!important;
}
/* Force override until skin is updated */
.skin-citizen blockquote {
margin: 0.8rem 20px;
padding: 0;
}