style.css 1.3 KB

1234567891011121314151617181920
  1. *{margin:0;padding:0;}
  2. body { margin: 0px auto; color:#333337;}
  3. #leftColumn {background:#ccc; float:left;width:150px; height:1000px;background:url('/images/general/left.png') no-repeat bottom left;}
  4. #rightColumn {background:#ccc; float:right; width:150px;height:1000px;background:url('/images/general/right.png') no-repeat top right}
  5. #centerColumn {background: transparent url('/images/home/screens.png') no-repeat Filter:alpha(opacity=40); margin:0 auto 0 auto; width:80%;}
  6. #onlinePng {float:right;margin-top:10px; padding-right:10px;}
  7. #intimamediaLogo {float:left; margin-top:10px; margin-left:15px;}
  8. .redIntima {color:#7c0b13; font-weight:bold;}
  9. #liststat{font:Helvetica,Arial,Verdanna;padding:100px 0 0 0; margin:0 0 0 0;height:100%; overflow-x:none; overflow-y:auto; background:transparent;}
  10. #spherePng {margin-top:20%; position:relative;}
  11. #login { color:#666; font-weight:bold;}
  12. #patient, #measures{margin-left:1em;}
  13. .haveMeasure{background-color:#32CD32; color:black;}
  14. #leftSide {background:grey;width:30%;float:left;}
  15. #rightSide {bakground:#ccc;float:left; width:70%;}
  16. #footer { bottom:0; margin-top:5em;text-align:right;padding-right:7px; float:right;}
  17. #securityImages { margin: 0 auto; margin-bottom:3em; text-align:center; }
  18. #securityImages img {margin:1em 1em 0 1em;border:1px solid #ddd; }