MediaWiki:Common.css

Aus LehramtsWiki
Wechseln zu: Navigation, Suche

Hinweis: Nach dem Speichern den Browser-Cache leeren, um die Änderungen zu sehen: Mozilla/Firefox: Shift-Strg-R, Internet Explorer: Strg-F5, Opera: F5, Safari: ⌘-R, Konqueror: Strg-R.

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