MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Schevv (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „→Das folgende CSS wird für alle Benutzeroberflächen geladen.: .Hauptseite_Box { margin-left: 10px margin-right:10px; border: thin solid lightgrey }…“) |
Schevv (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
.Hauptseite_Box { | .Hauptseite_Box { | ||
margin | margin: 0 10px 0 10px; | ||
padding: 0.2em; | |||
border: thin solid lightgrey | border: thin solid lightgrey; | ||
} | } | ||
Zeile 13: | Zeile 13: | ||
font-family: sans-serif; | font-family: sans-serif; | ||
font-weight: bold; | font-weight: bold; | ||
} | |||
.Hauptseite_Box ul { | |||
list-style-image: none; | |||
list-style-position: outside; | |||
list-style-type: none; | |||
} | |||
.Hauptseite_Box ul li { | |||
display: inline; | |||
} | } |
Version vom 30. Mai 2021, 17:07 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ .Hauptseite_Box { margin: 0 10px 0 10px; padding: 0.2em; 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; }