Difference between revisions of "MediaWiki:Common.css"
Black Rose (talk | contribs) |
Black Rose (talk | contribs) |
||
| Line 2: | Line 2: | ||
/* standard link colors */ | /* standard link colors */ | ||
| − | .mw-body-content a:link { color: # | + | .mw-body-content a:link { color: #588ab7; } /* normal unvisited links */ |
| − | .mw-body-content a:link:visited { color: # | + | .mw-body-content a:link:visited { color: #588ab7; } /* visited links */ |
.mw-body-content a:link:active { color: #aa0000; } /* active links */ | .mw-body-content a:link:active { color: #aa0000; } /* active links */ | ||
.mw-body-content a:link.new { color: #aa0000; } /* new links */ | .mw-body-content a:link.new { color: #aa0000; } /* new links */ | ||
| Line 12: | Line 12: | ||
a { | a { | ||
text-decoration: none; | text-decoration: none; | ||
| − | color: # | + | color: #588ab7; |
background: none; | background: none; | ||
} | } | ||
a:visited { | a:visited { | ||
| − | color: # | + | color: #588ab7; |
} | } | ||
Latest revision as of 02:37, 19 April 2018
/* CSS placed here will be applied to all skins */
/* standard link colors */
.mw-body-content a:link { color: #588ab7; } /* normal unvisited links */
.mw-body-content a:link:visited { color: #588ab7; } /* visited links */
.mw-body-content a:link:active { color: #aa0000; } /* active links */
.mw-body-content a:link.new { color: #aa0000; } /* new links */
.mw-body-content a:link.extiw { color: #3366BB; } /* interwiki links */
.mw-body-content a:link.external { color: #3366BB; } /* external links */
.mw-body-content a:link.stub { color: #772233; } /* hovered links */
a {
text-decoration: none;
color: #588ab7;
background: none;
}
a:visited {
color: #588ab7;
}