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

Aus Musikwiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 18: Zeile 18:
#hauptseite .inhalt .mehr {
#hauptseite .inhalt .mehr {
clear: both;
clear: both;
font-size: 95%;
font-size: 85%;
margin-top: .8em;
margin-top: .8em;
text-align: right;
text-align: right;
}
}
.h-oben,
.h-willkommen,
.h-links,
.h-links,
.h-rechts {
.h-rechts {

Version vom 28. Juli 2018, 14:48 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 .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: 85%;
	margin-top: .8em;
	text-align: right;
}
.h-willkommen,
.h-links,
.h-rechts {
	margin-bottom: 1em;
}
.h-links {
	margin-right: .5em;
}
.h-rechts {
	margin-left: .5em;
}
.h-willkommen h2 {
	text-align: center;
}