MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Das Sopra Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 70: Zeile 70:
}
}
*.implementation2 {
*.implementation2 {
background-color:#FF0000;
background-color:#DC3C28;
}
}
tr.implementation2 th {
tr.implementation2 th {
background-color:#FF0000;
background-color:#DC3C28;
}
}

Version vom 18. April 2009, 20:47 Uhr

/** CSS an dieser Stelle wirkt sich auf alle Skins aus */
table.default { 
background-color:#f9f9f9;
border-style:none;
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:#FFFFFF;
border-spacing:0px;
border-style:none;
}

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;
}

*.entwurf {
background-color:#FFFF80;
}
tr.entwurf th {
background-color:#FFFF80;
}

*.implementation {
background-color:#FF8040;
}
tr.implementation th {
background-color:#FF8040;
}
*.implementation2 {
background-color:#DC3C28;
}
tr.implementation2 th {
background-color:#DC3C28;
}