MediaWiki:Common.css

From Lair Of The Fooker Wiki
Revision as of 23:45, 15 April 2018 by Black Rose (talk | contribs)
Jump to: navigation, search
/* CSS placed here will be applied to all skins */

/* Link Hover Glow     */
 
a:hover {
        text-shadow: #18e6f1 0 0 5px;
        color: #19eff7 !important;
        text-decoration:none;
        -webkit-transition: all linear 400ms;
        -moz-transition: all linear 400ms;
        -ms-transition: all linear 400ms;
        -o-transition: all linear 400ms;
        transition: all linear 400ms;
}
a {
        text-decoration:none;
        -webkit-transition: all linear 400ms;
        -moz-transition: all linear 400ms;
        -ms-transition: all linear 400ms;
        -o-transition: all linear 400ms;
        transition: all linear 400ms;
}