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

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m
m
Line 23: Line 23:
.donation-progress-bar {
.donation-progress-bar {
   position: relative;
   position: relative;
   top: -35px;
   top: -34px;
   background: url(/images/d/df/Progress-bar.png) no-repeat;
   background: url(/images/d/df/Progress-bar.png) no-repeat;
   width: 200px;
   width: 200px;
   height: 25px;
   height: 25px;
}
}

Revision as of 18:15, 30 July 2009

body {
    background: #13202e;
}

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