Cookies helfen uns bei der Bereitstellung von KiwiThek. Durch die Nutzung von KiwiThek erklärst du dich damit einverstanden, dass wir Cookies speichern. Weitere Informationen

Änderungen

Wechseln zu: Navigation, Suche

MediaWiki:Print.css

913 Bytes hinzugefügt, 14:01, 6. Nov. 2009
Die Seite wurde neu angelegt: „CSS an dieser Stelle wirkt sich auf die Druckausgabe aus: CSS für die Hauptseite!: .orange { color: orange; } .page-Hauptseite h2 { border-bottom: non…“
/* CSS an dieser Stelle wirkt sich auf die Druckausgabe aus */

/*CSS für die Hauptseite!*/

.orange {
color: orange;
}

.page-Hauptseite h2 {
border-bottom: none;
font-size: 250%;
padding-top: 0.2em;
padding-bottom: 0;
}


/*Anders übernimmt er bei h3 den margin-bottom: 0 leider nicht*/
#bodyContent div.hauptseite-artikel h3{
margin-bottom: 0;
}

.hauptseite-artikel h3 {
font-weight: normal;
font-size: 116%;
border-bottom:1px solid steelBlue;
padding-bottom: 0.2em;
padding-top: 0.2em;
padding-left: 0.4em;
height: 50px;
}

.hauptseite-artikel {
border:1px solid steelBlue;
float:left;
margin-bottom: 10px;
margin-right: 10px;
width: 48.2%;
}

.hauptseite-artikel p{
margin:2px;
padding-left:55px;
}

.hauptseite-artikel p.naturtext{
margin-top: -4px;
padding-left: 0;
float:left;
margin-bottom: -4px;
}

.hauptseite-artikel div.natur{
line-height: 1.3;
padding-left: 0;
float:left;
margin:-2px 14px 0px;
}
1.858
Bearbeitungen

Navigationsmenü