MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus FabLab Region Nürnberg
Mose (Diskussion | Beiträge) K (Infobox Rahmen) |
Mose (Diskussion | Beiträge) K (Captcha Hinweis) |
||
(22 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
#mw-missingsummary { | #mw-missingsummary, | ||
#editform > p { | |||
border:2px solid #990000; | border:2px solid #990000; | ||
background-color:#ffe1e1; | background-color:#ffe1e1; | ||
Zeile 7: | Zeile 8: | ||
margin-bottom:5px; | margin-bottom:5px; | ||
text-align:center; | text-align:center; | ||
} | |||
#editform > p > label { | |||
font-weight:bold; | |||
} | } | ||
Zeile 13: | Zeile 18: | ||
} | } | ||
#Vorlage_Infobox_Geraet.status- | #Vorlage_Infobox_Ding.status-rot, | ||
background-color:# | #Vorlage_Infobox_Geraet.status-rot { | ||
background-color:#ffd9c6; | |||
} | } | ||
#Vorlage_Infobox_Geraet.status- | #Vorlage_Infobox_Ding.status-rot *, | ||
background-color:# | #Vorlage_Infobox_Geraet.status-rot * { | ||
border-color:#661313; | |||
} | |||
#Vorlage_Infobox_Ding.status-rot th, | |||
#Vorlage_Infobox_Geraet.status-rot th { | |||
background-color:#991313; | |||
color:#FFFFFF; | color:#FFFFFF; | ||
} | } | ||
#Vorlage_Infobox_Geraet.status- | #Vorlage_Infobox_Ding.status-gelb, | ||
background-color:# | #Vorlage_Infobox_Geraet.status-gelb { | ||
background-color:#fff7d1; | |||
} | } | ||
#Vorlage_Infobox_Geraet.status- | #Vorlage_Infobox_Ding.status-gelb *, | ||
background-color:# | #Vorlage_Infobox_Geraet.status-gelb * { | ||
border-color:#b39613; | |||
} | |||
#Vorlage_Infobox_Ding.status-gelb th, | |||
#Vorlage_Infobox_Geraet.status-gelb th { | |||
background-color:#f4cd1f; | |||
} | } | ||
#Vorlage_Infobox_Geraet.status- | #Vorlage_Infobox_Ding.status-gruen, | ||
background-color:# | #Vorlage_Infobox_Geraet.status-gruen { | ||
border-color:# | background-color:#eaffc6; | ||
} | |||
#Vorlage_Infobox_Ding.status-gruen *, | |||
#Vorlage_Infobox_Geraet.status-gruen * { | |||
border-color:#3f6300; | |||
} | } | ||
#Vorlage_Infobox_Geraet.status- | #Vorlage_Infobox_Ding.status-gruen th, | ||
background-color:# | #Vorlage_Infobox_Geraet.status-gruen th { | ||
background-color:#80b525; | |||
color:#FFFFFF; | color:#FFFFFF; | ||
} | } |
Aktuelle Version vom 26. Juni 2013, 13:30 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ #mw-missingsummary, #editform > p { border:2px solid #990000; background-color:#ffe1e1; padding:5px; margin-bottom:5px; text-align:center; } #editform > p > label { font-weight:bold; } #mwe-lastmodified { font-size:0.4em !important; } #Vorlage_Infobox_Ding.status-rot, #Vorlage_Infobox_Geraet.status-rot { background-color:#ffd9c6; } #Vorlage_Infobox_Ding.status-rot *, #Vorlage_Infobox_Geraet.status-rot * { 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; } #Vorlage_Infobox_Ding.status-gelb *, #Vorlage_Infobox_Geraet.status-gelb * { 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; } #Vorlage_Infobox_Ding.status-gruen *, #Vorlage_Infobox_Geraet.status-gruen * { border-color:#3f6300; } #Vorlage_Infobox_Ding.status-gruen th, #Vorlage_Infobox_Geraet.status-gruen th { background-color:#80b525; color:#FFFFFF; }