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

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

Перейти к: навигация, поиск
Версия 19:38, 28 марта 2011Версия 19:41, 28 марта 2011
Строка 24:Строка 24:
  
 .mw-specialpagerestricted strong { .mw-specialpagerestricted strong {
? font-weight: normal;+ font-weight: bold;
 } }
  

Версия 19:41, 28 марта 2011

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

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

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

#Panel {
    border: 1px solid red;
/*    border-radius: 15px 15px 15px 15px; */
    clear: left;
    margin-bottom: 3px;
/*    margin-right: 32%; */
    padding: 5px 6px;
}

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

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

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