MediaWiki:Common.css

aus LuftschiffWiki - http://www.luftschiff.org/
Zur Navigation springen Zur Suche springen

Hinweis: Leere nach dem Speichern den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Gehe zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
div.fixed {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
}

div.sticky {
    position: sticky;
    top: 0;
    right: 0;
    z-index: 999999;
}
div.menu_unten {
                /* float-right; */
                position: sticky;
                font-weight: lighter;
		font-size:70%;
		top: 50px;
		right: 10px;
		margin:0px;
		padding:0px;
		maximum-width: 800px;
}
div.noinfobox {
                display: none;
}
h1.firstHeading {	
       float:right;
	font-size:180%;
	text-align: center;
	padding: 10px;
  background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    text-shadow:
    0 0 10px #FFFFFF,
    0 0 20px #FFFFFF,
    0 0 30px #FFFFFF,
    0 0 40px #FF00DE,
    0 0 70px #FF00DE,
    0 0 80px #FF00DE,
    0 0 100px #FF00DE,
    0 0 150px #FF00DE;
border-radius: 10px;
}

div.mw-panel {	
	font-size:100%;
	text-align: center;
	padding: 10px;
  background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    text-shadow:
    0 0 10px #FFFFFF,
    0 0 20px #FFFFFF,
    0 0 30px #FFFFFF,
    0 0 40px #FF00DE,
    0 0 70px #FF00DE,
    0 0 80px #FF00DE,
    0 0 100px #FF00DE,
    0 0 150px #FF00DE;
border-radius: 3px;
}

h2 {	
	font-size:100%;
	text-align: center;
	padding: 10px;
  background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    text-shadow:
    0 0 10px #FFFFFF,
    0 0 20px #FFFFFF,
    0 0 30px #FFFFFF,
    0 0 40px #FF00DE,
    0 0 70px #FF00DE,
    0 0 80px #FF00DE,
    0 0 100px #FF00DE,
    0 0 150px #FF00DE;
border-radius: 3px;
}
/*
#ca-watch { display: none !important; }
#ca-talk { display: none !important; }
#ca-move { display: none !important; }
#ca-history { display: none !important; }
#ca-edit { display: none !important; }
#ca-addsection { display: none !important; }
#p-cactions { display: none !important; }
#p-personal { display: none !important!; }
#pt-userpage { display: none !important; }
#pt-anonuserpage { display: none !important; }
#pt-mytalk { display: none !important; }
#pt-preferences { display: none !important; }
#pt-watchlist { display: none !important; }
#pt-mycontris { display: none !important; }
#pt-anonlogin { display: none !important; }
#pt-anontalk { display: none !important; }
#pt-login { display: none !important; } 
*/