User:Eopluo/vector.css

From Wiktionary, the free dictionary
Jump to navigation Jump to search

Note – after saving, you may have to bypass your browser’s cache to see the changes.

  • Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh);
  • Konqueror and Chrome: click Reload or press F5;
  • Opera: clear the cache in Tools → Preferences;
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

This CSS is applied for Eopluo to every page, when User:Eopluo is using the Vector skin.


/* This moves the sidebar off-screen */
#mw-panel {
display: none;
}
/* This moves other stuff into the leftover space */
#content, #head-base, #footer, #mw-head-base {
    margin-left: -1px;
}
/* Nicer presentation for the left-hand tabs */
#left-navigation {
    margin-left: 1em;
}

#mw-page-base {
display: none;
}

#mw-head-base {
display: none;
}

#firstHeading {
display: none;
}

.mw-parser-output {
display: none;
}

#left-navigation {
	display: none;
}

#right-navigation {
display: none;
}
.mw-subcategories {
display: none;
}

#footer {
display: none;
}

#p-personal {
display: none;
}

#mw-subcategories {
	display: none;
}

#mw-indicator-mw-helplink {
	display: none;
}

#catlinks {
	display: none;	
}