MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Das Sopra Wiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 32: | Zeile 32: | ||
*.implementation { | *.implementation { | ||
background-color:#64FF64; | |||
} | |||
tr.implementation th { | |||
background-color:#64FF64; | |||
} | |||
*.implementation2 { | |||
background-color:#00FF00; | |||
} | |||
tr.implementation2 th { | |||
background-color:#00FF00; | background-color:#00FF00; | ||
} | } |
Version vom 18. April 2009, 13:17 Uhr
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */
table.default {
background-color:#f9f9f9;
border-width:1px;
border-style:solid;
border-color:black;
padding:1em;
}
table.default td{
border-width:1px;
border-style:solid;
border-color:black;
padding:5px;
}
table.default th{
background-color:#C0C0C0;
font-weight:bold;
}
td.default {
background-color:#f9f9f9;
}
*.entwurf {
background-color:#FFFF00;
}
tr.entwurf th {
background-color:#FFFF00;
}
*.implementation {
background-color:#64FF64;
}
tr.implementation th {
background-color:#64FF64;
}
*.implementation2 {
background-color:#00FF00;
}
tr.implementation2 th {
background-color:#00FF00;
}
td.deadline {
background-color:#FF8040;
}