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

Aus Musikwiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 24: Zeile 24:
  margin-top:.8em;
  margin-top:.8em;
  text-align:right
  text-align:right
}
#.h-box {
background:#F9F9F9;
border:1px solid #8b8b8b;
padding:0px;
overflow:auto;
}
}
.h-willkommen,.h-links,.h-rechts {
.h-willkommen,.h-links,.h-rechts {
Zeile 42: Zeile 48:
.h-rechts h2 {
.h-rechts h2 {
text-indent: .5em;
text-indent: .5em;
}
/* Design der Kästen im Kopf der Projektseiten */
div.projekt-box {
clear: both;
background:##e7e7e7;
border:1px solid #8b8b8b;
padding:5px;
width: 100%;
font-size:100%;
}
div.projekt-box-ueberschrift {
background:#b7b7b7;
margin-bottom:2px;
text-align:center;
font-size:118%;
font-weight:bold;
}
}

Version vom 28. Juli 2018, 15:28 Uhr

#hauptseite h2 {
 background:#b7b7b7;
 border:1px solid #8b8b8b;
 font-family:serif;
 font-size:1.2em;
 font-weight:bold;
 line-height:1.5;
 margin:0;
 padding:.1em 0
}
#hauptseite .h-willkommen h2 {
  font-size: 1.8em
}
#hauptseite .inhalt {
 background:#e7e7e7;
 border:1px solid #8b8b8b;
 border-top:0;
 min-height:0;
 padding:.3em .8em .4em
}
#hauptseite .inhalt .mehr {
 clear:both;
 font-size:85%;
 margin-top:.8em;
 text-align:right
}
#.h-box {
 background:#F9F9F9;
 border:1px solid #8b8b8b;
 padding:0px;
 overflow:auto;
}
.h-willkommen,.h-links,.h-rechts {
 margin-bottom:.2em
}
.h-links {
 margin-right:.1em
}
.h-rechts {
 margin-left:.1em
}
.h-willkommen h2,
.h-unten h2 {
 text-align:center;
}

.h-links h2,
.h-rechts h2 {
	text-indent: .5em;
}
/* Design der Kästen im Kopf der Projektseiten */
div.projekt-box {
 clear: both;
 background:##e7e7e7;
 border:1px solid #8b8b8b;
 padding:5px;
 width: 100%;
 font-size:100%;
}

div.projekt-box-ueberschrift {
 background:#b7b7b7;
 margin-bottom:2px;
 text-align:center;
 font-size:118%;
 font-weight:bold;
}