Добро пожаловать на Lesta Games Wiki!

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

Перейти к: навигация, поиск
Версия 19:41, 28 марта 2011Версия 20:54, 28 марта 2011
ID у элементов повторяться не должен
Строка 3:Строка 3:
 a, #content a.external { a, #content a.external {
  color: #002BB8;  color: #002BB8;
 +}
 +a:visited, #content a.external:visited {
 + color: #516a75;
 } }
  
?#Panel.Title {+.Summary {
  background-color: #EEEEFF;  background-color: #EEEEFF;
  border: 1px solid #AAAAAA;  border: 1px solid #AAAAAA;
Строка 12:Строка 15:
  margin-top: 12px;  margin-top: 12px;
  min-height: 120px;  min-height: 120px;
?} 
  
?#Panel { 
? border: 1px solid red; 
?/* border-radius: 15px 15px 15px 15px; */ 
  clear: left;  clear: left;
  margin-bottom: 3px;  margin-bottom: 3px;
?/* margin-right: 32%; */ 
  padding: 5px 6px;  padding: 5px 6px;
 } }
Строка 25:Строка 23:
 .mw-specialpagerestricted strong { .mw-specialpagerestricted strong {
  font-weight: bold;  font-weight: bold;
?} 
? 
?a:visited, #content a.external:visited { 
? color: #516a75; 
 } }
  

Версия 20:54, 28 марта 2011

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

a, #content a.external {
 color: #002BB8;
}
a:visited, #content a.external:visited {
 color: #516a75;
}

.Summary {
    background-color: #EEEEFF;
    border: 1px solid #AAAAAA;
    margin-bottom: 12px;
    margin-right: 0;
    margin-top: 12px;
    min-height: 120px;

    clear: left;
    margin-bottom: 3px;
    padding: 5px 6px;
}

.mw-specialpagerestricted strong {
    font-weight: bold;
}

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