MediaWiki:Vector.css: Difference between revisions

From Fanra's EverQuest Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* Test of mw-head banner */
/* mw-head ad banner */
#mw-head {
#mw-head {
   background-image: url( /images/4/4f/Dakka.banner.01.png );
   background-image: url( /fanra/Dakka_banner_2.png );
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   background-position: center;
   background-position: center;

Revision as of 16:50, 10 June 2021

/* mw-head ad banner */
#mw-head {
  background-image: url( /fanra/Dakka_banner_2.png );
  background-repeat: no-repeat;
  background-position: center;
}

/* 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;}