Użytkownik:Tomciu2/common.css: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
UWAGA! Usunięcie treści (strona pozostała pusta)! |
Nie podano opisu zmian |
||
| Linia 1: | Linia 1: | ||
/** | |||
* Remove on upgrade to 1.19 | |||
* | |||
* Reverts wikitable styling to default table, then re-applies it | |||
* correctly, so it does not affect child tables | |||
*/ | |||
table.wikitable th, | |||
table.wikitable td { | |||
border: none; | |||
padding: 0; | |||
} | |||
table.wikitable th { | |||
background-color: transparent; | |||
} | |||
table.wikitable caption { | |||
font-weight: normal; | |||
} | |||
table.wikitable > tr > th, | |||
table.wikitable > tr > td, | |||
table.wikitable > * > tr > th, | |||
table.wikitable > * > tr > td { | |||
border: 1px #AAA solid; | |||
padding: 0.2em; | |||
} | |||
table.wikitable > tr > th, | |||
table.wikitable > * > tr > th { | |||
background-color: #F2F2F2; | |||
text-align: center; | |||
} | |||
table.wikitable > caption { | |||
font-weight: bold; | |||
} | |||
Wersja z 09:44, 15 lip 2012
/**
* Remove on upgrade to 1.19
*
* Reverts wikitable styling to default table, then re-applies it
* correctly, so it does not affect child tables
*/
table.wikitable th,
table.wikitable td {
border: none;
padding: 0;
}
table.wikitable th {
background-color: transparent;
}
table.wikitable caption {
font-weight: normal;
}
table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
border: 1px #AAA solid;
padding: 0.2em;
}
table.wikitable > tr > th,
table.wikitable > * > tr > th {
background-color: #F2F2F2;
text-align: center;
}
table.wikitable > caption {
font-weight: bold;
}