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

Материал из Русского эксперта
Перейти к навигации Перейти к поиску
мНет описания правки
Нет описания правки
Строка 29: Строка 29:
table.left td { text-align:left !important }
table.left td { text-align:left !important }


.yashare-auto-init {
#sharingbuttons {
     position: relative;
     position: relative;
     float: right;
     float: right;
}
}

Версия от 21:26, 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;
}