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

Aus PokéWiki
Zur Navigation springen Zur Suche springen
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
 
Zeile 37: Zeile 37:
     font-weight: bold;
     font-weight: bold;
     text-decoration: none;
     text-decoration: none;
}
ul.gallery.mw-gallery-slideshow {
margin: 0;
}
}



Aktuelle Version vom 1. August 2017, 18:09 Uhr

body {
    background: #336699;
}

/* Animinierung des PokéWiki-Logos */
#pw-logobg a#logo {
  -webkit-transition: -webkit-transform .3s ease-in-out;
          transition:         transform .3s ease-in-out;
}

#pw-logobg a#logo:hover {
  -webkit-transform: rotate(7.5deg);
          transform: rotate(7.5deg);
}

/* Diverse Anpassungen */
#pw-logobar {
	background: #3a72aa url(http://i.imgur.com/NJTcqrh.png) 0 0 repeat-x;
}

#pw-logobg {
	background: none;
}

#ad1, #ad2, #pw-social-fb, #gl-topbar-left {
    display: none;
}

a.new {
    color: rgb(140, 40, 10);
    font-weight: bold;
    text-decoration: none;
}

a.mw-redirect {
    color: rgb(140, 10, 120);
    font-weight: bold;
    text-decoration: none;
}

ul.gallery.mw-gallery-slideshow {
	margin: 0;
}

/* Footer-Einschränkungen */
#pw-social-fb, #footer-socialshare, #footer-info-copyright, #footer-places, #footer-info {
    display: none !important;
}

#pw-footer div#footer {
    background: rgb(248, 248, 248);
    min-height: auto;
}