MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus LehramtsWiki
Wechseln zu: Navigation, Suche
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 15: Zeile 15:
text-decoration: none;
text-decoration: none;
}
}
div#mw-panel {
#div#mw-panel {
     left: 0;
     left: 0;
     padding-top: 1em;
     padding-top: 1em;

Version vom 26. Juli 2013, 12:34 Uhr

/* Logo */
#p-logo {
	position: absolute;
	top: -180px;
	right: 0;
	width: 10em;
	height: 180px !important;
}
#p-logo a {
	display: block;
	width: 10em;
	height: 180px !important;
	background-repeat: no-repeat;
	background-position: 0px 0px !important;
	text-decoration: none;
}
#div#mw-panel {
    left: 0;
    padding-top: 1em;
    position: absolute;
    top: 180px !important;
    width: 10em;
}