MediaWiki:Common.css
Revision as of 23:45, 15 April 2018 by Black Rose (talk | contribs)
/* 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;
}