MediaWiki:Common.css: Difference between revisions

"extiw" seems to be a class used for inter-wiki links such as wikipedia:
(putting back uniform head/panel/footer link colors, although they don't seem to work)
("extiw" seems to be a class used for inter-wiki links such as wikipedia:)
Line 5: Line 5:
.mw-body a.new:visited { color: #FF0000; } /* preserve color of red links */
.mw-body a.new:visited { color: #FF0000; } /* preserve color of red links */
.mw-body a.external { color: #3366BB; } /* external */
.mw-body a.external { color: #3366BB; } /* external */
.mw-body a.extiw { color: #3366BB; } /* inter-wiki */
.mw-body a.external:visited { color: #3366BB; } /* external */
.mw-body a.external:visited { color: #3366BB; } /* external */
.mw-body a.extiw:visited { color: #3366BB; } /* inter-wiki */
div#mw-panel a:visited { color: #0645AD; } /* make visited same as base color */
div#mw-panel a:visited { color: #0645AD; } /* make visited same as base color */
div#mw-head a:visited { color: #0645AD; } /* make visited same as base color */
div#mw-head a:visited { color: #0645AD; } /* make visited same as base color */