Dynamical Systems seminar is supported by RFBR project 20-01-00420-a and Laboratory Poncelet.

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

Материал из DSWiki
Перейти к навигацииПерейти к поиску
(wikitable)
(нет различий)

Версия от 03:49, 17 июля 2007

/** CSS placed here will be applied to all skins */
table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}

table.wikitable th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}

table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}