MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
updating and improving documentation
(Applying to menus and tabs)
(updating and improving documentation)
Line 3: Line 3:
/*  
/*  


Changing link colors by brute force (in browsers more recent than MSIE 6)
Changing link colors to match site branding standards circa April 2017


Unvisited extant: #002D72 (288C, LPTexas specification for dark blue, as the LNC doesn't presently have a specified dark blue; also used on main page)
Unvisited extant: #002D72 (288C, LPTexas specification for dark blue, as the LNC doesn't presently have a specified dark blue; also used on main page)
Line 11: Line 11:
*/
*/


/* Normal, extant, unvisited links */
A    { color: #002D72 }


A    { color: #002D72 }
/* Unvisited non-extant links */
A.new { color: #97272C }
A.new { color: #97272C }
/* Unvisited Menu items */
DIV#mw-panel DIV.portal DIV.body UL LI A { color: #002D72 }
DIV#mw-panel DIV.portal DIV.body UL LI A { color: #002D72 }
/* Unvisited menu tabs */
DIV.vectorTabs LI A                      { color: #002D72 }
DIV.vectorTabs LI A                      { color: #002D72 }

Navigation menu