Difference between revisions of "MediaWiki:Common.css"
Black Rose (talk | contribs) |
Black Rose (talk | contribs) |
||
| Line 4: | Line 4: | ||
.mw-body-content a:link { color: #61b2f9; } /* normal unvisited links */ | .mw-body-content a:link { color: #61b2f9; } /* normal unvisited links */ | ||
.mw-body-content a:link:visited { color: #4cc0f7; } /* visited links */ | .mw-body-content a:link:visited { color: #4cc0f7; } /* visited links */ | ||
| − | .mw-body-content a:link:active { color: # | + | .mw-body-content a:link:active { color: #cc0000; } /* active links */ |
| − | .mw-body-content a:link.new { color: # | + | .mw-body-content a:link.new { color: #cc0000; } /* new links */ |
.mw-body-content a:link.extiw { color: #3366BB; } /* interwiki 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.external { color: #3366BB; } /* external links */ | ||
.mw-body-content a:link.stub { color: #772233; } /* hovered links */ | .mw-body-content a:link.stub { color: #772233; } /* hovered links */ | ||
Revision as of 02:31, 19 April 2018
/* CSS placed here will be applied to all skins */
/* standard link colors */
.mw-body-content a:link { color: #61b2f9; } /* normal unvisited links */
.mw-body-content a:link:visited { color: #4cc0f7; } /* visited links */
.mw-body-content a:link:active { color: #cc0000; } /* active links */
.mw-body-content a:link.new { color: #cc0000; } /* 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 */