MediaWiki:MonoBook.css: Unterschied zwischen den Versionen
Aus Das Sopra Wiki
Justus (Diskussion | Beiträge) Die Seite wurde neu angelegt: →Dieses Datei ist nur für MonoBook |
Justus (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* Dieses Datei ist nur für MonoBook */ | /* Dieses Datei ist nur für MonoBook */ | ||
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */ | |||
table.default { | |||
background-color:#f9f9f9; | |||
border-style:solid; | |||
border-color:black; | |||
border-width:1px; | |||
padding:1em; | |||
border-spacing:0px; | |||
border-collapse:collapse; | |||
} | |||
table.default td{ | |||
border-top-width:1px; | |||
border-bottom-width:1px; | |||
border-left-width:0px; | |||
border-right-width:0px; | |||
border-style:solid; | |||
border-color:black; | |||
padding:5px; | |||
border-spacing:0px; | |||
} | |||
table.default td.close{ | |||
border-top-width:1px; | |||
border-bottom-width:1px; | |||
border-left-width:0px; | |||
border-right-width:1px; | |||
border-style:solid; | |||
border-color:black; | |||
padding:5px; | |||
border-spacing:0px; | |||
} | |||
table.default td.blank { | |||
background-color:transparent; | |||
border-spacing:0px; | |||
border-style:none; | |||
border-width:0px; | |||
} | |||
table.default th{ | |||
background-color:#C0C0C0; | |||
font-weight:bold; | |||
border-spacing:0px; | |||
border-width:1px; | |||
border-style:solid; | |||
border-color:black; | |||
padding:5px; | |||
text-align:left; | |||
} | |||
td.default { | |||
background-color:#f9f9f9; | |||
} | |||
td.week{ | |||
text-align:center; | |||
font-weight:bold; | |||
} | |||
/** #FFFF80; */ | |||
*.entwurf { | |||
background-color:#f9f9f9; | |||
} | |||
tr.entwurf th { | |||
background-color:#C0C0C0; | |||
} | |||
/** #FF8040; */ | |||
*.implementation { | |||
background-color:#f9f9f9; | |||
} | |||
tr.implementation th { | |||
background-color:#C0C0C0; | |||
} | |||
/** #DC3C28; */ | |||
*.implementation2 { | |||
background-color:#f9f9f9; | |||
} | |||
tr.implementation2 th { | |||
background-color:#C0C0C0; | |||
} | |||
