MediaWiki:Common.css: Difference between revisions

From BergerHealer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here applies to all skins */
/* CSS placed here applies to all skins */
#@import url("https://fontsapi.zeoseven.com/572/main/result.css");
@font-face {
  font-family: "Minecraft Seven";
  src: url("/fonts/Minecraft-Seven_v2.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
 
.minecraft-font {
  font-family: "Minecraft Seven", sans-serif;
  font-weight: normal;
}


#body {
#body {

Revision as of 14:46, 28 September 2025

/* CSS placed here applies to all skins */
@font-face {
  font-family: "Minecraft Seven";
  src: url("/fonts/Minecraft-Seven_v2.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

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

#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; }