MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Organ index
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
 
/* Für alle Skins gültig: Mindestbreite 80em, Maincontent linksbündig, Breite der Sidebar 11em */
 
/* Für alle Skins gültig: Mindestbreite 80em, Maincontent linksbündig, Breite der Sidebar 11em */
 +
 +
.reference, .references sup {
 +
    font-size: 100%;
 +
    line-height: 1.2em;
 +
    vertical-align: text-top;
 +
    position: static;
 +
}
 +
  
 
body {
 
body {
Zeile 7: Zeile 15:
  
 
#mainContent {
 
#mainContent {
font-size: 100%;
 
line-height: 1.2em;
 
 
float: left;
 
float: left;
 
width: 84%;
 
width: 84%;
Zeile 26: Zeile 32:
 
text-align:left;
 
text-align:left;
 
position:static;
 
position:static;
 +
                line-height:100%;
 
line-height:1.2em;
 
line-height:1.2em;
 
}
 
}

Version vom 21. Juni 2012, 14:14 Uhr

/* Für alle Skins gültig: Mindestbreite 80em, Maincontent linksbündig, Breite der Sidebar 11em */

 .reference, .references sup {
     font-size: 100%;
     line-height: 1.2em;
     vertical-align: text-top;
     position: static;
 }
 

	body {
		min-width: 1100px;
		max-width: 100%;
	}

	#mainContent {
		float: left;
		width: 84%;
		margin-bottom: 1em;
		margin-left: 1em;
	}

	#side {
		float: left;
		width: 152px;
		margin-bottom: 1em;
	}

/* Layout */

	#text {
		text-align:left;
		position:static;
                line-height:100%;
		line-height:1.2em;
	}