tablefrom.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. body {
  2. margin-left: 0px;
  3. margin-top: 0px;
  4. margin-right: 0px;
  5. margin-bottom: 0px;
  6. font-size:12px;
  7. /* background-image: url(resources/fc/images/bj.jpg); */
  8. background:rgb(85, 85, 85);
  9. color:#ffffff;
  10. }
  11. .formtable .inputxt{
  12. border:1px solid #000000;
  13. width:150px;
  14. padding:3px 2px;
  15. }
  16. .formtable select{
  17. padding:3px 2px;
  18. width:155px;
  19. }
  20. .Validform_label {
  21. font-size: 12px;
  22. font-weight: bold;
  23. color:#ffffff;
  24. padding: 5px;
  25. white-space:nowrap;
  26. }
  27. .formtable
  28. {
  29. width:100%;
  30. background-color:rgb(34, 34, 34);
  31. align:right;
  32. }
  33. .main_table{margin:6px auto; border-left:1px solid #d3d3d3; border-top:1px solid #d3d3d3}
  34. .main_table td{line-height:26px; padding:2px; border-bottom:1px solid #d3d3d3; border-right:1px solid #000000;background:rgb(34, 34, 34); }
  35. .table_title{background:rgb(34, 34, 34); padding:6px; text-align:center; font-weight:bold}
  36. .formtable tr
  37. {
  38. background-color:rgb(34, 34, 34);
  39. align:right;
  40. }
  41. .value
  42. {
  43. background-color:rgb(85, 85, 85);
  44. padding:5px;
  45. align:left;
  46. align:left;
  47. color:#ffffff;
  48. }
  49. .swfupload{
  50. vertical-align:top;
  51. }
  52. .passwordStrength{
  53. }
  54. .passwordStrength b{
  55. font-weight:normal;
  56. }
  57. .passwordStrength b,.passwordStrength span{
  58. display:inline-block;
  59. vertical-align:middle;
  60. line-height:16px;
  61. line-height:18px\9;
  62. height:16px;
  63. }
  64. .passwordStrength span{
  65. width:45px;
  66. text-align:center;
  67. background-color:#d0d0d0;
  68. border-right:1px solid #fff;
  69. }
  70. .passwordStrength .last{
  71. border-right:none;
  72. }
  73. .passwordStrength .bgStrength{
  74. color:#fff;
  75. background-color:#71b83d;
  76. }
  77. #tabs-project .progress{
  78. background: url(../../images/bg_state-1.jpg) no-repeat -157px 0px;
  79. height: 30px;
  80. width: 30px;
  81. float: left;
  82. position: relative;
  83. }
  84. #tabs-project .progress1 {
  85. background-position: 0 0;
  86. width: 157px;
  87. }
  88. #tabs-project .progress div.detial {
  89. position: absolute;
  90. left: -40px;
  91. top: 40px;
  92. width: 157px;
  93. height: 80px;
  94. z-index: 2;
  95. line-height: 18px;
  96. }
  97. #tabs-project .progress3 {
  98. background-position: 0 -58px;
  99. width: 157px;
  100. }
  101. #tabs-project .progress_cancel {
  102. background-position: -157px -90px;
  103. }
  104. #tabs-project .progress_unstart {
  105. background-position: -157px -60px;
  106. }
  107. .Button{
  108. display: inline-block;
  109. outline: none;
  110. cursor: pointer;
  111. text-align: center;
  112. text-decoration: none;
  113. font: 14px/100% Arial, Helvetica, sans-serif;
  114. padding: .5em 2em .55em;
  115. -webkit-border-radius: .5em;
  116. -moz-border-radius: .5em;
  117. border-radius: .5em;
  118. -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  119. -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  120. box-shadow: 0 1px 2px rgba(0,0,0,.2);
  121. color: #fef4e9;
  122. border: solid 1px #1D73F7;
  123. background: #1D73F7;
  124. background: -webkit-gradient(linear, left top, left bottom, from(#1D73F7), to(#1D51F7));
  125. }
  126. .disabledButton{
  127. display: inline-block;
  128. outline: none;
  129. cursor: pointer;
  130. text-align: center;
  131. text-decoration: none;
  132. font: 14px/100% Arial, Helvetica, sans-serif;
  133. padding: .5em 2em .55em;
  134. -webkit-border-radius: .5em;
  135. -moz-border-radius: .5em;
  136. border-radius: .5em;
  137. -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  138. -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  139. box-shadow: 0 1px 2px rgba(0,0,0,.2);
  140. color: #ffffff;
  141. border: solid 1px #BDBEC0;
  142. background: #BDBEC0;
  143. background: -webkit-gradient(linear, left top, left bottom, from(#BDBEC0), to(#BDBEC0));
  144. }