MediaWiki: Common.css: различия между версиями
Материал из Vanilla Station
TFMB (обсуждение | вклад) Нет описания правки |
TFMB (обсуждение | вклад) Нет описания правки |
||
Строка 1: | Строка 1: | ||
.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover { | .navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover { | ||
color: white | color: white | ||
} | } | ||
body { | |||
background: #1b1b1f !important; | background: #1b1b1f !important; | ||
border-bottom: 1px solid black | border-bottom: 1px solid black | ||
Строка 11: | Строка 10: | ||
#maincontentwrapper { | #maincontentwrapper { | ||
overflow-wrap: break-word; | overflow-wrap: break-word; | ||
color: white | color: white | ||
} | } | ||
Строка 28: | Строка 24: | ||
background: #27272e; | background: #27272e; | ||
border: 1px solid black; | border: 1px solid black; | ||
border-radius: 0.8rem | 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{ | |||
.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; | background: #212126; | ||
color:white; | color: white; | ||
} | } | ||
.navbar-brand { | .navbar-brand { | ||
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 { | ||
color: #f8f9fa | color: #f8f9fa | ||
} | |||
#footer,.bg-light{ | |||
background:#27272e !important; | |||
} | } |
Версия от 18:40, 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;
}