MediaWiki:Mobile.css: различия между версиями
Материал из Backrooms
Admin (обсуждение | вклад) (Новая страница: «→All CSS here will be loaded for users of the mobile site: body { background: #2e2c2c; } 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; } #right-navigation { visibility: hidden; } a { color: #eb4034; } .mw-body { background: #fff; } #mw-head {...») |
Admin (обсуждение | вклад) Нет описания правки |
||
Строка 3: | Строка 3: | ||
body { | body { | ||
background: #2e2c2c; | background: #2e2c2c; | ||
} | |||
.mw-body { | |||
width: 75%; | |||
margin: 0; | |||
margin-left: auto; | |||
margin-right: auto; | |||
} | } | ||
Версия от 21:08, 16 июля 2022
/* All CSS here will be loaded for users of the mobile site */ body { background: #2e2c2c; } .mw-body { width: 75%; margin: 0; margin-left: auto; margin-right: auto; } 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; } #right-navigation { visibility: hidden; } a { 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; }