Difference between revisions of "MediaWiki:Monobook.css"

31 bytes removed ,  01:43, 30 September 2011
m
no edit summary
m
m
Line 8: Line 8:
/* Link colors and behaviour. */
/* Link colors and behaviour. */
a:link, a:visited {
a:link, a:visited {
     color: blue;
     color: rgb(40, 120, 255);
    background: transparent;


     transition: all 2s;
     transition: all 2s;
Line 16: Line 15:


a:hover {
a:hover {
     color: #ff0000;
     color: rgb(60, 180, 255);
    background: #252525;
}
}