Common.css
Jump to navigation
Jump to search
No edit summary |
Bergerkiller (talk | contribs) No edit summary |
||
| (29 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here applies to all skins */ | /* CSS placed here applies to all skins */ | ||
@import url("/fonts/include.css"); | |||
.mw-editfont-monospace { | |||
font-family: Consolas, sans-serif; | |||
} | |||
.minecraft-font { | |||
font-family: "Minecraft Seven", sans-serif; | |||
font-weight: normal; | |||
} | |||
.sign-template-panel { | |||
width: 200px; | |||
height: 100px | |||
} | |||
.sign-template-line { | |||
font-family: "Minecraft Seven", sans-serif; | |||
font-weight: normal; | |||
font-size: 20px; | |||
height: 24px; | |||
} | |||
#t-print { display: none; } | #t-print { display: none; } | ||
| Line 7: | Line 29: | ||
#t-upload { display: none; } | #t-upload { display: none; } | ||
#ca-talk { display:none!important; } | #ca-talk { display:none!important; } | ||
Latest revision as of 18:13, 13 October 2025
/* CSS placed here applies to all skins */
@import url("/fonts/include.css");
.mw-editfont-monospace {
font-family: Consolas, sans-serif;
}
.minecraft-font {
font-family: "Minecraft Seven", sans-serif;
font-weight: normal;
}
.sign-template-panel {
width: 200px;
height: 100px
}
.sign-template-line {
font-family: "Minecraft Seven", sans-serif;
font-weight: normal;
font-size: 20px;
height: 24px;
}
#t-print { display: none; }
#t-specialpages { display: none; }
#feedlinks { display: none; }
#t-recentchangeslinked { display: none; }
#t-upload { display: none; }
#ca-talk { display:none!important; }