User:Iamawesome/vector.css

From Illogicopedia
Jump to navigation Jump 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.
div#mw-panel, div#p-personal ul {
  position: fixed;
  box-shadow: 0 0 20px #ddd;
  -moz-border-radius: 1em;
  border-radius: 1em;
  background: #f6f6f6;
}
div#mw-panel {
  top: 7px;
  left: 7px;
  padding: 0;
  padding-top: 8px;
  z-index: 200;
}
div#p-logo {
  position: static;
}
div#p-personal ul {
  padding: 2px;
  padding-top: 0;
  padding-right: 9px;
  right: 7px;
  z-index: 202;
}
li#wikEdLogoList {
  display:none;
}
div#p-search {
  position: fixed;
  right: 7px;
  top: 25px;
  margin: 0;
  z-index: 201;
}
div#simpleSearch {
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 10px #ddd;
}
div.suggestions {
  position: fixed !important;
  right: 7px !important;
  top: 57px !important;
}
div#left-navigation {
  margin-top: 10px;
}
div#right-navigation {
  float: left;
  margin-left: 5px;
  margin-top: 10px;
}
div#mw-page-base {
  height: 50px;
}
div#footer {
  display:none;
}