MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus OKAPI Geschichte
Wechseln zu: Navigation, Suche
Zeile 5: Zeile 5:
 
/* Überschrift verbergen */
 
/* Überschrift verbergen */
 
body.page-Hauptseite h1.firstHeading { display:none;
 
body.page-Hauptseite h1.firstHeading { display:none;
}
 
 
/* Inhalts-Tabellen */
 
tabelle_inhalt { border: 1px solid;
 
border-collapse: collapse;
 
color: black;
 
margin: 1em 1em 1em 0;
 
 
}
 
}
  
Zeile 26: Zeile 19:
 
margin-top: 0em;
 
margin-top: 0em;
 
margin-botton: 0em;}
 
margin-botton: 0em;}
 +
 +
<!-- SONSTIGE -->
 +
 +
/* Prettytable (aus Wikipedia) */
 +
.prettytable {
 +
background: #f9f9f9;
 +
border: 1px solid #aaa;
 +
border-collapse: collapse;
 +
margin: 1em 1em 1em 0;
 +
}

Version vom 6. Mai 2012, 22:58 Uhr

#p-logo { display:none; }

<!-- HAUPTSEITENFORMATIERUNG -->

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

<!-- 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;}

<!-- SONSTIGE -->

/* Prettytable (aus Wikipedia) */
.prettytable {
	background: #f9f9f9;
	border: 1px solid #aaa;
	border-collapse: collapse;
	margin: 1em 1em 1em 0;
}