Difference between revisions of "User:Svip/vector.css"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
body {
body {
   background: url(/images/d/d9/The_Infosphere_Background-2.png) no-repeat #13202e;
   background: url(/images/d/d9/The_Infosphere_Background-2.png) no-repeat #13202e;
}
#header {
  background: none !important;
}
}



Revision as of 18:18, 30 July 2009

body {
  background: url(/images/d/d9/The_Infosphere_Background-2.png) no-repeat #13202e;
}

#header {
  background: none !important;
}

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

.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;
}