MediaWiki:Common.css
Aus Das Sopra Wiki
Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
- Opera: Strg+F5
/** 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;
border-spacing:0px;
}
table.default td{
border-width:0px;
border-style:solid;
border-color:black;
padding:5px;
border-spacing:0px;
}
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:#00AA00;
}
tr.implementation2 th {
background-color:#00AA00;
}
td.deadline {
background-color:#FF8040;
}