Добро пожаловать на Wargaming.net Wiki!

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

Перейти к: навигация, поиск
Версия 19:28, 12 апреля 2011Версия 16:22, 21 апреля 2011
Строка 26:Строка 26:
 } }
  
 +.wot-panel h2, .wot-panel h3 {
 + color: #41342B;
 +}
 .mw-specialpagerestricted strong { .mw-specialpagerestricted strong {
  font-weight: bold;  font-weight: bold;

Версия 16:22, 21 апреля 2011

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

a, #content a.external {
 color: #002BB8;
}
a:visited, #content a.external:visited {
 color: #516a75;
}
div.thumb {
    border-color: #E6E5E0;
}

.Summary {
  background-color: #EEEEFF;
  margin-right: 0;
  min-height: 120px;
}

.wot-panel {
  padding: 8px 10px;
  border: 1px solid #AAAAAA;
  margin-bottom: 1em;
  clear: left;
  overflow-x:auto;
  position:relative;
}

.wot-panel h2, .wot-panel h3 {
 color: #41342B;
}
.mw-specialpagerestricted strong {
    font-weight: bold;
}

.shadow1 {
  text-shadow: 1px 1px 1px #000000;
}

.levelico {
  color: #41342B;
  font-weight: bold;
  position:absolute; 
  top:6px; 
  left:16px;
}
.levelico1 {
  color: #FFFFFF;
  font-weight: bold;
  position:absolute; 
  top:5px; 
  left:15px;
}

.modules {background-color:#F9F9F9;}
.modules table tr:nth-child(2n) {background: #F3F3F3;}
.modules h2 {color:#41342B;}
.modules th {color:#41342B; border-bottom:1px dotted #AAAAAA; vertical-align:top; font-size:80%; line-height:130%;}
.modules  .measure {color:gray;font-weight:normal;}
.modules td {text-align: center;}
.modules hr {margin: 0.8em 0}

table.standard, table.wide
 {border:1px solid #AAAAAA; border-collapse: collapse}
table.standard th, table.wide th, table.wikitable th
 {border:1px solid #AAAAAA; padding-left:0.2em; padding-right:0.2em; background-color:#EEEEFF}
table.standard td, table.wide td
 {border: 1px solid #AAAAAA; padding-left:0.2em; padding-right:0.2em}
table.standard caption, table.wide caption, table.tiles caption
 {padding-top: 0.2em; padding-bottom:0.2em}

/* Don't display some stuff on the main page */
body.page-Заглавная_страница #deleteconfirm,
body.page-Заглавная_страница #t-cite,
body.page-Заглавная_страница #footer-info-lastmod,
body.page-Заглавная_страница #siteSub,
body.page-Заглавная_страница #contentSub,
body.page-Заглавная_страница h1.firstHeading {
 display: none !important;
}

.TankPerformance {
  background-color: #F9F9F9; 
  border: 1px solid #AAAAAA; 
  clear: right; 
  float: right; 
  font-size: 88%; 
  margin: 0 0 0.5em 1em; 
  max-width: 232px; 
  padding: 3px;
  z-index:2;
}
.TankPerformance h3{
  background-color: #C4C0B1; 
  color: #41342B;
  margin: 0; 
  padding: 0; 
  text-align: center;
}
.TankPerformance th {
  text-align: left;
  background-color: #E6E5E0;
  color: #41342B;
  padding: 0px 3px;
}
.TankPerformance td {
  padding: 0px 3px;
}
.TankPerformance table {
  border-spacing: 3px;
  
}
.TankPerformance th.center {
  width: 100%;
  text-align: center;
}

th.group {
  background-color: #C4C0B1;
}