MediaWiki:Common.css: Unterschied zwischen den Versionen
Zeile 20: | Zeile 20: | ||
/** Klassendefinition für die rechte Spalte der Hauptseite / Startseite **/ | /** Klassendefinition für die rechte Spalte der Hauptseite / Startseite **/ | ||
− | .hauptseite-links | + | .hauptseite-links { |
− | padding: 20px | + | padding: 20px 10px 20px 0px; |
+ | } | ||
+ | |||
+ | .hauptseite-rechts { | ||
+ | padding: 20px 0px 20px 10px; | ||
} | } | ||
Version vom 31. Juli 2014, 22:17 Uhr
/*** * Das folgende CSS wird für alle Benutzeroberflächen geladen. * * Es ist in Sinnabschnitte untergliedert. Diese Sinnabschnitte sind: * 1.) Definitionen für die Startseite * ***/ /*** *** 1. Sinnabschnitt * * Definitionen für die Startseite (zur Ausgestaltung) * ***/ /** Definition zum Ausblenden des Artikelnamens auf der Startseite **/ .page-Hauptseite #firstHeading { display: none; } /** Klassendefinition für die rechte Spalte der Hauptseite / Startseite **/ .hauptseite-links { padding: 20px 10px 20px 0px; } .hauptseite-rechts { padding: 20px 0px 20px 10px; } .div-boxes { border:1px solid #047095; margin-bottom: 10px; } #Faktenkarte_der_Woche { padding:0px 5px 0px 5px; } .div-boxes h2 { background: #047095; border: 1px solid #047095; font-size: 1.3em; font-weight: bold; color: #FFFFFF; line-height: 2em; padding: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; }