MediaWiki:Common.css: Różnice pomiędzy wersjami
Przejdź do nawigacji
(Poprawki kolorów w wikitable) |
(Zmiana kolorów wikitable) |
||
Linia 5: | Linia 5: | ||
background: #FFE7B4; | background: #FFE7B4; | ||
color: black; | color: black; | ||
border: thin # | border: thin #000000 solid; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
} | } | ||
Linia 13: | Linia 13: | ||
table.wikitable th { | table.wikitable th { | ||
border: # | border: #000000; | ||
background: #344B6D; | background: #344B6D; | ||
padding: 0.2em; | padding: 0.2em; |
Wersja z 15:07, 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: #344B6D; padding: 0.2em; border-style: double; border-width: 4px; } table.wikitable td { border-color: #000000; border-style: double; border-width: 4px; } table.wikitable th { background: #344B6D; text-align: center; } table.wikitable caption { margin-left: inherit; margin-right: inherit; }