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

Материал из Backrooms

Нет описания правки
Нет описания правки
Строка 3: Строка 3:
html, div.mw-footer {
html, div.mw-footer {
background: #ede9df;
background: #ede9df;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
}



Версия от 23:54, 13 июля 2022

/* Размещённый здесь CSS будет применяться ко всем темам оформления */

html, div.mw-footer {
background: #ede9df;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

div.floatleft {
margin-right: 25px;
}

div#mw-createaccount-cta {
background-image:none;
}


#mw-main-container {
background: #ede9df;
overflow: hidden;
}

.mw-body {
  width: 70%;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.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;
}