Benutzer:Hausgeist/common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
(Versionsgescichte siehe: https://de.wikipedia.org/w/index.php?title=MediaWiki:Common.css&action=history) |
||
| Zeile 9: | Zeile 9: | ||
padding: .1em 0; | padding: .1em 0; | ||
} | } | ||
#hauptseite .willkommen { | |||
background:#ababab; | background:#ababab; | ||
margin: 0; | margin: 0; | ||
| Zeile 17: | Zeile 16: | ||
font-size:145%; | font-size:145%; | ||
font-weight:bold; | 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; | |||
} | } | ||
Version vom 28. Juli 2018, 13:25 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 {
background:#ababab;
margin: 0;
border:1px solid #AAA;
text-align:center;
font-size:145%;
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;
}