No edit summary |
(Added functional Light Mode.) |
||
| Line 1: | Line 1: | ||
/* Background Image */ | /* Background Image */ | ||
body { | :root { | ||
background-image: url('images/LM2_Wallpaper- | body { | ||
background-repeat: repeat; | background-image: url('images/LM2_Wallpaper-Brightest-Small.png'); | ||
background-size: 512px; | background-repeat: repeat; | ||
background-size: 512px; | |||
} | |||
} | |||
:root.skin-citizen-dark { | |||
body { | |||
background-image: url('images/LM2_Wallpaper-Dark.png'); | |||
background-repeat: repeat; | |||
background-size: 512px; | |||
} | |||
} | } | ||
Revision as of 15:28, 10 May 2024
/* Background Image */
:root {
body {
background-image: url('images/LM2_Wallpaper-Brightest-Small.png');
background-repeat: repeat;
background-size: 512px;
}
}
:root.skin-citizen-dark {
body {
background-image: url('images/LM2_Wallpaper-Dark.png');
background-repeat: repeat;
background-size: 512px;
}
}
/* Custom Fonts */
@font-face {
font-family: 'Alor';
src: url('fonts/Alor-Normal.eot');
src: url('fonts/Alor-Normal.eot?#iefix') format('embedded-opentype'),
url('fonts/Alor-Normal.woff2') format('woff2'),
url('fonts/Alor-Normal.woff') format('woff'),
url('fonts/Alor-Normal.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Alor Narrow';
src: url('fonts/AlorNarrowNormal.eot');
src: url('fonts/AlorNarrowNormal.eot?#iefix') format('embedded-opentype'),
url('fonts/AlorNarrowNormal.woff2') format('woff2'),
url('fonts/AlorNarrowNormal.woff') format('woff'),
url('fonts/AlorNarrowNormal.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
.mw-body,
.mw-headline,
.mw-label,
.mw-input,
.mw-body-content,
.mw-allpages-table-form,
.mw-allpages-nav {
font-family: 'Alor Narrow' !important;
}