VigersRay (обсуждение | вклад) Нет описания правки |
VigersRay (обсуждение | вклад) Нет описания правки |
||
Строка 19: | Строка 19: | ||
color: #6699ff; | color: #6699ff; | ||
font-family: 'Merriweather', serif; | font-family: 'Merriweather', serif; | ||
} | |||
a.new:hover, .new a:hover, a.new:visited, .new a:visited { | |||
color: #FF3333; | |||
} | |||
.mw-plusminus-neg { | |||
color: #FF0000; | |||
} | |||
#searchButton, #mw-searchButton { | |||
border: 0 !important; | |||
left: 38vw; | |||
right: 0; | |||
margin-left: auto; | |||
margin-right: auto; | |||
} | |||
#mw-footer-container a:hover { | |||
color: #ffff33; | |||
} | |||
#mw-footer-container a:visited { | |||
color: #ffff66; | |||
} | } |
Версия от 18:34, 8 февраля 2024
@import url(https://tools-static.wmflabs.org/fontcdn/css?family=Merriweather);
html {
background: rgb(0,0,0) !important;
height: 100%;
font-size: 1.1em;
filter: brightness(100%) contrast(100%) grayscale(0%) !important;
-webkit-filter: brightness(100%) contrast(100%) grayscale(0%) !important;
overflow-x: hidden;
}
body {
margin: 0;
background: #000;
color: #ccccff;
font-family: 'Merriweather', serif;
}
h1, h2, h3, h4 {
color: #6699ff;
font-family: 'Merriweather', serif;
}
a.new:hover, .new a:hover, a.new:visited, .new a:visited {
color: #FF3333;
}
.mw-plusminus-neg {
color: #FF0000;
}
#searchButton, #mw-searchButton {
border: 0 !important;
left: 38vw;
right: 0;
margin-left: auto;
margin-right: auto;
}
#mw-footer-container a:hover {
color: #ffff33;
}
#mw-footer-container a:visited {
color: #ffff66;
}