Difference between revisions of "MediaWiki:Common.css"
| Line 5: | Line 5: | ||
} | } | ||
| − | a:link | + | a:link, |
| − | + | a:visited, | |
| − | + | .mw-body a.external:link, | |
| − | + | .mw-body a.external:visited { | |
| − | a:visited { | ||
color: #337ab7 | color: #337ab7 | ||
} | } | ||
Revision as of 22:31, 29 December 2014
/* CSS placed here will be applied to all skins */
textarea#wpTextbox1 {
font-family: monospace;
}
a:link,
a:visited,
.mw-body a.external:link,
.mw-body a.external:visited {
color: #337ab7
}
a:focus {
color: #23527c
}
a:hover {
color: #23527c
}
a:active {
color: #cc8548
}
a:visited:focus {
color: #23527c
}
a:visited:hover {
color: #23527c
}