MediaWiki:Common.css

Материал из Vanilla Station
Перейти к: навигация, поиск

Замечание: Возможно, после публикации вам придётся очистить кэш своего браузера, чтобы увидеть изменения.

  • Firefox / Safari: Удерживая клавишу Shift, нажмите на панели инструментов Обновить либо нажмите Ctrl+F5 или Ctrl+R (⌘+R на Mac)
  • Google Chrome: Нажмите Ctrl+Shift+R (⌘+Shift+R на Mac)
  • Internet Explorer / Edge: Удерживая Ctrl, нажмите Обновить либо нажмите Ctrl+F5
  • Opera: Нажмите Ctrl+F5.
.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:#9a9a9a;
}
#tweekiTOC #toc a.active, #tweekiTOC #toc a:focus, #tweekiTOC #toc a:hover{
    color:white;
}
.dropdown-menu{
        background:#27272e;
    border-radius:0.8rem;
    padding-bottom:1px;
    padding-top:1px;
    border:1px solid black;
}
.dropdown-item:focus,.dropdown-item:hover,.dropdown-item {
    color: #ffffff;

}
.dropdown-item:focus,.dropdown-item:hover {
    background: #1b1b1f;
}
.dropdown-item:focus:first-child,.dropdown-item:hover:first-child {
    border-top-left-radius:0.8rem;
    border-top-right-radius:0.8rem;
}
.dropdown-item:focus:last-child,.dropdown-item:hover:last-child{
    border-bottom-left-radius:0.8rem;
    border-bottom-right-radius:0.8rem;
}
@media (min-width: 768px) {
    .offset-md-1 {
        margin-left: 0;
    }
}
@media (min-width: 768px) {
    .col-md-10 {
       flex: 0 0 100%;
       max-width: 100%;
    }
}
#firstHeading{
    border-bottom:2px solid black;
    text-align:left;
    line-height:1.5em;
    padding-left:5px;
}
/*все что выше перенести в стили твики*/
body.page-Заглавная_страница.action-view h1.firstHeading, body.page-Заглавная_страница.action-submit h1.firstHeading { display: none; }