MediaWiki:Myskin.css: Porovnání verzí
Skočit na navigaci
Skočit na vyhledávání
m |
m |
||
Řádek 21: | Řádek 21: | ||
} | } | ||
.wikitable { | |||
table.wikitable{ | |||
border-width: 1px 1px 1px 1px; | |||
border-spacing: 0px; | |||
border-style: outset outset outset outset; | |||
border-color: black black black black; | |||
border-collapse: collapse; | |||
background-color: white; | |||
} | |||
table.wikitable th { | |||
border-width: 1px 1px 1px 1px; | |||
padding: 3px 3px 3px 3px; | |||
border-style: inset inset inset inset; | |||
border-color: gray gray gray gray; | |||
background-color: white; | |||
-moz-border-radius: 0px 0px 0px 0px; | |||
} | |||
table.wikitable td { | |||
border-width: 1px 1px 1px 1px; | |||
padding: 3px 3px 3px 3px; | |||
border-style: inset inset inset inset; | |||
border-color: gray gray gray gray; | |||
background-color: white; | |||
-moz-border-radius: 0px 0px 0px 0px; | |||
} | } |
Verze z 26. 11. 2006, 00:40
@media print { div#p-cactions {display:none} } .unpatrolled {display: none;} #bodyContent div.section > h1 { background-color : #808080 ! important; color: black; font-weight:bold; font-size: 150%; margin: -7px; padding: 7px; padding-bottom: 10px; margin-bottom: -7px; } #bodyContent div.section > h1 + * { margin-top: 17px ! important; } table.wikitable{ border-width: 1px 1px 1px 1px; border-spacing: 0px; border-style: outset outset outset outset; border-color: black black black black; border-collapse: collapse; background-color: white; } table.wikitable th { border-width: 1px 1px 1px 1px; padding: 3px 3px 3px 3px; border-style: inset inset inset inset; border-color: gray gray gray gray; background-color: white; -moz-border-radius: 0px 0px 0px 0px; } table.wikitable td { border-width: 1px 1px 1px 1px; padding: 3px 3px 3px 3px; border-style: inset inset inset inset; border-color: gray gray gray gray; background-color: white; -moz-border-radius: 0px 0px 0px 0px; }