Benutzer:Hausgeist/common.css: Unterschied zwischen den Versionen

Aus Musikwiki
Zur Navigation springen Zur Suche springen
(Versionsgescichte siehe: https://de.wikipedia.org/w/index.php?title=MediaWiki:Common.css&action=history)
Keine Bearbeitungszusammenfassung
Zeile 9: Zeile 9:
     padding: .1em 0;
     padding: .1em 0;
}
}
#hauptseite .willkommen {
#hauptseite .willkommen h2 {
     background:#ababab;
     background:#ababab;
     margin: 0;
     margin: 0;
     border:1px solid #AAA;
     border:1px solid #AAA;
     text-align:center;
     text-align: center;
     font-size:145%;
     text-size: 2em;
     font-weight:bold;
     font-weight:bold;
}
}

Version vom 28. Juli 2018, 14:31 Uhr

#hauptseite h2 {
    background: #ababab;
    border: 1px solid #AAA;
    font-family: Linux Libertine, Georgia, Times, serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    padding: .1em 0;
}
#hauptseite .willkommen h2 {
    background:#ababab;
    margin: 0;
    border:1px solid #AAA;
    text-align: center;
    text-size: 2em;
    font-weight:bold;
}
#hauptseite .inhalt {
	background: #c7c7c7;
	border: 1px solid #AAA;
	border-top: 0;
	min-height: 0; /* IE 7 */
	padding: .3em .8em .4em;
}
#hauptseite .inhalt .mehr {
	clear: both;
	font-size: 95%;
	margin-top: .8em;
	text-align: right;
}
.hauptseite-oben,
.hauptseite-links,
.hauptseite-rechts {
	margin-bottom: 1em;
}
.hauptseite-links {
	margin-right: .5em;
}
.hauptseite-rechts {
	margin-left: .5em;
}
.hauptseite-oben h2,
.hauptseite-unten h2 {
	text-align: center;
}