MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Shadowstuff
Zur Navigation springen Zur Suche springen
Zeile 15: Zeile 15:
}
}


.Hauptseite_Box ul {
ul.HorizontalList {
list-style-image: none;
list-style-image: none;
list-style-position: outside;
list-style-position: outside;
list-style-type: none;
list-style-type: none;
}
}
 
ul.HorizontalList li {
.Hauptseite_Box ul li {
   display: inline;
   display: inline;
}
}

Version vom 3. Juni 2021, 07:41 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.Hauptseite_Box {
  margin: 0 10px 0 10px;
  border: thin solid lightgrey;
}

.Hauptseite_Box h2 {
  border: thin solid lightgrey;
  background-color: #D8E8FF;
  text-align:center;
  font-size:1em;
  font-family: sans-serif;
  font-weight: bold;
  margin: 0;
}

ul.HorizontalList {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
}
ul.HorizontalList li {
  display: inline;
}