Menü aufrufen
Toggle preferences menu
Persönliches Menü aufrufen
Nicht angemeldet
Ihre IP-Adresse wird öffentlich sichtbar sein, wenn Sie Änderungen vornehmen.

MediaWiki:Common.css: Unterschied zwischen den Versionen

MediaWiki-Schnittstellenseite
Keine Bearbeitungszusammenfassung
K Infobox 300px statt 260px breit; ungenutzte infoboxgrün-Styles entfernt
Zeile 122: Zeile 122:
   margin-bottom: 5px;
   margin-bottom: 5px;
   margin-left: 5px;
   margin-left: 5px;
   width: 260px;
   width: 300px;
   font-size: 95%;
   font-size: 95%;
   clear:both;
   clear:both;
Zeile 128: Zeile 128:
   border: 1px solid #BBCCE9;
   border: 1px solid #BBCCE9;
   border-left: 5px solid #8CA9DA;
   border-left: 5px solid #8CA9DA;
  background-color: white;
}
/* Grüne Infobox */
.zebragrün {
  background-color: #C1FFC2;
}
.infoboxgrün {
  margin-bottom: 5px;
  margin-left: 5px;
  width: 260px;
  font-size: 95%;
  clear:both;
  padding: 5px 7px;
  border: 1px solid #93FF90;
  border-left: 5px solid #93FF90;
   background-color: white;
   background-color: white;
}
}