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.)
 
(95 intermediate revisions by the same user not shown)
Line 1: Line 1:
body {
/* see [[MediaWiki:Vector.css]] instead.*/
  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;
}
 
/* Tabs */
 
.vectorTabs li {
  background: none !important;
}
 
.vectorTabs li span, .vectorTabs li a { color: #ffaa00 !important; }
.vectorTabs li.selected span, .vectorTabs li.selected a { color: #b86c26 !important; }
.vectorTabs li.new span, .vectorTabs li.new a { color: #f14a30 !important; }
 
/* Donation Notice */
.donation-notice {
    border: 1px solid #acebf9;
    font-size: 80%;
    width: 95%;
    padding: 2px 15px !important;
  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;
}

Latest revision as of 15:52, 16 August 2009

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