MediaWiki:Common.css: Difference between revisions

From BergerHealer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
@import url("https://fontsapi.zeoseven.com/572/main/result.css");
@import url("https://fontsapi.zeoseven.com/572/main/result.css");


.minecraft-font {
body {
     font-family: "Minecraft", sans-serif;
     font-family: "Minecraft";
     font-weight: normal;
     font-weight: normal;
}
}

Revision as of 09:41, 28 September 2025

/* CSS placed here applies to all skins */
@import url("https://fontsapi.zeoseven.com/572/main/result.css");

body {
    font-family: "Minecraft";
    font-weight: normal;
}

#t-print { display: none; }
#t-specialpages { display: none; } 
#feedlinks { display: none; }
#t-recentchangeslinked { display: none; } 
#t-upload { display: none; }
#ca-talk { display:none!important; }