MediaWiki:Vector.css: Difference between revisions

From IxWiki
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the Vector skin: →‎modified link colors: .mw-body-content a:link { color: #1A33DD; } →‎normal unvisited links: .mw-body-content a:link:visited { color: #4F08C4; } →‎visited links: .mw-body-content a:link.extiw { color: #0024DB; } →‎interwiki links: .mw-body-content a:link.external { color: #0024DB; } →‎external links: .mw-body-content a.external:visited { color: #4F08C4; } →‎external visited links: .mw-body-...")
 
mNo edit summary
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
/* modified link colors */
/* modified link colors */
.mw-body-content a:link { color: #1A33DD; } /* normal unvisited links */
.mw-body-content a:link { color: #429284; } /* normal unvisited links */
.mw-body-content a:link:visited { color: #4F08C4; } /* visited links */
.mw-body-content a:visited { color: #496c62; } /* visited links */
.mw-body-content a:link.extiw { color: #0024DB; } /* interwiki links */
.mw-body-content a:link.extiw { color: #429284; } /* interwiki links */
.mw-body-content a:link.external { color: #0024DB; } /* external links */
.mw-body-content a:link.external { color: #429284; } /* external links */
.mw-body-content a.external:visited { color: #4F08C4; } /* external visited links */
.mw-body-content a.new { color: #ba0000; } /* red links */
.mw-body-content a.extiw:visited { color: #4F08C4; } /* interwiki visited links */
.mw-body-content a.new:visited { color: #a55858; } /* visited red links */
.mw-body-content a.external:visited { color: #51786D; } /* external visited links */
.mw-body-content a.extiw:visited { color: #51786D; } /* interwiki visited links */

Latest revision as of 01:53, 3 February 2023

/* All CSS here will be loaded for users of the Vector skin */
/* modified link colors */
.mw-body-content a:link { color: #429284; } /* normal unvisited links */
.mw-body-content a:visited { color: #496c62; } /* visited links */
.mw-body-content a:link.extiw { color: #429284; } /* interwiki links */
.mw-body-content a:link.external { color: #429284; } /* external links */
.mw-body-content a.new { color: #ba0000; } /* red links */
.mw-body-content a.new:visited { color: #a55858; } /* visited red links */
.mw-body-content a.external:visited { color: #51786D; } /* external visited links */
.mw-body-content a.extiw:visited { color: #51786D; } /* interwiki visited links */