Wechseln zu: Navigation, Suche

MediaWiki:Common.css: Unterschied zwischen den Versionen

Zeile 37: Zeile 37:
 
border:1px solid #047095;
 
border:1px solid #047095;
 
margin-bottom: 10px;
 
margin-bottom: 10px;
padding:5px 10px 5px 10px;
+
padding:0px 10px 0px 10px;
 
}
 
}
  
Zeile 47: Zeile 47:
 
color: #FFFFFF;
 
color: #FFFFFF;
 
line-height: 2em;
 
line-height: 2em;
padding:0px 5px 0px 5px;
+
padding:0px 0px 0px 0px;
 
margin:0px;
 
margin:0px;
 
}
 
}

Version vom 2. August 2014, 13:12 Uhr

/***
* Das folgende CSS wird für alle Benutzeroberflächen geladen.
* 
* Es ist in Abschnitte untergliedert. Diese Abschnitte sind:
* 1.) Definitionen für die Startseite
*
***/
 
 
/***
 *** 1. Abschnitt
 *
 * Definitionen für die Startseite (zur Ausgestaltung)
 *
 ***/
/** Definition zum Ausblenden des Artikelnamens auf der Startseite **/
.page-Hauptseite #firstHeading {
    display: none;
}
 
 
/***
 *** 2. Abschnitt
 *
 * Allgemeine Definitionen für die Ausgestaltung
 *
 ***/
.spalte-links {
padding: 20px 10px 20px 0px;
}
 
.spalte-rechts {
padding: 20px 0px 20px 10px;
}
 
.div-boxes {
border:1px solid #047095;
margin-bottom: 10px;
padding:0px 10px 0px 10px;
}
 
.div-boxes h2 {
background: #047095;
border: 1px solid #047095;
font-size: 1.3em;
font-weight: bold;
color: #FFFFFF;
line-height: 2em;
padding:0px 0px 0px 0px;
margin:0px;
}
 
#neuigkeiten-content h2 {
background: none;
color:#000000;
border: 0px;
font-size: 1.3em;
font-weight: bold;
line-height: 2em;
padding:0px;
margin:0px;
}