MediaWiki:Print.css: Unterschied zwischen den Versionen

Aus KiwiThek
Wechseln zu: Navigation, Suche
(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…“)
 
 
(17 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* CSS an dieser Stelle wirkt sich auf die Druckausgabe aus */
+
a {
 
+
text-decoration: none;
/*CSS für die Hauptseite!*/
+
color: black;
 
+
cursor: default;
.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 {
#bodyContent div.hauptseite-artikel h3{
+
margin: 0;
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 {
 
.hauptseite-artikel {
border:1px solid steelBlue;
+
width:40.2%;
float:left;
 
margin-bottom: 10px;
 
margin-right: 10px;
 
width: 48.2%;
 
 
}
 
}
  
.hauptseite-artikel p{
+
.hauptseite-artikel p {
margin:2px;
+
padding-left:5px;
padding-left:55px;
 
 
}
 
}
  
.hauptseite-artikel p.naturtext{
+
* html .IENatur h3 {
margin-top: -4px;
+
height:58px;
padding-left: 0;
 
float:left;
 
margin-bottom: -4px;
 
 
}
 
}
  
.hauptseite-artikel div.natur{
+
.center {
line-height: 1.3;
+
text-align:center;
padding-left: 0;
+
width:100%;
float:left;
 
margin:-2px 14px 0px;
 
 
}
 
}

Aktuelle Version vom 20. November 2009, 16:38 Uhr

a {
text-decoration: none;
color: black;
cursor: default;
}


#bodyContent div.hauptseite-artikel h3 {
margin: 0;
}

.hauptseite-artikel {
width:40.2%;
}

.hauptseite-artikel p {
padding-left:5px;
}

* html .IENatur h3 {
height:58px;
}

.center {
text-align:center;
width:100%;
}