MediaWiki:Mobile.css: различия между версиями

Материал из Backrooms

Нет описания правки
Нет описания правки
 
Строка 6: Строка 6:


.mw-body {
.mw-body {
   width: 75%;
   width: 100%;
   margin: 0;
   margin: 0;
   margin-left: auto;
   margin-left: auto;

Текущая версия от 21:16, 16 июля 2022

/* All CSS here will be loaded for users of the mobile site */

body {
background: #2e2c2c;
}

.mw-body {
  width: 100%;
  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;
}