MediaWiki:Vector.css: Difference between revisions

From Fanra's EverQuest Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 19: Line 19:
     margin: 0 0 0.2em 0;
     margin: 0 0 0.2em 0;
}
}
#p-logo a {
  margin-left: -9px;
}


/* mw-head ad banner */
/* mw-head ad banner */

Latest revision as of 23:35, 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;
  font-size: 18px;
}

#mw-panel.collapsible-nav .portal .vector-menu-content {
	margin-left: 0.5em;
}

.vector-menu-portal .vector-menu-content li {
    margin: 0 0 0.2em 0;
}	

#p-logo a {
  margin-left: -9px;
}


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