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

м
нет описания правки
мНет описания правки
мНет описания правки
Строка 19: Строка 19:
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;
}
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;
}
}