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

Aus Musikwiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 8: Zeile 8:
     margin: 0;
     margin: 0;
     padding: .1em 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 {
#hauptseite .inhalt {
Zeile 30: Zeile 22:
text-align: right;
text-align: right;
}
}
.hauptseite-oben,
.h-oben,
.hauptseite-links,
.h-links,
.hauptseite-rechts {
.h-rechts {
margin-bottom: 1em;
margin-bottom: 1em;
}
}
.hauptseite-links {
.h-links {
margin-right: .5em;
margin-right: .5em;
}
}
.hauptseite-rechts {
.h-rechts {
margin-left: .5em;
margin-left: .5em;
}
}
.hauptseite-oben h2,
.h-willkommen h2 {
.hauptseite-unten h2 {
text-align: center;
text-align: center;
}
}

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