Grepolis.css: Różnice pomiędzy wersjami
(wikitable) |
(wikitable) |
||
Linia 1: | Linia 1: | ||
/* Wikitable */ | /* Wikitable */ | ||
table.wikitable { | |||
table.wikitable | |||
{ | |||
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; | |||
width:100%; | |||
border-collapse:collapse; | |||
} | |||
table.wikitable td, #table.wikitable th | |||
{ | |||
font-size:1em; | |||
border:1px solid #CDB481; | |||
padding:3px 7px 2px 7px; | |||
} | |||
table.wikitable th | |||
{ | |||
font-size:1.1em; | |||
text-align:left; | |||
padding-top:5px; | |||
padding-bottom:4px; | |||
background-color:#CDB481; | |||
color:#ffffff; | |||
} | |||
table.wikitable tr.alt td | |||
{ | |||
color:#000000; | |||
background-color:#FFE7B4; | |||
} | |||
/* Stara Wikitable */ | |||
table.wikitable3 { | |||
width: 100%; | width: 100%; | ||
margin: 1em 1em 1em 0; | margin: 1em 1em 1em 0; | ||
Linia 8: | Linia 38: | ||
border-collapse: collapse; | border-collapse: collapse; | ||
} | } | ||
table. | table.wikitable3 tbody { | ||
background: #FFE7B4; | background: #FFE7B4; | ||
} | } | ||
table. | table.wikitable3 th { | ||
color: black; | color: black; | ||
border: #000000; | border: #000000; | ||
Linia 20: | Linia 50: | ||
border-width: 4px; | border-width: 4px; | ||
} | } | ||
table. | table.wikitable3 td { | ||
border-color: #000000; | border-color: #000000; | ||
border-style: double; | border-style: double; | ||
Linia 26: | Linia 56: | ||
} | } | ||
table. | table.wikitable3 th { | ||
background: #B2976A; | background: #B2976A; | ||
text-align: center; | text-align: center; | ||
} | } | ||
table. | table.wikitable3 caption { | ||
margin-left: inherit; | margin-left: inherit; | ||
margin-right: inherit; | margin-right: inherit; | ||
} | } |
Aktualna wersja na dzień 13:21, 11 paź 2013
/* Wikitable */
table.wikitable { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; width:100%; border-collapse:collapse; } table.wikitable td, #table.wikitable th { font-size:1em; border:1px solid #CDB481; padding:3px 7px 2px 7px; } table.wikitable th { font-size:1.1em; text-align:left; padding-top:5px; padding-bottom:4px; background-color:#CDB481; color:#ffffff; } table.wikitable tr.alt td { color:#000000; background-color:#FFE7B4; }
/* Stara Wikitable */
table.wikitable3 {
width: 100%;
margin: 1em 1em 1em 0; background: #FFE7B4; color: black; border: thin #000000 solid; border-collapse: collapse; } table.wikitable3 tbody { background: #FFE7B4; }
table.wikitable3 th {
color: black;
border: #000000; background: #B2976A; padding: 0.2em; border-style: double; border-width: 4px; } table.wikitable3 td { border-color: #000000; border-style: double; border-width: 4px; }
table.wikitable3 th { background: #B2976A; text-align: center; }
table.wikitable3 caption { margin-left: inherit; margin-right: inherit; }