MediaWiki:Common.css: Różnice pomiędzy wersjami
Przejdź do nawigacji
mNie podano opisu zmian |
mNie podano opisu zmian |
||
Linia 14: | Linia 14: | ||
table.wikitable th { | table.wikitable th { | ||
border: #000000; | border: #000000; | ||
background: # | background: #524441; | ||
padding: 0.2em; | padding: 0.2em; | ||
border-style: double; | border-style: double; | ||
Linia 27: | Linia 27: | ||
table.wikitable th { | table.wikitable th { | ||
background: # | background: #524441; | ||
text-align: center; | text-align: center; | ||
} | } |
Wersja z 15:29, 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: #524441; 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: #524441; text-align: center; } table.wikitable caption { margin-left: inherit; margin-right: inherit; }