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

Материал из SpeccyWiki
Перейти к: навигация, поиск
 
Строка 11: Строка 11:
 
table.wide {width: 100%}
 
table.wide {width: 100%}
  
body.page-Заглавная страница h1.firstHeading { display:none; }
+
body.page-Заглавная_страница h1.firstHeading { display:none; }

Текущая версия на 17:02, 15 декабря 2009

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

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
 {font-weight:bold; padding-top: 0.2em; padding-bottom:0.2em}
table.wide {width: 100%}

body.page-Заглавная_страница h1.firstHeading { display:none; }