Jump to content

MediaWiki:Common.css: Difference between revisions

removing link color mod that never worked
(attempting to fix striping, restoring fixed descrip cell)
(removing link color mod that never worked)
Line 1: Line 1:
/* More uniform link colors */
.mw-body a { color: #0645AD; } /* base link color */
.mw-body a:visited { color: #0645AD; } /* make visited same as base color */
.mw-body a.new { 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.extiw { color: #3366BB; } /* inter-wiki */
.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-head a:visited { color: #0645AD; } /* make visited same as base color */
div#footer a:visited { color: #0645AD; } /* make visited same as base color */
/* Main page fixes */
/* Main page fixes */
#interwiki-completelist {
#interwiki-completelist {