MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 10: | Line 10: | ||
color: #ff0000; | color: #ff0000; | ||
background-color: #252525; | background-color: #252525; | ||
} | } | ||
| Line 19: | Line 16: | ||
color: blue; | color: blue; | ||
background-color: transparent; | background-color: transparent; | ||
-webkit-transition: | -webkit-transition: all .75s; | ||
transition: | transition: all .75s; | ||
} | } | ||
Revision as of 01:41, 30 September 2011
/* Override the site's font. */
body {
font-family: Verdana;
}
/* Link colors and behaviour. */
a:hover {
color: #ff0000;
background-color: #252525;
}
<br />
a:link, a:visited {
color: blue;
background-color: transparent;
-webkit-transition: all .75s;
transition: all .75s;
}