MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Ortschroniken
Zur Navigation springen Zur Suche springen
Zeile 38: Zeile 38:
 
   background-color: rgba(0, 0, 128, 0.05);
 
   background-color: rgba(0, 0, 128, 0.05);
 
   background-image: none;
 
   background-image: none;
 +
}
 +
 +
#mapdiv > div {
 +
  position: absolute;
 
}
 
}

Version vom 25. November 2016, 18:41 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

.ac-infobox {
  float: right;
  background-color: #F9F9F9;
  border: 1px solid #AAA;
  line-height: 1.6;
  color: #252525;
  padding: 1em;
  margin-left: 4em;
  margin-bottom: 2em;
}
.ac-infobox .caption {
  background-color: #B3B7FF;
  font-size: 120%;
  font-weight: bold;
  padding: 0.5em;
}
.ac-infobox .sub {
  background-color: #DDDDDD;
  font-size: 110%;
  font-weight: normal;
  padding: 0.3em;
}
.ac-infobox .label {
  font-weight: bold;
  padding: 0.5em;
}
.ac-infobox .data {
  padding: 0.5em;
}


body {
  background: url(https://www.ortschroniken-mv.de/images/6/6c/System_Hintergrund_1a.jpeg);
}
#mw-page-base {
  background-color: rgba(0, 0, 128, 0.05);
  background-image: none;
}

#mapdiv > div {
  position: absolute;
}