install.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. body {
  2. width: 90%;
  3. }
  4. #top_section {
  5. height: 70px;
  6. min-height: 65px;
  7. }
  8. #upper_section {
  9. margin-bottom: 0;
  10. padding: 0;
  11. }
  12. #upper_section .user {
  13. height: 4em;
  14. }
  15. #upper_section .news {
  16. height: 80px;
  17. }
  18. #main_screen {
  19. padding: 0 40px;
  20. }
  21. #main_screen h2 {
  22. font-size: 1.5em;
  23. border-bottom: 1px solid #d05800;
  24. line-height: 1.5em;
  25. margin: 0 0 0.5em 0;
  26. color: #d05800;
  27. }
  28. #main-steps {
  29. float: right;
  30. width: 50%;
  31. margin-top: -60px;
  32. }
  33. #main-steps h2 {
  34. font-size: 1.1em;
  35. border-bottom: 1px solid #d05800;
  36. line-height: 1.1em;
  37. margin: 0 0 0.5em 0;
  38. color: #d05800;
  39. margin-right: 40px;
  40. }
  41. #main-steps ul {
  42. list-style: none;
  43. padding-left: 0;
  44. margin: 0;
  45. }
  46. #main-steps ul li {
  47. padding: 1px 0;
  48. font-size: 0.9em;
  49. }
  50. #main-steps ul li.stepdone {
  51. color: #aaa;
  52. }
  53. #main-steps ul li.stepcurrent {
  54. color: #000;
  55. font-weight: bold;
  56. }
  57. #main-steps ul li.stepwaiting {
  58. color: #666;
  59. }
  60. .panel {
  61. font-weight: normal;
  62. }
  63. a:link, a:hover, a:visited {
  64. text-decoration: underline;
  65. }
  66. .progress {
  67. position: relative;
  68. margin: -16px 3px 0 3px;
  69. }
  70. .overall_progress {
  71. position: relative;
  72. margin: -25px 3px 0 3px;
  73. }