MediaWiki: Common.css: Difference between revisions
From BalCCon2k24
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
@import url('https://fonts.googleapis.com/css2?family=Rubik+Pixels&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Rubik+Pixels&display=swap'); | ||
@import url('https://fonts.googleapis.com/css2?family=Rubik+Maze&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Rubik+Maze&display=swap'); | ||
@import url('https://fonts.googleapis.com/css2?family=Honk&display=swap'); | |||
body { | body { | ||
font-family: 'Open Sans'; | font-family: 'Open Sans'; | ||
Line 21: | Line 22: | ||
font-style: normal; | font-style: normal; | ||
} | } | ||
.honk-<uniquifier> { | |||
font-family: "Honk", system-ui; | |||
font-optical-sizing: auto; | |||
font-weight: 400; | |||
font-style: normal; | |||
font-variation-settings: | |||
"MORF" 15, | |||
"SHLN" 50; | |||
} | |||
.navbar-default{ | .navbar-default{ | ||
font-family: 'Rubik Maze'; | font-family: 'Rubik Maze'; | ||
Line 27: | Line 38: | ||
} | } | ||
.firstHeading{ | .firstHeading{ | ||
font-family: ' | font-family: 'Honk'; | ||
} | } | ||
#footer { display: none; } | #footer { display: none; } |
Revision as of 22:04, 10 March 2024
/* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=Rubik+Glitch&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Rubik+Pixels&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Rubik+Maze&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Honk&display=swap'); body { font-family: 'Open Sans'; font-size: 16px; color: #888; background-color: #33333; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; top: 600px; left: 0; } .rubik-maze-regular { font-family: "Rubik Maze", system-ui; font-weight: 400; font-style: normal; } .honk-<uniquifier> { font-family: "Honk", system-ui; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-variation-settings: "MORF" 15, "SHLN" 50; } .navbar-default{ font-family: 'Rubik Maze'; font-size: 16px; } .firstHeading{ font-family: 'Honk'; } #footer { display: none; }