MediaWiki:Common.css — различия между версиями
Материал из Last Chaos - База знаний
RDJ (обсуждение | вклад) |
RDJ (обсуждение | вклад) |
||
(не показаны 2 промежуточные версии этого же участника) | |||
Строка 14: | Строка 14: | ||
pre { | pre { | ||
− | + | font-family:monospace,"Courier New"; | |
+ | } | ||
+ | |||
+ | .news { | ||
+ | border:1px solid #336699; background: url(skins/vector/images/news.jpg) #F0F8FF no-repeat bottom right; -webkit-border-radius:7px; -moz-border-radius:7px; border-radius:7px;padding:10px;width:300px; | ||
} | } |
Текущая версия на 21:08, 24 февраля 2012
/** Размещённый здесь CSS будет применяться ко всем темам оформления */ body.page-Заглавная_страница h1.firstHeading { display: none !important } /* [[Википедия:Оформление таблиц]] */ 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%} pre { font-family:monospace,"Courier New"; } .news { border:1px solid #336699; background: url(skins/vector/images/news.jpg) #F0F8FF no-repeat bottom right; -webkit-border-radius:7px; -moz-border-radius:7px; border-radius:7px;padding:10px;width:300px; }