MediaWiki:Common.css: Unterschied zwischen den Versionen

aus LuftschiffWiki - http://www.luftschiff.org/
Zur Navigation springen Zur Suche springen
Zeile 45: Zeile 45:
 
border-radius: 10px;
 
border-radius: 10px;
 
}
 
}
 +
 +
div.menushadow {
 +
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 {
 
h2 {
 
font-size:100%;
 
font-size:100%;

Version vom 6. Oktober 2018, 17:03 Uhr

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