MediaWiki:Common.css: Różnice pomiędzy wersjami
Przejdź do nawigacji
(wt) |
(wikitable) |
||
Linia 1: | Linia 1: | ||
/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */ | /* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */ | ||
/* Wikitable */ | |||
table.wikitable | |||
table. | { | ||
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; | |||
width:100%; | |||
border-collapse:collapse; | |||
border- | |||
} | } | ||
table. | table.wikitable td, #table.wikitable th | ||
{ | |||
font-size:1em; | |||
border:1px solid #CDB481; | |||
padding:3px 7px 2px 7px; | |||
} | } | ||
table. | table.wikitable th | ||
padding: | { | ||
font-size:1.1em; | |||
text-align:left; | |||
padding-top:5px; | |||
padding-bottom:4px; | |||
background-color:#CDB481; | |||
color:#ffffff; | |||
} | } | ||
table. | table.wikitable tr.alt td | ||
{ | |||
color:#000000; | |||
background-color:#FFE7B4; | |||
} | } | ||
/* Stara Wikitable */ | |||
/* | table.wikitable3 { | ||
margin: 1em 1em 1em 0; | |||
color: # | background: #BBBBBB; | ||
color: black; | |||
border: thin #524441 solid; | |||
border-collapse: collapse; | |||
} | } | ||
table.wikitable3 tbody { | |||
background: #BBBBBB; | |||
} | } | ||
# | |||
table.wikitable3 th { | |||
border: #524441; | |||
background: #999999; | |||
padding: 0.2em; | |||
border-style: double; | |||
border-width: 4px; | |||
} | } | ||
table.wikitable3 td { | |||
border-color: #524441; | |||
border-style: double; | |||
. | border-width: 4px; | ||
color: # | |||
} | } | ||
table.wikitable3 th { | |||
background: #999999; | |||
background: # | |||
text-align: center; | text-align: center; | ||
} | } | ||
table.wikitable3 caption { | |||
margin-left: inherit; | |||
margin-right: inherit; | |||
margin | |||
} | } |
Wersja z 13:25, 11 paź 2013
/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */ /* 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 { margin: 1em 1em 1em 0; background: #BBBBBB; color: black; border: thin #524441 solid; border-collapse: collapse; } table.wikitable3 tbody { background: #BBBBBB; } table.wikitable3 th { border: #524441; background: #999999; padding: 0.2em; border-style: double; border-width: 4px; } table.wikitable3 td { border-color: #524441; border-style: double; border-width: 4px; } table.wikitable3 th { background: #999999; text-align: center; } table.wikitable3 caption { margin-left: inherit; margin-right: inherit; }