MediaWiki:Common.css: Difference between revisions
From Lancer Tactics Wiki
borders and colors and header I think |
yellow buttons |
||
| Line 9: | Line 9: | ||
input, #searchInput { | input, #searchInput { | ||
font-family: 'Space Mono', monospace; | font-family: 'Space Mono', monospace !important; | ||
} | } | ||
h1, h2, h3, h4, h5, h6 { | |||
font-family: 'Space Mono', monospace !important; | |||
} | } | ||
| Line 66: | Line 64: | ||
background: #36455C; | background: #36455C; | ||
border-bottom: solid 4px #E5B91A; | border-bottom: solid 4px #E5B91A; | ||
input[type="button"], input[type="submit"] { | |||
background-color: #E5B91A !important; | |||
color: #11151C !important; | |||
border-color: #E5B91A !important; | |||
&:hover { | |||
color: #fff !important; | |||
} | |||
} | |||
} | } | ||
Revision as of 05:47, 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 !important;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Space Mono', monospace !important;
}
#mw-header-container {
background: #1a212b;
border-bottom: 4px solid #E5B91A;
#p-logo-text a {
font-family: 'Space Mono', monospace;
text-transform: uppercase;
color: #8197b8;
}
#personal h2 {
font-family: 'Space Mono', monospace;
color: #8197b8;
background-image: url(/skins/Timeless/resources/images/user-light.svg);
background-size: 20px 20px;
background-position: left 13px;
&::after {
background-image: url(/skins/Timeless/resources/images/arrow-down-light.svg);
}
}
#p-search {
padding-top: 4px;
}
}
@media screen and (max-width: 850px) {
#site-navigation h2 {
background-image: url(/skins/Timeless/resources/images/menu-large-light.svg);
}
#site-tools h2 {
background-image: url(/skins/Timeless/resources/images/gear-large-light.svg);
&::after {
background-image: url(/skins/Timeless/resources/images/arrow-down-light.svg);
}
}
}
#mw-header-hack {
display: none;
}
#mw-content-container {
background: #36455C;
border-bottom: solid 4px #E5B91A;
input[type="button"], input[type="submit"] {
background-color: #E5B91A !important;
color: #11151C !important;
border-color: #E5B91A !important;
&:hover {
color: #fff !important;
}
}
}
#mw-footer-container {
color: #8197b8;
a {
color: #8197b8;
}
#footer-poweredbyico {
background: #8197b8;
padding: 4px 8px 4px 4px;
border-radius: 5px;
}
}
}