Difference between revisions of "MediaWiki:Monobook.css"

153 bytes removed ,  01:15, 30 September 2011
m
no edit summary
m
m
Line 9: Line 9:
a:hover {
a:hover {
     color: #ff0000;
     color: #ff0000;
    background-color: #252525;
     -webkit-transition: color .25s linear;
     -webkit-transition: color .25s linear;
     transition: color .25s linear;
     transition: color .25s linear;
    text-shadow: 1px 1px 1px #222;
    -webkit-transition: shadow .25s linear;
    transition: shadow .25s linear;
}
}


Line 20: Line 18:
a:link, a:visited {
a:link, a:visited {
     color: blue;
     color: blue;
    background-color: transparent;
     -webkit-transition: color .25s linear .15s;
     -webkit-transition: color .25s linear .15s;
     transition: color .25s linear .15s;
     transition: color .25s linear .15s;
    text-shadow: none;
    -webkit-transition: shadow .15s linear;
    transition: shadow .15s linear;
}
}