MediaWiki:Monobook.css: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
}
}
a:link {
a:link {
   text-decoration: none
   text-decoration: none;
     }
     }
a:visited {
a:visited {
     color: #5a3696;
     color: #5a3696;
  text-decoration: none;
}
}
a:active {
a:active {

Revision as of 02:23, 17 May 2006

a {
    text-decoration: none;
    color: #002bb8;
    background: none;
}
a:link {
   text-decoration: none;
    }
a:visited {
    color: #5a3696;
   text-decoration: none;
}
a:active {
    color: #faa700;
}
a:hover {
    text-decoration: underline;
}