MediaWiki:Common.css: различия между версиями
Материал из Backrooms
Admin (обсуждение | вклад) Нет описания правки |
Admin (обсуждение | вклад) Нет описания правки |
||
| (не показаны 54 промежуточные версии 3 участников) | |||
| Строка 1: | Строка 1: | ||
/* Размещённый здесь CSS будет применяться ко всем темам оформления */ | /* Размещённый здесь CSS будет применяться ко всем темам оформления */ | ||
.mw-redirectedfrom { | |||
visibility: hidden; | |||
} | } | ||
.backrooms-clocks { | |||
font-size: 10px; | |||
} | } | ||
.newfooter { | |||
color: # | font-size: 10px; | ||
color: #ede9df !important; | |||
} | } | ||
.mw-footer | 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 { | .mw-body { | ||
width: 75%; | |||
margin: 0; | |||
margin-left: auto; | |||
margin-right: auto; | |||
} | } | ||
# | .terminal { | ||
background: # | padding: 10px; | ||
color: #ececec; | |||
font-family: courier new; | |||
background-color: #302D25; | |||
border-radius: 1em; | |||
} | } | ||
#toc { | |||
visibility: hidden; | |||
display:none !important; | |||
} | } | ||
. | .terminal a { | ||
background: | color: #fff !important; | ||
background: green; | |||
font-weight: bold; | |||
} | } | ||
.terminal a:active { | |||
. | color: #ececec; | ||
background: #088F8F; | |||
font-weight: bold; | |||
background: # | |||
} | } | ||
#ca-talk, #footer-info { | |||
display: none; | |||
} | } | ||
Текущая версия от 18:51, 17 декабря 2023
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
.mw-redirectedfrom {
visibility: hidden;
}
.backrooms-clocks {
font-size: 10px;
}
.newfooter {
font-size: 10px;
color: #ede9df !important;
}
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;
}
#ca-talk, #footer-info {
display: none;
}