MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Vetus Mundus Spieler Wiki
Zur Navigation springenZur Suche springen
imported>Admin
Die Seite wurde neu angelegt: „div.uoItem { margin: 4px; padding: 2px; background-color: #292931; color: #FFFFFF; text-align: center; text-shadow: 1px 1px 1px black, …“
 
Keine Bearbeitungszusammenfassung
Zeile 40: Zeile 40:
.uoItemRight {
.uoItemRight {
   float: right;
   float: right;
}
body {
    background-color: #e6ce9e ; /* Beispielhafter Ocker-Ton (Maize) */
}
/* Hintergrundfarbe für den eigentlichen Inhaltsbereich (weiß/hell abgesetzt) */
.mw-body {
    background-color: #e6ce9e ;
    border: 1px solid #aaaaaa;
}
}

Version vom 6. Mai 2026, 09:39 Uhr

div.uoItem {
  margin: 4px;
  padding: 2px;
  background-color: #292931;
  color: #FFFFFF;
  text-align: center;
  text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;
  display:inline-block;
}
div.uoItem h3 {
  color: #FFFF00;
  margin:0px;
  padding:0px;
  font-size:13px;
}

div.uoItem ul {
  list-style-type: none;
  padding:0px; 
  margin:0px;
}

div.uoItem li {
  list-style: none;
  padding:0px; 
  margin:0px;
}

.uoItemClear {
  clear: both;
}

.uoItemLeft {
  float: left;
}

.uoItemRight {
  float: right;
}

body {
    background-color: #e6ce9e ; /* Beispielhafter Ocker-Ton (Maize) */
}

/* Hintergrundfarbe für den eigentlichen Inhaltsbereich (weiß/hell abgesetzt) */
.mw-body {
    background-color: #e6ce9e ;
    border: 1px solid #aaaaaa;
}