MediaWiki:Common.css: различия между версиями
Материал из Backrooms
Akusov (обсуждение | вклад) Нет описания правки |
Akusov (обсуждение | вклад) Нет описания правки |
||
| Строка 3: | Строка 3: | ||
html, div.mw-footer { | html, div.mw-footer { | ||
background: #ede9df; | background: #ede9df; | ||
} | } | ||
| Строка 21: | Строка 16: | ||
#mw-main-container { | #mw-main-container { | ||
background: #ede9df; | background: #ede9df; | ||
} | } | ||
Версия от 00:26, 14 июля 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;
}
.mw-body {
width: 75%;
margin: 0;
margin-left: auto;
margin-right: auto;
}
.terminal {
padding: 10px;
color: #ececec;
font-family: courier new;
background-color: #302D25;
border-radius: 1em;
}
#toc {
visibility: hidden;
display:none !important;
}
.terminal a {
color: #fff !important;
background: green;
font-weight: bold;
}
.terminal a:active {
color: #ececec;
background: #088F8F;
font-weight: bold;
}