VigersRay (обсуждение | вклад) Нет описания правки |
VigersRay (обсуждение | вклад) Нет описания правки |
||
Строка 50: | Строка 50: | ||
border-bottom-right-radius: 4px; | border-bottom-right-radius: 4px; | ||
border-bottom-left-radius: 4px; | border-bottom-left-radius: 4px; | ||
} | |||
#mw-page-header-links li.selected a { | |||
color: #cccc00; | |||
} | |||
#mw-related-navigation .sidebar-chunk { | |||
background: #333; | |||
border: outset #222; | |||
box-shadow: 2px 2px 1px rgba(0,0,0,0.5); | |||
border-radius: 3px; | |||
} | |||
@media screen and (max-width: 1099px) and (min-width: 851px) { | |||
#mw-related-navigation .sidebar-chunk { | |||
background: #333; | |||
border: outset #222; | |||
box-shadow: 2px 2px 1px rgba(0,0,0,0.5); | |||
border-radius: 3px; | |||
padding: 0 15px 5px 20px; | |||
} | |||
} | |||
.color-middle-container, .ts-inner { | |||
padding: 0; | |||
} | } |
Версия от 18:36, 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;
}
#mw-content {
background: #333;
border: solid #946c20;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
#mw-page-header-links li.selected a {
color: #cccc00;
}
#mw-related-navigation .sidebar-chunk {
background: #333;
border: outset #222;
box-shadow: 2px 2px 1px rgba(0,0,0,0.5);
border-radius: 3px;
}
@media screen and (max-width: 1099px) and (min-width: 851px) {
#mw-related-navigation .sidebar-chunk {
background: #333;
border: outset #222;
box-shadow: 2px 2px 1px rgba(0,0,0,0.5);
border-radius: 3px;
padding: 0 15px 5px 20px;
}
}
.color-middle-container, .ts-inner {
padding: 0;
}