MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus FabLab Region Nürnberg
(Infobox ID entfernt, so dass Classes auf alle Infoboxen angewendet werden können)
K (Captcha Hinweis)
 
(6 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:
}
}


.status-rot * {
#Vorlage_Infobox_Ding.status-rot,
#Vorlage_Infobox_Geraet.status-rot {
   background-color:#ffd9c6;
   background-color:#ffd9c6;
}
#Vorlage_Infobox_Ding.status-rot *,
#Vorlage_Infobox_Geraet.status-rot * {
   border-color:#661313;
   border-color:#661313;
}
}
.status-rot th {
#Vorlage_Infobox_Ding.status-rot th,
#Vorlage_Infobox_Geraet.status-rot th {
   background-color:#991313;
   background-color:#991313;
   color:#FFFFFF;
   color:#FFFFFF;
}
}


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


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

Aktuelle Version vom 26. Juni 2013, 14: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;
}