MediaWiki:Common.css: Unterschied zwischen den Versionen

aus LuftschiffWiki - http://www.luftschiff.org/
Zur Navigation springen Zur Suche springen
(Die Seite wurde geleert.)
Zeile 1: Zeile 1:
 
+
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 +
div.fixed {
 +
    position: fixed;
 +
    top: 0;
 +
    right: 0;
 +
    z-index: 999999;
 +
}
 +
div.menu_unten {
 +
                float-right;
 +
font-size:70%;
 +
top: 50px;
 +
right: 10px;
 +
margin:0px;
 +
padding:0px;
 +
maximum-width: 400px;
 +
}
 +
div.noinfobox {
 +
                display: none;
 +
}

Version vom 25. September 2018, 07:56 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
div.fixed {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
}
div.menu_unten {
                float-right;
		font-size:70%;
		top: 50px;
		right: 10px;
		margin:0px;
		padding:0px;
		maximum-width: 400px;
}
div.noinfobox {
                display: none;
}