MediaWiki:Vector.css

From HEROsector01
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.
/* CSS placed here will affect users of the Vector skin */
body {
   background: #b7d4e4 url(http://hf.biosector01.com/hf/skins/monobook/headbghf2.jpg) 0 0 no-repeat fixed;
   overflow-x: hidden;
}
div#content {
   background: rgba(249,249,249,0.9) !important;
   margin-left: 161px !important;
   border-bottom-left-radius: 1em;
   min-height: 700px;
}
body.ns-2 #content,
body.ns-3 #content {
   min-height: 800px !important; /* make the user and user talk pages taller since the 'toolbox' section of the sidebar is larger */
}
#p-logo {
   padding-top: 0px;
}
#mw-page-base {
   background: transparent !important;
}
#mw-head-base {
   background: none !important;
}
div.vectorTabs {
   background: none !important;
}
div.vectorTabs ul {
   background: none !important;
}
div.vectorTabs span {
   background-image: none !important;
}
div.vectorTabs ul li {
   background: rgba(249,249,249,0.75) !important;
}
div.vectorTabs ul li:hover {
   background: rgba(249,249,249,0.9) !important;
}
div.vectorTabs li.selected {
   background: rgba(249,249,249,0.9) !important;
}
div.vectorTabs li a {
   background: none !important;
}
div.vectorMenu h5 a {
   background: rgba(249,249,249,0.75) !important;
}
div.vectorMenu h5 a:hover {
   background: rgba(249,249,249,0.9) !important;
}
#p-namespaces li:first-of-type, #p-views li:first-of-type {
   border-top-left-radius: 1em;
}
#p-namespaces li:last-of-type {
   border-top-right-radius: 1em;
}
#right-navigation div.emptyPortlet+div.emptyPortlet+div {
   border-top-left-radius: 1em;
   background: rgba(249,249,249,0.9) !important;
}
div#p-cactions {
   margin-right: -8px;
}
div#p-search {
   background: rgba(249,249,249,0.75);
   padding-bottom: 7px;
   padding-left: 5px;
   padding-right: 5px;
   margin-right: 0px;
}
div#p-views {
   margin-right: 1px;
}
div#footer {
   background: none !important;
}
div#mw-panel {
   background: rgba(249,249,249,0.9) !important;
   margin-top: 25px;
   margin-left: 10px;
   border-top-left-radius: 1em;
   border-bottom-left-radius: 1em;
   width: 151px;

}