MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus OKAPI Geschichte
Wechseln zu: Navigation, Suche
K
Zeile 8: Zeile 8:
  
 
/* Inhalts-Tabellen */
 
/* Inhalts-Tabellen */
.tabelle_inhalt { border: 1px solid #aaa;
+
tabelle_inhalt { border: 1px solid #aaa;
 
border-collapse: collapse;
 
border-collapse: collapse;
 
margin: 1em 1em 1em 0;
 
margin: 1em 1em 1em 0;

Version vom 6. Mai 2012, 22:48 Uhr

#p-logo { display:none; }

<!-- HAUPTSEITENFORMATIERUNG -->

/* Überschrift verbergen */
body.page-Hauptseite h1.firstHeading { display:none;
}

/* Inhalts-Tabellen */
tabelle_inhalt { border: 1px solid #aaa;
	border-collapse: collapse;
	margin: 1em 1em 1em 0;
}

<!-- ABSATZFORMATIERUNGEN FÜR LITERATURLISTEN -->

/* Literaturangabe (normal) */
.lit { line-height: 1.2;
margin-top: 1em;
margin-bottom: 0em;
}

/* Literatur: Untereinträge oder Kommentarzeilen */
.lit_schmal { line-height: 1.1;
margin-top: 0em;
margin-botton: 0em;}