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

Материал из Backrooms

Нет описания правки
Нет описания правки
 
(не показано 37 промежуточных версий 3 участников)
Строка 1: Строка 1:
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
.terminal {
padding: 10px;
color: #ececec;
font-family: courier new;
background-color: #231f20;
border-radius: 1em;
}


#toc {
.mw-redirectedfrom {
visibility: hidden;
visibility: hidden;
display:none !important;
}
}


div.__utable {
.backrooms-clocks {
display: table;
font-size: 10px;
}
}
div.__urow {


max-width: 150px;
.newfooter {
min-width: 25px;
font-size: 10px;
padding-right: 10px;
color: #ede9df !important;
float: left;
}
}


.terminal table {
html, div.mw-footer {
border-spacing: 2px;
background: #ede9df;
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 {
div.floatleft {
background-color: #231f20;
margin-right: 25px;
}
}


.terminal a {
div#mw-createaccount-cta {
  color: #fff !important;
background-image:none;
  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 {
#mw-main-container {
color: #eb4034;
background: #ede9df;
}
}


.mw-body {
.mw-body {
background: #fff;
  width: 75%;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}
}


#mw-head {
.terminal {
background: #2e2c2c;
padding: 10px;
color: #ececec;
font-family: courier new;
background-color: #302D25;
border-radius: 1em;
}
}


.vector-menu-tabs li {
#toc {
background-image: none;
visibility: hidden;
display:none !important;
}
}


.vector-menu-tabs .selected {
.terminal a {
background: #2e2c2c;
  color: #fff !important;
  background: green;
  font-weight: bold;
}
}
 
.terminal a:active {
.vector-menu-tabs li {
  color: #ececec;
background: #464646;
  background: #088F8F;
  font-weight: bold;
}
}


.vector-menu-tabs li a {
#ca-talk, #footer-info {
color: #eb3f34;
  display: none;
}
}
.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;
}
*/

Текущая версия от 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;
}