User:AuntiMameBot/Monobook.css: Difference between revisions

From OLPC
Jump to navigation Jump to search
(New page: a { text-decoration: none; color: #002bb8; background: none; } a:visited { color: #8FBC43; } a:active { color: #faa700; } a:hover { text-decoration: underline; })
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
a:visited { color: #8FBC43; }
a {
text-decoration: none;
color: #002bb8;
background: none;
}
a:visited {
color: #8FBC43;
}
a:active {
color: #faa700;
}
a:hover {
text-decoration: underline;
}

Latest revision as of 15:37, 9 October 2008

a:visited { color: #8FBC43; }