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

Aus Musikwiki
Zur Navigation springen Zur Suche springen
KKeine Bearbeitungszusammenfassung
(Versionsgeschichte stammt #hauptseite und .h-* siehe: https://de.wikipedia.org/w/index.php?title=MediaWiki:Common.css&action=history)
Zeile 7: Zeile 7:
  line-height:1.5;
  line-height:1.5;
  margin:0;
  margin:0;
  padding:.1em 0
  padding:.1em 0  
}
}
#hauptseite .h-willkommen h2 {
#hauptseite .h-willkommen h2 {
  font-size: 1.8em
font-size:1.8em  
}
}
#hauptseite .inhalt {
#hauptseite .inhalt {
Zeile 17: Zeile 17:
  border-top:0;
  border-top:0;
  min-height:0;
  min-height:0;
  padding:.3em .8em .4em
  padding:.3em .8em .4em  
}
}
#hauptseite .inhalt .mehr {
#hauptseite .inhalt .mehr {
Zeile 23: Zeile 23:
  font-size:85%;
  font-size:85%;
  margin-top:.8em;
  margin-top:.8em;
  text-align:right
  text-align:right  
}
}
#hauptseite.h-box {
#hauptseite.h-box {
  background:#F9F9F9;
  background:#F9F9F9;
  border:1px solid #8b8b8b;
  border:1px solid #8b8b8b;
  padding:0px;
  padding: .2em;
  overflow:auto;
  overflow:auto
}
}
.h-willkommen,.h-links,.h-rechts {
.h-willkommen,.h-links,.h-rechts {
  margin-bottom:.2em
  margin-bottom:.2em  
}
}
.h-links {
.h-links {
  margin-right:.1em
  margin-right:.1em  
}
}
.h-rechts {
.h-rechts {
  margin-left:.1em
  margin-left:.1em  
}
}
.h-willkommen h2,
.h-willkommen h2,.h-unten h2 {
.h-unten h2 {
  text-align:center
  text-align:center;
}
}
 
.h-links h2,.h-rechts h2 {
.h-links h2,
text-indent:.5em
.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;
}
}

Version vom 28. Juli 2018, 15:43 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 
}
#hauptseite.h-box {
 background:#F9F9F9;
 border:1px solid #8b8b8b;
 padding: .2em;
 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
}