MediaWiki:Vector.css: Difference between revisions

From LPedia
Jump to navigation Jump to search
(Trying brute force again)
(Test successful, but with side effects.)
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */


/* Test of changing link color by brute force (in browsers more recent than MSIE 6) */
/*  
A { color: #FF7F3F !important }
 
Changing link colors by brute force (in browsers more recent than MSIE 6)  
 
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 non-extant: ##97272C (7622C, from SIGLIB/LSP specification, as the LNC doesn't presently have a specified red; also used on the vectorized version of the Red Book LPedia logo.)
 
*/
 
/*
 
Brute force has collateral damage.  More research needed.
 
A         { color: #002D72 !important }
*/

Revision as of 09:33, 3 April 2017

/* CSS placed here will affect users of the Vector skin */

/* 

Changing link colors by brute force (in browsers more recent than MSIE 6) 

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 non-extant: ##97272C (7622C, from SIGLIB/LSP specification, as the LNC doesn't presently have a specified red; also used on the vectorized version of the Red Book LPedia logo.)

*/

/*

Brute force has collateral damage.  More research needed.

A         { color: #002D72 !important }
*/