MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
m (RyanDo moved page MediaWiki:Common1.css to MediaWiki:Common.css without leaving a redirect) |
Bergerkiller (talk | contribs) No edit summary |
||
(27 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 */ | ||
@font-face { | |||
font-family: "Minecraft Seven"; | |||
src: url("/fonts/Minecraft-Seven_v2.woff2") format("woff2"); | |||
font-weight: normal; | |||
font-style: normal; | |||
} | |||
@font-face { | |||
font-family: 'IBM Plex Mono'; | |||
src: url('/fonts/ibm-plex-mono/IBMPlexMono-Regular.ttf') format('truetype'); | |||
font-weight: normal; | |||
font-style: normal; | |||
} | |||
@font-face { | |||
font-family: 'IBM Plex Mono'; | |||
src: url('/fonts/ibm-plex-mono/IBMPlexMono-Bold.ttf') format('truetype'); | |||
font-weight: bold; | |||
font-style: normal; | |||
} | |||
@font-face { | |||
font-family: 'IBM Plex Mono'; | |||
src: url('/fonts/ibm-plex-mono/IBMPlexMono-Italic.ttf') format('truetype'); | |||
font-weight: normal; | |||
font-style: italic; | |||
} | |||
.mw-editfont-monospace { | |||
font-family: 'IBM Plex Mono', monospace !important; | |||
} | |||
.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; } |
Latest revision as of 15:05, 10 October 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; } @font-face { font-family: 'IBM Plex Mono'; src: url('/fonts/ibm-plex-mono/IBMPlexMono-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'IBM Plex Mono'; src: url('/fonts/ibm-plex-mono/IBMPlexMono-Bold.ttf') format('truetype'); font-weight: bold; font-style: normal; } @font-face { font-family: 'IBM Plex Mono'; src: url('/fonts/ibm-plex-mono/IBMPlexMono-Italic.ttf') format('truetype'); font-weight: normal; font-style: italic; } .mw-editfont-monospace { font-family: 'IBM Plex Mono', monospace !important; } .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; }