MediaWiki:Vector.css: Difference between revisions

From Fanra's EverQuest Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
}
}


#mw-panel.mw-list-item (
.mw-list-item (
   padding-left: 0;
   padding-left: 0;
   padding-bottom: 0.7em;
   padding-bottom: 0.7em;

Revision as of 23:03, 30 May 2023

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

/* Sidebar formatting */
#mw-panel {
  padding-left: 0;
}

.mw-list-item (
  padding-left: 0;
  padding-bottom: 0.7em;
}

/* mw-head ad banner */
#mw-head {
  background-image: url( /fanra/Dakka_banner_5.png );
  background-repeat: no-repeat;
  background-position: 400px 0;
}

/* Hide main page categories */
body.page-Main_Page #catlinks {
    display: none;
}