User:Chieftain Alex/vector.css

From Guild Wars 2 Wiki
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Toggle left margin when toggling the sidebar visibility - powered by JS accompaniment */
body[sidebarvisible=true] .mw-body,
body[sidebarvisible=true] #mw-data-after-content,
body[sidebarvisible=true] #left-navigation,
body[sidebarvisible=true] .mw-footer {
    margin-left: 0;
}
body[sidebarvisible=true] div#left-navigation nav.vectorTabs li.selected {
    border-top-left-radius: 0;
}
body[sidebarvisible=true] #mw-panel {
  background-color: rgba(50,50,50,0.9);
}