User:Hetitus/myskin.css

From 2012hs.igem.org

Revision as of 11:59, 22 April 2012 by Hetitus (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

body { 
background: #f9f9f9 url("http://wikidev.net/upload/1/1f/Background.jpg") 0px 0px no-repeat;
}

#p-nav,#p-search,#p-tb,#footer {
  opacity:0.83;
}
#column-one { padding-top: 130px; }

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 0.4em;
  -moz-border-radius-topright: 0.4em;
}
#content { 
  -moz-border-radius-topleft: 0.6em; 
  -moz-border-radius-bottomleft: 0.6em;
}
div.pBody {
  -moz-border-radius-topright: 0.4em;
  -moz-border-radius-bottomright: 0.4em;
}

#paypal div {
  width:35.5em;
  text-align:right;
}

#paypal input.itext { 
  margin:0.6em;
  width: 15em;
}
#paypal select { 
  margin:0.7em;
  margin-bottom:1em;
}
#paypal label { vertical-align:23%;  }
#paypal div.pp-message {
width:34em;
text-align:left;
margin:0.5em;
}