MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 15: | Line 15: | ||
a:hover { | a:hover { | ||
color: rgb( | color: rgb(80, 200, 255); | ||
text-decoration: none; | |||
border-bottom: 1px dotted rgb(80, 200, 255); | |||
} | } | ||
Revision as of 01:43, 30 September 2011
/* Override the site's font. */
body {
font-family: Verdana;
}
/* Link colors and behaviour. */
a:link, a:visited {
color: rgb(40, 120, 255);
transition: all 2s;
-webkit-transition: all 2s;
}
a:hover {
color: rgb(80, 200, 255);
text-decoration: none;
border-bottom: 1px dotted rgb(80, 200, 255);
}