MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
Fritz (обсуждение | вклад) Нет описания правки |
Kilgore (обсуждение | вклад) Нет описания правки |
||
(не показано 8 промежуточных версий 2 участников) | |||
Строка 20: | Строка 20: | ||
{border:1px solid #aaa; border-collapse: collapse} | {border:1px solid #aaa; border-collapse: collapse} | ||
table.standard th, table.wide th, table.prettytable th | table.standard th, table.wide th, table.prettytable th | ||
{border:1px solid #aaa; padding-left: | {border:1px solid #aaa; padding-left:10px; padding-right:0.2em; background:#eef; text-align:left} | ||
table.standard td, table.wide td, table.prettytable td | table.standard td, table.wide td, table.prettytable td | ||
{border: 1px solid #aaa; padding-left:0. | {border: 1px solid #aaa; padding-left:0.3em; padding-right:0.3em; text-align:right} | ||
table.standard caption, table.wide caption, table.tiles caption | table.standard caption, table.wide caption, table.tiles caption | ||
{font-weight:bold; padding-top: 0.2em; padding-bottom:0.2em} | {font-weight:bold; padding-top: 0.2em; padding-bottom:0.2em} | ||
table.wide {width: 100%} | table.wide {width: 100%} | ||
table.left td { text-align:left !important } | |||
#sharingbuttons { | |||
position: relative; | |||
float: right; | |||
} | |||
.b-share_bordered { border: none !important } |
Текущая версия от 22:08, 14 апреля 2014
/* Размещённый здесь CSS будет применяться ко всем темам оформления */ /*For HarvardReferences extension*/ .harvVisitedLink { background-color: #AAAAAA; } .harvReferenceLink { background-color: #FFFF00; } .harvNone { background-color: inherit; } .harvBackground { background-color: #DDEEFF; } /* [[Википедия:Оформление таблиц]] */ table.standard, table.wide, table.prettytable {border:1px solid #aaa; border-collapse: collapse} table.standard th, table.wide th, table.prettytable th {border:1px solid #aaa; padding-left:10px; padding-right:0.2em; background:#eef; text-align:left} table.standard td, table.wide td, table.prettytable td {border: 1px solid #aaa; padding-left:0.3em; padding-right:0.3em; text-align:right} table.standard caption, table.wide caption, table.tiles caption {font-weight:bold; padding-top: 0.2em; padding-bottom:0.2em} table.wide {width: 100%} table.left td { text-align:left !important } #sharingbuttons { position: relative; float: right; } .b-share_bordered { border: none !important }