MediaWiki:Common.css: различия между версиями
Материал из Backrooms
Admin (обсуждение | вклад) Нет описания правки |
Admin (обсуждение | вклад) Нет описания правки |
||
| Строка 6: | Строка 6: | ||
div.floatleft { | div.floatleft { | ||
margin-right: | margin-right: 25px; | ||
} | } | ||
Версия от 15:53, 2 июля 2022
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
html, div.mw-footer {
background: #ede9df;
}
div.floatleft {
margin-right: 25px;
}
div#mw-createaccount-cta {
background-image:none;
}
#mw-main-container {
background: #ede9df;
}
.terminal {
padding: 10px;
color: #ececec;
font-family: courier new;
background-color: #302D25;
border-radius: 1em;
}
#toc {
visibility: hidden;
display:none !important;
}
div.__utable {
display: table;
}
div.__urow {
max-width: 135px;
min-width: 25px;
padding-right: 10px;
float: left;
}
.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;
}
*/