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