Mediawiki:common.css

Вернуться

Line 296: Line 296:
.mw-datatable th {
.mw-datatable th {
     background: #212126
     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
}
}