Difference between revisions of "MediaWiki:Common.css"
From Wulfgard Wiki
| Line 17: | Line 17: | ||
color: #0cff00; | color: #0cff00; | ||
} | } | ||
| − | + | a:interwiki { | |
| − | + | color: #08a500; | |
| − | + | text-decoration: none; | |
| − | + | } | |
| − | + | a:external { | |
| − | + | color: #08a500; | |
| − | + | text-decoration: none; | |
| − | + | } | |
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 02:51, 14 May 2014
/* CSS placed here will be applied to all skins */
a:link {
color: #08a500;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #045b00;
}
a:hover {
text-decoration: underline;
color: #08a500;
}
a:active {
text-decoration: none;
color: #0cff00;
}
a:interwiki {
color: #08a500;
text-decoration: none;
}
a:external {
color: #08a500;
text-decoration: none;
}