Mediawiki:common.css

Вернуться

Line 222: Line 222:
     flex-grow: 1;
     flex-grow: 1;
     overflow-wrap: break-word;
     overflow-wrap: break-word;
}
.mw-body {
    background: #212126;
    color: lightgrey;
    border: black
}
.vector-menu-tabs li {
    background: #212126
}
#mw-site-navigation .sidebar-chunk,#mw-site-navigation .sidebar-chunk,#mw-related-navigation .sidebar-chunk,body.skin--responsive .portlet,body.skin--responsive .pBody {
    background: #212126;
    color: lightgrey;
    border-color: #1b1b1f;
    border: 1px solid black;
    border-radius: 1.4rem
}
.wikiEditor-ui-toolbar .tabs span.tab a.current,.wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
    color: #151518;
    font-weight: bold
}
.wikiEditor-ui .wikiEditor-ui-top {
    border-bottom: 1px solid #37373e
}
.wikiEditor-ui .wikiEditor-ui-view {
    border: 1px solid #37373e
}
.editOptions,.mw-editform .editOptions {
    background: #212126;
    border: 1px solid #37373e;
    color: white
}
#mw-header-nav-hack {
    border-top: solid 2px #212126 !important;
    display: block;
    position: absolute;
    z-index: 98;
    background: #212126 !important;
    width: 100%
}
.ui-widget-overlay {
    background: #000000 !important;
    opacity: .3 !important
}
.ui-widget-content {
    border: 1px solid #4a4a57 !important;
    background: #212126 !important;
    color: #e0e0e0 !important
}
.mw-json tr {
    background-color: #212126;
    margin-bottom: 0.5em
}
.codeEditor-status {
    clear: both;
    width: 100%;
    background-color: #212126;
    border-top: 1px solid #40404b;
    display: table
}
.mw-datatable th {
    background: #212126
}
.CodeMirror-gutters {
    border-right: 1px solid #212126;
    background-color: #212126;
    white-space: nowrap
}
.mw-body {
    background: #212126;
    color: lightgrey;
    border: black
}
.mw-code {
    background: #212126;
    color: lightgrey
}
}