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

Материал из ВикиИслама — веб-ресурса, посвященного Исламу
Перейти к навигации Перейти к поиску
мНет описания правки
мНет описания правки
Строка 21: Строка 21:
}
}
table.wikitable td, table.wikitable th {
table.wikitable td, table.wikitable th {
   padding: .3em .6em;
   padding: .3em .6em !important;
}
}
table.wikitable td.section {
table.wikitable td.section {

Версия от 22:12, 19 сентября 2013

/* ---------- Увеличить шрифт ---------- */

#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;
}