MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus FabLab Region Nürnberg
Mose (Diskussion | Beiträge) K (Farbe) |
Mose (Diskussion | Beiträge) (Farben für Infobox) |
||
| Zeile 14: | Zeile 14: | ||
#Vorlage_Infobox_Geraet.status-Rot { | #Vorlage_Infobox_Geraet.status-Rot { | ||
background-color:# | background-color:#ffcfcf; | ||
} | |||
#Vorlage_Infobox_Geraet.status-Rot th { | |||
background-color:#951717; | |||
color:#FFFFFF; | |||
} | } | ||
#Vorlage_Infobox_Geraet.status-Gelb { | #Vorlage_Infobox_Geraet.status-Gelb { | ||
background-color:# | background-color:#ffed9b; | ||
} | |||
#Vorlage_Infobox_Geraet.status-Gelb th { | |||
background-color:#e9c000; | |||
} | } | ||
#Vorlage_Infobox_Geraet.status-Gruen { | #Vorlage_Infobox_Geraet.status-Gruen { | ||
background-color:# | background-color:#9dff9b; | ||
} | } | ||
#Vorlage_Infobox_Geraet.status-Gruen th { | #Vorlage_Infobox_Geraet.status-Gruen th { | ||
background-color:# | background-color:#1a9517; | ||
color:#FFFFFF; | color:#FFFFFF; | ||
} | } | ||
Version vom 3. April 2013, 18:16 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_Geraet.status-Rot {
background-color:#ffcfcf;
}
#Vorlage_Infobox_Geraet.status-Rot th {
background-color:#951717;
color:#FFFFFF;
}
#Vorlage_Infobox_Geraet.status-Gelb {
background-color:#ffed9b;
}
#Vorlage_Infobox_Geraet.status-Gelb th {
background-color:#e9c000;
}
#Vorlage_Infobox_Geraet.status-Gruen {
background-color:#9dff9b;
}
#Vorlage_Infobox_Geraet.status-Gruen th {
background-color:#1a9517;
color:#FFFFFF;
}