Benutzer:Sprecta/common.css: Unterschied zwischen den Versionen

Aus PokéWiki
Zur Navigation springen Zur Suche springen
(Mal ein bisschen aufgeräumt)
(Notiz an mich: 1680x1050 Bilder nicht base64 encoden....)
 
Zeile 1: Zeile 1:
#ad1, #ad2 {display:none;}
#ad1, #ad2 {display:none;}
/* Bessere Anordnung */
#pw-logobar, #pw-menubar  {margin-top:-75px !important;}  
#pw-logobar, #pw-menubar  {margin-top:-75px !important;}  
#pw-content, #pw-footer {margin-top:40px !important;}  
#pw-content, #pw-footer {margin-top:40px !important;}  
Zeile 9: Zeile 11:
font-weight:normal;
font-weight:normal;
}
}
/* alternatives Hintergrundbild */
body {
background: url('https://i.redditmedia.com/tjqh5TgG2eSNOiGbfq7gMpiS04yB4zJ0tyvrW0RWSYU.png?s=d8f56fd61f6f796617022bdc1879acfe');
background-position:50% 75%;
background-attachment:fixed;
background-size:cover;
}
/* Ich weiß, wo ich bin */
#gl-topbar-left {display:none;}

Aktuelle Version vom 20. August 2018, 01:28 Uhr

#ad1, #ad2 {display:none;}

/* Bessere Anordnung */
#pw-logobar, #pw-menubar  {margin-top:-75px !important;} 
#pw-content, #pw-footer {margin-top:40px !important;} 

/* Weg mit dem doofen Icon */
#pt-userpage {
	background:none;
	padding-left:0 !important;
	font-weight:normal;
}

/* alternatives Hintergrundbild */
 body {
 	background: url('https://i.redditmedia.com/tjqh5TgG2eSNOiGbfq7gMpiS04yB4zJ0tyvrW0RWSYU.png?s=d8f56fd61f6f796617022bdc1879acfe');
 	background-position:50% 75%;
 	background-attachment:fixed;
 	background-size:cover;
 }
 
 /* Ich weiß, wo ich bin */
 #gl-topbar-left {display:none;}