MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus FabLab Region Nürnberg
Mose (Diskussion | Beiträge) (Infobox Ding grün) |
Mose (Diskussion | Beiträge) (Infobox Ding) |
||
| Zeile 13: | Zeile 13: | ||
} | } | ||
#Vorlage_Infobox_Ding.status-rot * | |||
#Vorlage_Infobox_Geraet.status-rot * { | #Vorlage_Infobox_Geraet.status-rot * { | ||
background-color:#ffd9c6; | background-color:#ffd9c6; | ||
border-color:#661313; | border-color:#661313; | ||
} | } | ||
#Vorlage_Infobox_Ding.status-rot th, | |||
#Vorlage_Infobox_Geraet.status-rot th { | #Vorlage_Infobox_Geraet.status-rot th { | ||
background-color:#991313; | background-color:#991313; | ||
| Zeile 23: | Zeile 24: | ||
} | } | ||
#Vorlage_Infobox_Ding.status-gelb *, | |||
#Vorlage_Infobox_Geraet.status-gelb * { | #Vorlage_Infobox_Geraet.status-gelb * { | ||
background-color:#fff7d1; | background-color:#fff7d1; | ||
border-color:#b39613; | border-color:#b39613; | ||
} | } | ||
#Vorlage_Infobox_Ding.status-gelb th, | |||
#Vorlage_Infobox_Geraet.status-gelb th { | #Vorlage_Infobox_Geraet.status-gelb th { | ||
background-color:#f4cd1f; | background-color:#f4cd1f; | ||
Version vom 18. April 2013, 11:17 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#mw-missingsummary {
border:2px solid #990000;
background-color:#ffe1e1;
padding:5px;
margin-bottom:5px;
text-align:center;
}
#mwe-lastmodified {
font-size:0.4em !important;
}
#Vorlage_Infobox_Ding.status-rot *
#Vorlage_Infobox_Geraet.status-rot * {
background-color:#ffd9c6;
border-color:#661313;
}
#Vorlage_Infobox_Ding.status-rot th,
#Vorlage_Infobox_Geraet.status-rot th {
background-color:#991313;
color:#FFFFFF;
}
#Vorlage_Infobox_Ding.status-gelb *,
#Vorlage_Infobox_Geraet.status-gelb * {
background-color:#fff7d1;
border-color:#b39613;
}
#Vorlage_Infobox_Ding.status-gelb th,
#Vorlage_Infobox_Geraet.status-gelb th {
background-color:#f4cd1f;
}
#Vorlage_Infobox_Ding.status-gruen *,
#Vorlage_Infobox_Geraet.status-gruen * {
background-color:#eaffc6;
border-color:#3f6300;
}
#Vorlage_Infobox_Ding.status-gruen th,
#Vorlage_Infobox_Geraet.status-gruen th {
background-color:#80b525;
color:#FFFFFF;
}