Difference between revisions of "MediaWiki:Vector.css"

From Dissent
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
  
 +
/* This needs work
 
BODY
 
BODY
 
   {
 
   {
Line 12: Line 13:
 
     background-color: none;
 
     background-color: none;
 
     }
 
     }
 +
*/

Revision as of 03:54, 2 August 2017

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

/* This needs work
BODY
   {
    background-image: linear-gradient(#000 80%, #FFD100 100%);
    }

#mw-page-base 
   {
    background-repeat: none;
    background-image: none;
    background-color: none;
    }
*/