MediaWiki:Common.css: Różnice pomiędzy wersjami
Przejdź do nawigacji
mNie podano opisu zmian |
mNie podano opisu zmian |
||
Linia 23: | Linia 23: | ||
border-style: double; | border-style: double; | ||
border-width: 4px; | border-width: 4px; | ||
text-align: left; | |||
} | } | ||
table.wikitable th { | table.wikitable th { | ||
background: #89602E; | background: #89602E; | ||
text-align: | text-align: center; | ||
} | } | ||
Wersja z 15:27, 28 sty 2010
/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */ /* Wikitable */ table.wikitable { margin: 1em 1em 1em 0; background: #FFE7B4; color: black; border: thin #000000 solid; border-collapse: collapse; } table.wikitable tbody { background: #FFE7B4; } table.wikitable th { border: #000000; background: #89602E; padding: 0.2em; border-style: double; border-width: 4px; } table.wikitable td { border-color: #000000; border-style: double; border-width: 4px; text-align: left; } table.wikitable th { background: #89602E; text-align: center; } table.wikitable caption { margin-left: inherit; margin-right: inherit; }