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

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m
Line 6: Line 6:
     border: 1px solid #a7d7f9;
     border: 1px solid #a7d7f9;
     font-size: 80%;
     font-size: 80%;
     width: 90%;
     width: 95%;
     padding: 2px 15px;
     padding: 2px 15px;
}
}

Revision as of 18:14, 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: -25px;
  background: url(/images/d/df/Progress-bar.png) no-repeat;
  width: 200px;
  height: 25px;
}