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

Материал из ВикиИслама — веб-ресурса, посвященного Исламу
Перейти к навигации Перейти к поиску
Нет описания правки
Нет описания правки
 
Строка 1: Строка 1:
body.skin-vector.page-Заглавная_страница #siteSub {
body.skin-vector.page-Заглавная_страница #siteSub {
  display: none;
}
.mw-createacct-benefits-container .mw-number-text.icon-contributors {
   display: none;
   display: none;
}
}

Текущая версия от 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;
}