MediaWiki:Vector.css: различия между версиями
Claustrum (обсуждение | вклад) мНет описания правки |
Claustrum (обсуждение | вклад) Нет описания правки |
||
(не показаны 3 промежуточные версии этого же участника) | |||
Строка 1: | Строка 1: | ||
body.skin-vector.page-Заглавная_страница #siteSub { | |||
display: none; | |||
} | |||
.mw-createacct-benefits-container .mw-number-text.icon-contributors { | |||
display: none; | |||
} | |||
/* ---------- Увеличить шрифт ---------- */ | /* ---------- Увеличить шрифт ---------- */ | ||
Строка 19: | Строка 27: | ||
table.wikitable > tr > th, table.wikitable > * > tr > th { | table.wikitable > tr > th, table.wikitable > * > tr > th { | ||
background: #EBEEF2; | background: #EBEEF2; | ||
} | |||
table.wikitable td, table.wikitable th { | |||
padding: .3em .6em !important; | |||
} | |||
table.wikitable td.section { | |||
background: #e3e7ec; | |||
background: -moz-linear-gradient(top, #e3e7ec 0%, #f0f3f7 100%); | |||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e7ec), color-stop(100%,#f0f3f7)); | |||
background: -webkit-linear-gradient(top, #e3e7ec 0%,#f0f3f7 100%); | |||
background: -o-linear-gradient(top, #e3e7ec 0%,#f0f3f7 100%); | |||
background: -ms-linear-gradient(top, #e3e7ec 0%,#f0f3f7 100%); | |||
background: linear-gradient(to bottom, #e3e7ec 0%,#f0f3f7 100%); | |||
font-weight: bold; | |||
font-size: 90%; | |||
padding: .1em .6em; | |||
} | } |
Текущая версия от 11:45, 11 января 2016
body.skin-vector.page-Заглавная_страница #siteSub { display: none; } .mw-createacct-benefits-container .mw-number-text.icon-contributors { display: none; } /* ---------- Увеличить шрифт ---------- */ #bodyContent { font-size: 0.85em; } /* ---------- Стили различных элементов ---------- */ .catlinks, #toc, .toc, html .thumbimage, div.thumbinner, table.wikitable { border-color: #C3CDDA; background-color: #FAFAFB; } .catlinks li { border-left-color: #C6D3E3; } table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { border-color: #C3CDDA; } table.wikitable > tr > th, table.wikitable > * > tr > th { background: #EBEEF2; } table.wikitable td, table.wikitable th { padding: .3em .6em !important; } table.wikitable td.section { background: #e3e7ec; background: -moz-linear-gradient(top, #e3e7ec 0%, #f0f3f7 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e7ec), color-stop(100%,#f0f3f7)); background: -webkit-linear-gradient(top, #e3e7ec 0%,#f0f3f7 100%); background: -o-linear-gradient(top, #e3e7ec 0%,#f0f3f7 100%); background: -ms-linear-gradient(top, #e3e7ec 0%,#f0f3f7 100%); background: linear-gradient(to bottom, #e3e7ec 0%,#f0f3f7 100%); font-weight: bold; font-size: 90%; padding: .1em .6em; }