MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Schevv (Diskussion | Beiträge) |
Schevv (Diskussion | Beiträge) K |
||
| Zeile 2: | Zeile 2: | ||
.Hauptseite_Box { | .Hauptseite_Box { | ||
margin: 0 10px 0 10px; | margin: 0 10px 0 10px; | ||
border: thin solid lightgrey; | border: thin solid lightgrey; | ||
} | } | ||
Version vom 3. Juni 2021, 07:27 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;
}
.Hauptseite_Box ul {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
}
.Hauptseite_Box ul li {
display: inline;
}