MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus FabLab Region Nürnberg
K (Falsches Keyword)
KKeine Bearbeitungszusammenfassung
Zeile 13: Zeile 13:
}
}


#Vorlage_Infobox_Geraet.status-rot {
  border-width:3px;
}
#Vorlage_Infobox_Geraet.status-rot * {
#Vorlage_Infobox_Geraet.status-rot * {
   background-color:#ffd9c6;
   background-color:#ffd9c6;
   border-color:#661313;
   border-color:#661313;
}
#Vorlage_Infobox_Geraet.status-rot {
  border-width:3px;
}
}
#Vorlage_Infobox_Geraet.status-rot th {
#Vorlage_Infobox_Geraet.status-rot th {

Version vom 5. April 2013, 11:29 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 {
  border-width:3px;
}
#Vorlage_Infobox_Geraet.status-rot * {
  background-color:#ffd9c6;
  border-color:#661313;
}
#Vorlage_Infobox_Geraet.status-rot th {
  background-color:#991313;
  color:#FFFFFF;
}

#Vorlage_Infobox_Geraet.status-gelb * {
  background-color:#fff7d1;
  border-color:#b39613;
}
#Vorlage_Infobox_Geraet.status-gelb th {
  background-color:#f4cd1f;
}

#Vorlage_Infobox_Geraet.status-gruen * {
  background-color:#eaffc6;
  border-color:#3f6300;
}
#Vorlage_Infobox_Geraet.status-gruen th {
  background-color:#80b525;
  color:#FFFFFF;
}