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

Aus PokéWiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „→‎Animinierung des PokéWiki-Logos: #pw-logobg a#logo { -webkit-transition: -webkit-transform .3s ease-in-out; transition: transform .3s…“)
 
KKeine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
body {
    background: #336699;
}
/* Animinierung des PokéWiki-Logos */
/* Animinierung des PokéWiki-Logos */
#pw-logobg a#logo {
#pw-logobg a#logo {
Zeile 19: Zeile 23:
}
}


#ad1, #ad2, #pw-social-fb {
#ad1, #ad2, #pw-social-fb, #gl-topbar-left {
     display: none;
     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;
}
}



Version vom 17. Juli 2017, 13:40 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;
}

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