PageRenderTime 38ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/install/css/screen.css

http://three-cms.googlecode.com/
CSS | 41 lines | 27 code | 14 blank | 0 comment | 0 complexity | 6b4a9e2b1f728dc1c15e4bef05e93419 MD5 | raw file
Possible License(s): GPL-3.0
  1. * { margin: 0; padding: 0; }
  2. html { font-family: arial, helvetica, sans-serif; font-size: 62.5%; cursor: default; background: #ccc; }
  3. #body { width: 600px; height: 300px; background: #fff; border: 1px solid #888; padding: 10px; position: absolute; left: 50%; margin-left: -300px; top: 20%;
  4. -moz-border-radius: 5px;
  5. -webkit-border-radius: 5px;
  6. border-radius: 5px;
  7. }
  8. h1 { border-bottom: 1px dotted #ccc; font-weight: normal; letter-spacing: -1px; font-size: 2em; margin-bottom: 5px; }
  9. .footer { position: absolute; left: 10px; bottom: 0px; height: 30px; border-top: 1px dotted #ccc; width: 600px; padding-top: 8px; }
  10. .footer p { text-align: center; padding-top: 5px; position: absolute; width: 200px; left: 200px; }
  11. .license { height: 160px; overflow: auto; padding: 5px; border: 1px solid #ccc; font-family: monospace; font-size: 1.2em; margin-bottom: 5px; }
  12. input.prev { float: left; padding: 0 20px; }
  13. input.next { float: right; padding: 0 20px; }
  14. #step2, #step3, #step4, #step5, #step6, #step7 { display: none; }
  15. label { display: block; float: left; width: 120px; font-size: 1.2em; }
  16. #step5 label { display: block; clear: both; margin-bottom: 5px; width: 170px; }
  17. #step5 label.disabled { color: #ccc; }
  18. .licenseLabel { display: inline; float: none; width: auto; }
  19. p { font-size: 1.2em; margin-bottom: 1em; }
  20. #dbmessage { padding: 5px 0; }
  21. p.error { background: #fbb; border: 1px solid #f00; padding: 5px; }
  22. p.ok { background: #bfb; border: 1px solid #0f0; padding: 5px; }
  23. var { display: none; }
  24. .descriptions { position: absolute; right: 10px; width: 400px; border-left: 1px dotted #ccc; padding: 0 10px; height: 190px; }
  25. dl { font-size: 1.2em; }
  26. dt { float: left; width: 200px; margin-bottom: 5px; }
  27. dd { margin-bottom: 5px; font-weight: bold; }