MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Shadowhelix
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
(Test)
Zeile 7: Zeile 7:
}
}


.infobox_title, table.infotable th {
.infobox_title, .infobox_separator, table.infotable th {
   background-color: #d6d6ec;
   background-color: #d6d6ec;
}
}
Zeile 23: Zeile 23:
   text-align      : center;
   text-align      : center;
   border          : 1px solid gray;
   border          : 1px solid gray;
}
.infobox_separator {
  width          : 100%;
  text-align      : center;
  border          : 1px solid gray;
  font-size      : 90%;
}
}



Version vom 27. Juli 2011, 20:29 Uhr

/* CSS an dieser Stelle wirkt sich auf alle Skins aus */

/* Vorlagen - CSS Style */

.infobox, .bildinfo, .karteninfo, .infotable {
  background-color: #c2c2d8;
}

.infobox_title, .infobox_separator, table.infotable th {
  background-color: #d6d6ec;
}

.infobox {
  width           : 25%;
  border          : 1px solid gray;
  border-collapse : collapse;
  margin          : 10px;
  font-size       : 90%;
}

.infobox_title {
  width           : 100%;
  text-align      : center;
  border          : 1px solid gray;
}

.infobox_separator {
  width           : 100%;
  text-align      : center;
  border          : 1px solid gray;
  font-size       : 90%;
}

.infobox_bild {
  background-color: #aeaec4;
  width           : 100%;
  text-align      : center;
  border          : 1px solid gray;
}

.shadowtalkbox {
  background-color: #ddddee;
  border          : 1px dotted black;
  padding         : 2px;
  margin          : 2px 30px;
}

.zeitleiste_infobox {
  background-color: #e6e6fa;
  width           : 25%;
  border          : 1px solid gray;
  padding         : 10px;
  margin          : 10px;
  font-size       : 3mm;
}

.folgenleiste {
  background-color: #f5f5ff;
  width           : 100%;
  border          : 1px solid black;
  padding         : 5px;
  font-size       : 95%;
}

.hinweisbox {
  background-color: #e2e2e8;
  border          : 1px solid black;
  padding         : 10px;
  width           : 75%;
  margin          : auto;
}

.warnbox {
  background-color: #ff9999;
  border          : 1px solid black;
  padding         : 10px;
  width           : 75%;
  margin          : auto;
}

.bildinfo, .karteninfo {
  border          : 1px solid black;
  padding         : 2px;
  width           : 70%;
  margin          : 12px;
}

.navigationsleiste_title {
  background-color: #f5f5ff;
}

.navigationsleiste {
  background-color: #ffffff;
  border          : 1px solid black;
}

.infotable {
  border           : 1px solid gray;
  border-collapse  : collapse;
  margin           : 12px;
}

table.infotable th {
  padding : 5px;
  border  : 1px solid gray;
}

table.infotable td {
  padding : 5px;
  border  : 1px solid gray;
}