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

Материал из Backrooms

Нет описания правки
Нет описания правки
Строка 12: Строка 12:
}
}
div.__urow {
div.__urow {
padding-left: 1px;


max-width: 50%;
max-width: 50%;

Версия от 22:33, 14 июня 2022

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

div.__utable {
display: table;
}
div.__urow {

max-width: 50%;
min-width: 15%;
float: left;
}

.terminal table {
border-spacing: 2px;
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 {
background-color: #231f20;
}

.terminal a {
   color: #fff !important;
   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 {
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;
}

.oo-ui-labelElement-label {
color:#000;
}

.vector-menu-dropdown li a span {
color:#7d7d7d; 
}


nav#p-tb {
visibility: hidden;
}

.mw-headline {
color: black;
}


*/