MediaWiki:Vector.css: Difference between revisions

From Fanra's EverQuest Wiki
Jump to navigation Jump to search
(Test of mw-head banner)
(Test of mw-head banner)
Line 1: Line 1:
/* Test of mw-head banner */
/* Test of mw-head banner */
body.ns-1 #mw-head {background-image: url( /images/4/4f/Dakka.banner.01.png );}
#mw-head {
  background-image: url( /images/4/4f/Dakka.banner.01.png );
  background-repeat: no-repeat;
}


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

Revision as of 16:36, 10 June 2021

/* Test of mw-head banner */
#mw-head {
  background-image: url( /images/4/4f/Dakka.banner.01.png );
  background-repeat: no-repeat;
}

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

/* decrease Vector sidebar width */
div#mw-panel {width:10em;}
div#footer, #mw-head-base, div#content {margin-left: 10em;}
#left-navigation {left: 10em;}