MediaWiki: Common.css: различия между версиями
Материал из Vanilla Station
TFMB (обсуждение | вклад) Нет описания правки |
TFMB (обсуждение | вклад) мНет описания правки |
||
Строка 35: | Строка 35: | ||
color: white; | color: white; | ||
} | } | ||
.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover { | .navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover { | ||
Строка 43: | Строка 42: | ||
background:#27272e !important; | background:#27272e !important; | ||
} | } | ||
body.page-Заглавная_страница.action-view h1.firstHeading, body.page-Заглавная_страница.action-submit h1.firstHeading { display: none; } |
Версия от 19:12, 20 мая 2024
.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
color: white
}
body {
background: #1b1b1f !important;
border-bottom: 1px solid black
}
#maincontentwrapper {
overflow-wrap: break-word;
color: white
}
.navbar-brand {
color: white
}
.navbar-light .navbar-nav .nav-link {
color: white
}
.form-control,.mw-htmlform-field-HTMLTextField input,.mw-input select,.mw-input textarea,body #contentwrapper #maincontentwrapper .oo-ui-textInputWidget .oo-ui-inputWidget-input {
background: #27272e;
border: 1px solid black;
border-radius: 0.8rem
}
.form-control:focus,.mw-htmlform-field-HTMLTextField input:focus,.mw-input select:focus,.mw-input textarea:focus,body #contentwrapper #maincontentwrapper .oo-ui-textInputWidget .oo-ui-inputWidget-input:focus {
background: #212126;
color: white;
}
.navbar-brand {
color: white;
}
.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
color: #f8f9fa
}
#footer,.bg-light{
background:#27272e !important;
}
body.page-Заглавная_страница.action-view h1.firstHeading, body.page-Заглавная_страница.action-submit h1.firstHeading { display: none; }