MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Das Sopra Wiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| 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.roadmap, | |||
table.default | table.default | ||
{ | { | ||
border-style:solid; | border-style:solid; | ||
border-color:black; | border-color:black; | ||
padding:1em; | padding:1em; | ||
border-spacing:0px; | border-spacing:0px; | ||
| Zeile 10: | Zeile 11: | ||
} | } | ||
table.default td{ | table.default | ||
{ | |||
border-width:1px; | |||
} | |||
table.roadmap | |||
{ | |||
border-width:0px; | |||
} | |||
table.roadmap td, | |||
table.default td | |||
{ | |||
border-top-width:1px; | border-top-width:1px; | ||
border-bottom-width:1px; | border-bottom-width:1px; | ||
| Zeile 17: | Zeile 30: | ||
} | } | ||
table.default th{ | table.roadmap th, | ||
table.default th | |||
{ | |||
font-weight:bold; | font-weight:bold; | ||
border-width:1px; | border-width:1px; | ||
| Zeile 23: | Zeile 38: | ||
} | } | ||
table.roadmap td.close, | |||
table. | table.roadmap td.open | ||
{ | |||
border-top-width:1px; | border-top-width:1px; | ||
border-bottom-width:1px; | border-bottom-width:1px; | ||
| Zeile 31: | Zeile 47: | ||
} | } | ||
table. | table.roadmap td.close | ||
table. | { | ||
border-left-width:0px; | |||
border-right-width:1px; | |||
} | |||
table.roadmap td.open | |||
{ | |||
border-left-width:1px; | |||
border-right-width:0px; | |||
} | |||
table.roadmap th.blank, | |||
table.roadmap td.blank | |||
{ | { | ||
background-color:transparent; | background-color:transparent; | ||
| Zeile 40: | Zeile 68: | ||
} | } | ||
td.numeric{ | |||
td. | |||
text-align:center; | text-align:center; | ||
font-weight:bold; | font-weight:bold; | ||
| Zeile 48: | Zeile 75: | ||
table.default th, | table.default th, | ||
table.default td, | table.default td, | ||
table. | table.roadmap th, | ||
table.roadmap td | |||
{ | { | ||
border-style:solid; | border-style:solid; | ||
| Zeile 56: | Zeile 84: | ||
} | } | ||
table.default | table.default | ||
{ | { | ||
background-color:#f9f9f9; | background-color:#f9f9f9; | ||
} | } | ||
table | table th | ||
{ | { | ||
background-color:#C0C0C0; | background-color:#C0C0C0; | ||
