User:Svip/vector.css

From The Infosphere, the Futurama Wiki
< User:Svip
Revision as of 20:22, 30 July 2009 by Svip (talk | contribs)
Jump to navigation Jump to search

Note: After saving, 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.
body {
  background: url(/images/d/d9/The_Infosphere_Background-2.png) no-repeat #13202e;
}

#page-base {
  background: transparent !important;
}

#content, #siteNotice, #mw-dismissable-notice {
  background: #4d8ced;
}

.donation-notice {
    border: 1px solid #a7d7f9;
    font-size: 80%;
    width: 95%;
    padding: 2px 15px;
  background: #ffffff;
}

.donation-progress {
  display: inline;
  float: right;
}
 
.donation-progress-indicator {
  width: 1px;
  height: 25px;
  background: #0055aa;
}
 
.donation-progress-bar {
  position: relative;
  top: -34px;
  background: url(/images/d/df/Progress-bar.png) no-repeat;
  width: 200px;
  height: 25px;
}