MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Die-wahren-Helden
(Die Seite wurde neu angelegt: „→CSS an dieser Stelle wirkt sich auf alle Skins aus: table.wpo-table4 { width: 90%; border: 1px solid #a3b0bf; text-align: left; border-collapse: …“) |
|||
Zeile 1: | Zeile 1: | ||
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */ | /* CSS an dieser Stelle wirkt sich auf alle Skins aus */ | ||
− | table. | + | table.helden-table4 { |
width: 90%; border: 1px solid #a3b0bf; text-align: left; border-collapse: collapse; | width: 90%; border: 1px solid #a3b0bf; text-align: left; border-collapse: collapse; | ||
vertical-align: middle; padding: 4px; | vertical-align: middle; padding: 4px; | ||
} | } | ||
− | table. | + | table.helden-table4 th { |
background-color: #cedff2; color:black ; font-weight: bold; padding: 4px ;border: 1px solid #a3b0bf; | background-color: #cedff2; color:black ; font-weight: bold; padding: 4px ;border: 1px solid #a3b0bf; | ||
} | } | ||
− | table. | + | table.helden-table4 tr { |
border: 1px solid #a3b0bf; padding: 4px ; background-color:#f5faff; vertical-align:top; | border: 1px solid #a3b0bf; padding: 4px ; background-color:#f5faff; vertical-align:top; | ||
} | } | ||
− | table. | + | table.helden-table4 tr:hover { |
border: 1px solid #a3b0bf; padding: 4px ; background-color:#f5fa00; vertical-align:top; | border: 1px solid #a3b0bf; padding: 4px ; background-color:#f5fa00; vertical-align:top; | ||
} | } | ||
− | table. | + | table.helden-table4 td { |
border: 1px solid #a3b0bf; padding: 4px ; text-decoration:inherit; | border: 1px solid #a3b0bf; padding: 4px ; text-decoration:inherit; | ||
} | } |
Version vom 20. Juni 2011, 12:03 Uhr
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */ table.helden-table4 { width: 90%; border: 1px solid #a3b0bf; text-align: left; border-collapse: collapse; vertical-align: middle; padding: 4px; } table.helden-table4 th { background-color: #cedff2; color:black ; font-weight: bold; padding: 4px ;border: 1px solid #a3b0bf; } table.helden-table4 tr { border: 1px solid #a3b0bf; padding: 4px ; background-color:#f5faff; vertical-align:top; } table.helden-table4 tr:hover { border: 1px solid #a3b0bf; padding: 4px ; background-color:#f5fa00; vertical-align:top; } table.helden-table4 td { border: 1px solid #a3b0bf; padding: 4px ; text-decoration:inherit; }