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

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m
m (Moved to general CSS instead.)
 
(119 intermediate revisions by the same user not shown)
Line 1: Line 1:
body {
/* see [[MediaWiki:Vector.css]] instead.*/
    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;
}

Latest revision as of 15:52, 16 August 2009

/* see [[MediaWiki:Vector.css]] instead.*/