/styles/provider.css

http://github.com/gmhawash/SSR · CSS · 139 lines · 120 code · 19 blank · 0 comment · 0 complexity · 38865e2e013c2d7c8c73b21e6aca5a16 MD5 · raw file

  1. body {padding:50px 100px; margin:0; font-family:Tahoma, Geneva, sans-serif; background-image:url(../images/body_bg.jpg);}
  2. .field {
  3. float:left;
  4. width: 175px;
  5. margin-left: 10px;
  6. margin-right: 20px;
  7. height: 45px;
  8. vertical-align: bottom;
  9. }
  10. .field div {
  11. font-weight:bolder;
  12. color: Maroon;
  13. width: 7em;
  14. float:left;
  15. }
  16. .field span {
  17. position: relative;
  18. left: 30px;
  19. font-family: Verdana Aharoni Arial Sans-Serif;
  20. font-size: 110%;
  21. }
  22. .date {
  23. width: 132px;
  24. }
  25. .editbox {
  26. float:left;
  27. width: 98%;
  28. }
  29. .required:after {
  30. content: '*';
  31. color: #DD0000;
  32. position: absolute;
  33. left: -20;
  34. }
  35. select {
  36. width: 175px;
  37. }
  38. .showfield {
  39. float:left;
  40. width: 25em;
  41. margin-left: 10px;
  42. margin-right: 20px;
  43. vertical-align: bottom;
  44. }
  45. .showfield div, .editbox div {
  46. font-weight:bolder;
  47. color: Maroon;
  48. width: 12em;
  49. float:left;
  50. text-align:right;
  51. padding-right:1em;
  52. margin-left: -3em;
  53. }
  54. table .showfield{
  55. height: 3.5em;
  56. color: Navy;
  57. }
  58. .showfield label {
  59. text-align:right;
  60. }
  61. #container {background-color:#FFFFFF; padding:10px; width:1024px;}
  62. #login {float:right; }
  63. #login a {float:right; color:Yellow; text-decoration:none; padding: 7px;}
  64. #header {height:150px; background-image:url(../images/header_bg.png);}
  65. #logo {color:Navy;font-size:30px; background:url(../images/header.png) no-repeat; height:100px; padding:50px 0 0 30px;}
  66. #logo a {color:Navy; text-decoration:none;}
  67. #slogan {float:right; font-size:18px; color:Maroon; padding:60px 30px 0 0;}
  68. #menu {height:40px; background-image:url(../images/menu_bg.png); margin-top:5px;}
  69. #menu ul {margin:0; padding:0;}
  70. #menu li {list-style:none; float:left; background:url(../images/menu_border.png) right no-repeat;}
  71. #menu a {float:left; height:20px; padding:10px 30px; color:#FFFFFF; font-size:15px; font-weight:bold; text-decoration:none; font-family:Arial, Helvetica, sans-serif;}
  72. #menu a:hover {background:url(../images/menu_border.png);}
  73. .float_right{
  74. text-align:right;
  75. padding-right: 50px;
  76. }
  77. fieldset {
  78. -moz-border-radius-bottomleft:7px;
  79. -moz-border-radius-bottomright:7px;
  80. -moz-border-radius-topleft:7px;
  81. -moz-border-radius-topright:7px;
  82. border-radius: 5px;
  83. }
  84. .note {
  85. background: silver;
  86. padding: 10px;
  87. }
  88. .note2 {
  89. background: white;
  90. padding: 10px;
  91. }
  92. #main
  93. {
  94. background-position: right center;
  95. width: 1024px;
  96. margin: 5px 0;
  97. background-color:#ECF8FF;
  98. color: #0D1D2F;
  99. font-size: 11px;
  100. background-repeat: repeat;
  101. }
  102. #main a {color:#1F416B;}
  103. #main a:hover {color:#000000;}
  104. #main br {line-height:8px;}
  105. #sidebar {width:160px; float:right; padding:0 30px 30px 30px; margin-top:10px;}
  106. #sidebar h3 {font-size:17px; font-weight:normal; margin:20px 0 5px 0;}
  107. #sidebar ul {margin:0; padding:0; border-top:1px solid #EFEFF7;}
  108. #sidebar li {list-style:none; border-bottom:1px solid #EFEFF7;}
  109. #sidebar li a {color:#0D1D2F; text-decoration:none; padding:3px; display:block;}
  110. #sidebar li a:hover {background-color:#EFEFF7;}
  111. #text {line-height:14px; width:900px;padding:10px 30px 30px 30px;}
  112. #text h1 {font-size:22px; font-weight:normal; margin:20px 0 10px 0;}
  113. #text h2 {font-size:19px; font-weight:normal; margin:20px 0 10px 0;}
  114. #text ol, #text ul {padding:0; margin:8px 0;}
  115. #text li {margin-left:40px;}
  116. #footer {padding: 1em; height:40px; color:#FFFFFF; font-size:11px; background-image:url(../images/footer_bg.png); clear:both;}
  117. #footer a {color:#FFFFFF;}
  118. #footer a:hover {color:#D9F0FF;}
  119. #footer_left {float:left; padding:13px 0 0 30px;}
  120. #footer_right {float:right; padding:13px 30px 0 0;}