MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
/* Override the site's font. */ | |||
body { | body { | ||
font-family: Verdana; | font-family: Verdana; | ||
} | } | ||
/* Link colors and behaviour. */ | |||
a:link, a:active { | a:link, a:active { | ||
color: #458aed; | color: #458aed; | ||
| Line 22: | Line 26: | ||
:link.new {color: #458aed;} | :link.new {color: #458aed;} | ||
a:hover { | |||
color: #ff0000; | |||
-webkit-transition: color .25s linear; | |||
transition: color .25s linear; | |||
} | |||
Revision as of 01:08, 30 September 2011
/* Override the site's font. */
body {
font-family: Verdana;
}
/* Link colors and behaviour. */
a:link, a:active {
color: #458aed;
}
a:visited {
color: #256abd;
}
a:hover {
color: #5a65ff;
background-color: transparent;
text-decoration: none;
border-bottom: 1px dotted #5a65ff;
}
:link:link, :link:active, :link.visited, :link.stub {
color: #458aed;
}
:link.new {color: #458aed;}
a:hover {
color: #ff0000;
-webkit-transition: color .25s linear;
transition: color .25s linear;
}