MediaWiki: Common.css: различия между версиями

Материал из Vanilla Station
Перейти к: навигация, поиск
Нет описания правки
Нет описания правки
Строка 40: Строка 40:
#footer,.bg-light{
#footer,.bg-light{
     background:#27272e !important;
     background:#27272e !important;
}
#tweekiTOC #toc a,#tweekiTOC{
    color:white;
}
#tweekiTOC #toc a:hover{
    color:gray;
}
}
body.page-Заглавная_страница.action-view h1.firstHeading, body.page-Заглавная_страница.action-submit h1.firstHeading { display: none; }
body.page-Заглавная_страница.action-view h1.firstHeading, body.page-Заглавная_страница.action-submit h1.firstHeading { display: none; }

Версия от 19:43, 20 мая 2024

.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
    color: white
}

body {
    background: #1b1b1f !important;
}

#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;
}
#tweekiTOC #toc a,#tweekiTOC{
    color:white;
}
#tweekiTOC #toc a:hover{
    color:gray;
}
body.page-Заглавная_страница.action-view h1.firstHeading, body.page-Заглавная_страница.action-submit h1.firstHeading { display: none; }