MediaWiki:Common.css: Porovnání verzí

Z Jaderňácká wiki
Přejít na: navigace, hledání
(Založena nová stránka: Zde uvedené CSS bude ovlivňovat všechny styly: wikitable/prettytable class for skinning normal tables: table.wikitable, table.prettytable { margin: 1em 1em 1e…)
 
(Žádný rozdíl)

Aktuální verze z 30. 11. 2009, 01:06

/* Zde uvedené CSS bude ovlivňovat všechny styly */

/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
border: 1px #aaa solid;
padding: 0.2em;
}
.wikitable th,
.prettytable th {
background: #f2f2f2;
text-align: center;
}
.wikitable caption,
.prettytable caption {
font-weight: bold;
}