MediaWiki:Common.css: различия между версиями
Материал из Backrooms
Admin (обсуждение | вклад) Нет описания правки |
Admin (обсуждение | вклад) Нет описания правки |
||
Строка 8: | Строка 8: | ||
} | } | ||
.terminal table { | |||
border-spacing: 2px; | |||
border-color: transparent; | |||
} | |||
.terminal .wikitable { | .terminal .wikitable { | ||
color: #fff; | color: #fff; | ||
background-color: transparent; | |||
} | } | ||
.terminal .wikitable > tr > th, .wikitable > * > tr > th { | .terminal .wikitable > tr > th, .wikitable > * > tr > th { |
Версия от 22:22, 14 июня 2022
/* Размещённый здесь CSS будет применяться ко всем темам оформления */ .terminal { padding: 10px; color: #ececec; font-family: courier new; background-color: #231f20; border-radius: 1em; } .terminal table { border-spacing: 2px; border-color: transparent; } .terminal .wikitable { color: #fff; background-color: transparent; } .terminal .wikitable > tr > th, .wikitable > * > tr > th { text-align: left; } .wikitable > tr > th, .wikitable > * > tr > th { background-color: #231f20; } .terminal a { color: #fff !important; background: green; font-weight: bold; } .terminal a:active { color: #ececec; background: #088F8F; font-weight: bold; } /* body { background: #2e2c2c; } h1, h2, h3, h4, h5 { color: #000; } .mw-footer li { color: #ececec; } span { color: #ececec; } span.vector-menu-heading-label { font-weight: bold; } span.plainlinks { color: #000; } span.listgrouprights-granted { color: #000; } span.mw-listgrouprights-right-name { color: #000; } span.listgrouprights-revoked { color: #000; } a { color: #eb4034; } a:visited { color: #ab3229; } .toctext { color: #eb4034; } .mw-body { background: #fff; } #mw-head { background: #2e2c2c; } .vector-menu-tabs li { background-image: none; } .vector-menu-tabs .selected { background: #2e2c2c; } .vector-menu-tabs li { background: #464646; } .vector-menu-tabs li a { color: #eb3f34; } .mw-page-container { background-color: #2e2c2c; } #mw-panel{ background: #2e2c2c; } .oo-ui-labelElement-label { color:#000; } .vector-menu-dropdown li a span { color:#7d7d7d; } nav#p-tb { visibility: hidden; } .mw-headline { color: black; } */