MediaWiki:Common.css: Difference between revisions
From Lancer Tactics Wiki
m media wiki button light background |
Add space mono font |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* latin */ | |||
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap'); | |||
body { | body { | ||
background: #1a212b; | background: #1a212b; | ||
input, #searchInput { | |||
font-family: 'Space Mono', monospace; | |||
} | |||
.mw-body { | |||
h1, h2, h3, h4, h5, h6 { | |||
font-family: 'Space Mono', monospace; | |||
} | |||
} | |||
#mw-header-container { | #mw-header-container { | ||
| Line 8: | Line 22: | ||
#p-logo-text a { | #p-logo-text a { | ||
font-family: 'Space Mono', monospace; | |||
text-transform: uppercase; | |||
color: #E5B91A; | color: #E5B91A; | ||
} | } | ||
#personal h2 { | #personal h2 { | ||
font-family: 'Space Mono', monospace; | |||
color: #E5B91A; | |||
background-image: url(/skins/Timeless/resources/images/user-glow.svg); | background-image: url(/skins/Timeless/resources/images/user-glow.svg); | ||
background-size: 20px 20px; | background-size: 20px 20px; | ||
background-position: left 13px; | |||
&::after { | &::after { | ||
background-image: url(/skins/Timeless/resources/images/arrow-down-glow.svg); | background-image: url(/skins/Timeless/resources/images/arrow-down-glow.svg); | ||
Revision as of 05:20, 5 July 2026
/* CSS placed here will be applied to all skins */
/* latin */
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
background: #1a212b;
input, #searchInput {
font-family: 'Space Mono', monospace;
}
.mw-body {
h1, h2, h3, h4, h5, h6 {
font-family: 'Space Mono', monospace;
}
}
#mw-header-container {
background: #1a212b;
#p-logo-text a {
font-family: 'Space Mono', monospace;
text-transform: uppercase;
color: #E5B91A;
}
#personal h2 {
font-family: 'Space Mono', monospace;
color: #E5B91A;
background-image: url(/skins/Timeless/resources/images/user-glow.svg);
background-size: 20px 20px;
background-position: left 13px;
&::after {
background-image: url(/skins/Timeless/resources/images/arrow-down-glow.svg);
}
}
}
@media screen and (max-width: 850px) {
#site-navigation h2 {
background-image: url(/skins/Timeless/resources/images/menu-large-glow.svg);
}
#site-tools h2 {
background-image: url(/skins/Timeless/resources/images/gear-large-glow.svg);
&::after {
background-image: url(/skins/Timeless/resources/images/arrow-down-glow.svg);
}
}
}
#mw-content-container {
background: #36455C;
// #mw-content {
// background: #36455C;
// }
}
#mw-footer-container {
color: #8197b8;
a {
color: #8197b8;
}
#footer-poweredbyico {
background: #8197b8;
padding: 4px 8px 4px 4px;
border-radius: 5px;
}
}
}