style.css 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. /*
  2. (C) 2001-2099 Comsenz Inc.
  3. */
  4. /* common */
  5. *{ word-wrap:break-word; }
  6. body{ padding:5px 0; background:#FFF; text-align:center; }
  7. body, td, input, textarea, select, button{ color:#666; font:12px Verdana, Tahoma, Arial, sans-serif; }
  8. ul, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset { margin:0; padding:0; }
  9. h1, h2, h3, h4, h5, h6{ font-size:12px; }
  10. a{ color:#2366A8; text-decoration:none; }
  11. a:hover { text-decoration:underline; }
  12. a img{ border:none; }
  13. em, cite, strong, th{ font-style:normal; font-weight:normal; }
  14. table{ border-collapse:collapse; }
  15. /* box */
  16. .container{ overflow:hidden; margin:0 auto; width:700px; height:auto !important;text-align:left; border:1px solid #B5CFD9; }
  17. .header{ height:194px; background:url(images/bg_repx.gif) repeat-x; }
  18. .header h1{ text-indent:-9999px; width:270px; height:48px; background:url(images/bg_repno.gif) no-repeat 26px 22px; }
  19. .header span { float: right; padding-right: 10px; }
  20. .main{ padding:20px 20px 0; background:#F7FBFE url(images/bg_repx.gif) repeat-x 0 -194px; }
  21. .main h3{ margin:10px auto; width:75%; color:#6CA1B4; font-weight:700; }
  22. .desc{ margin:0 auto; width:82.6%; line-height:180%; }
  23. .desc ul{ margin-left:20px; }
  24. .desc1{ margin:10px 0; width:100%; }
  25. .desc1 ul{ margin-left:25px; }
  26. .desc1 li{ margin:3px 0; }
  27. .tb, .tb2{ margin:15px 0 15px 67px; }
  28. .tb th{ padding:5px; color:#6CA1B4; font-weight:700; }
  29. .tb td{ padding:3px 5px; }
  30. .tb .w, .tb .nw, .tb .padleft{ padding-left:45px; }
  31. .tb .pdleft1{ padding-left:67px; }
  32. .tb2{}
  33. .tb2 th, .tb2 td{ padding:3px 5px; }
  34. .tbopt{ width:120px; }
  35. .btnbox{ text-align:center; }
  36. .btnbox input{ margin:0 2px; }
  37. .btnbox textarea{ margin-bottom:10px; height:150px; }
  38. .btn{ margin-top:10px; }
  39. .footer{ line-height:40px; text-align:center; background:url(images/bg_footer.gif) repeat-x; font-size:11px; }
  40. /* form */
  41. .txt{ width:200px; }
  42. /* step num */
  43. .setup{ margin:46px 0 0 200px; padding-left:70px; }
  44. .setup h2{ padding-top:0; *padding-top:6px; color:#6CA1B4; font-size:36px; }
  45. .setup p{ margin-left:6px; color:#999; }
  46. .step1{ background:url(images/stepnum.gif) no-repeat 0 8px; }
  47. .step2{ background:url(images/stepnum.gif) no-repeat 0 -92px; }
  48. .step3{ background:url(images/stepnum.gif) no-repeat 0 -192px; }
  49. .step4{ background:url(images/stepnum.gif) no-repeat 0 -292px; }
  50. /* step status */
  51. .stepstat{ position:relative; bottom:-15px; left:80px; *width:593px; height:30px; }
  52. .stepstatbg{ position:absolute; top:18px; z-index:90; width:535px; height:9px; overflow:hidden; background:#81C6F0 url(images/bg_stepstatus.gif) no-repeat; }
  53. .stepstat ul{ position:absolute; top:3px; left:-2px; z-index:100; list-style:none; width:600px; white-space:nowrap; overflow:hidden; }
  54. .stepstat li{ float:left; text-indent:-9999px; width:175px; height:30px; background:url(images/bg_repno.gif) no-repeat 0 -38px; }
  55. .stepstat .current{ background:url(images/bg_repno.gif) no-repeat 0 -71px; }
  56. .stepstat .unactivated{ background:url(images/bg_repno.gif) no-repeat 0 -103px; }
  57. .stepstat .last{ width:20px; }
  58. .stepstat1{ background-position:-750px 0; }
  59. .stepstat2{ background-position:-570px 0; }
  60. .stepstat3{ background-position:-390px 0; }
  61. .stepstat4{ background-position:-210px 0; }
  62. /* file status */
  63. .w{ background:url(images/bg_repno.gif) no-repeat 45px -148px; }
  64. .nw{ background:url(images/bg_repno.gif) no-repeat 45px -197px; }
  65. /* space */
  66. .marginbot{ margin-bottom:20px; }
  67. .margintop{ margin-top:20px; }
  68. .red{ color:red; }
  69. .licenseblock{ margin-bottom:15px; padding:8px; height:280px; border:1px solid #EEE; background:#FFF; overflow:scroll; overflow-x:hidden; }
  70. .license{}
  71. .license h1{ padding-bottom:10px; font-size:14px; text-align:center; }
  72. .license h3{ margin:0; color:#666; }
  73. .license p{ line-height:150%; margin:10px 0; text-indent:25px; }
  74. .license li{ line-height:150%; margin:5px 0; }
  75. .title{ margin:5px 0 -15px 60px; }