MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Organ index
Zur Navigation springen Zur Suche springen
Zeile 19: Zeile 19:
 
}
 
}
  
/* Layout */
+
/* Text-Layout */
  
 
#text {
 
#text {
Zeile 27: Zeile 27:
 
position:static;
 
position:static;
 
}
 
}
 +
 +
/* Logo-Layout */
 +
 +
#p-logo {
 +
        z-index: 3;
 +
        position: absolute; /*needed to use z-index */
 +
        top: 0;
 +
        left: 0;
 +
        height: 130px;
 +
        width: 10em;
 +
        overflow: hidden;
 +
}

Version vom 21. Juni 2012, 16:32 Uhr

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

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

/* Text-Layout */

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

/* Logo-Layout */

#p-logo {
        z-index: 3;
        position: absolute; /*needed to use z-index */
        top: 0;
        left: 0;
        height: 130px;
        width: 10em;
        overflow: hidden;
}