ASPNET2BaseCss.css 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. .HeaderText
  2. {
  3. font-size: 25pt;
  4. font-weight: bolder;
  5. font-family: 宋体, @楷体_GB2312;
  6. font-style: normal;
  7. }
  8. .Text { font-size: 9pt}
  9. .Newbutton
  10. {
  11. font-size: 9pt; color: White;
  12. font-family: "Tahoma","宋体";
  13. }
  14. .InputCss {
  15. /*
  16. font-size: 9pt;
  17. color: #003399;
  18. font-family: "宋体";
  19. font-style: normal;
  20. background-color:Gray;
  21. border-color: #93BEE2 #93BEE2 #93BEE2 #93BEE2 ;
  22. border: 1px #93BEE2;
  23. height:23;
  24. */
  25. font-family: Verdana, Helvetica, sans-serif;
  26. font-size: 12px;
  27. background-color:ActiveBorder;
  28. font-weight: normal;
  29. }
  30. /*按钮样式*/
  31. .ButtonCss {
  32. font-family: "Tahoma", "宋体";
  33. font-size: 9pt; color: #003399;
  34. border: 1px #003399 solid;
  35. color:#006699;
  36. BORDER-BOTTOM: #93bee2 1px solid;
  37. BORDER-LEFT: #93bee2 1px solid;
  38. BORDER-RIGHT: #93bee2 1px solid;
  39. BORDER-TOP: #93bee2 1px solid;
  40. background-image:url(../Images/bluebuttonbg.gif);
  41. background-color: #e8f4ff;
  42. CURSOR: hand;
  43. font-style: normal ;
  44. }
  45. /*蓝色按钮样式*/
  46. .blueButtonCss {
  47. font-family: "Tahoma", "宋体";
  48. font-size: 9pt; color: #003366;
  49. border: 0px #93bee2 solid;
  50. /* BORDER-BOTTOM: #93bee2 1px solid;
  51. BORDER-LEFT: #93bee2 1px solid;
  52. BORDER-RIGHT: #93bee2 1px solid;
  53. BORDER-TOP: #93bee2 1px solid;*/
  54. background-image:url(../Images/blue_button_bg.gif);
  55. background-color: #ffffff;
  56. CURSOR: hand;
  57. font-style: normal ;
  58. }
  59. /*红色按钮样式*/
  60. .redButtonCss {
  61. font-family: "Tahoma", "宋体";
  62. font-size: 9pt; color: #0066cc;
  63. border: 1px #93bee2 solid;
  64. BORDER-BOTTOM: #93bee2 1px solid;
  65. BORDER-LEFT: #93bee2 1px solid;
  66. BORDER-RIGHT: #93bee2 1px solid;
  67. BORDER-TOP: #93bee2 1px solid;
  68. background-image:url(../Images/redbuttonbg.gif);
  69. background-color: #ffffff;
  70. CURSOR: hand;
  71. font-style: normal ;
  72. }
  73. /*绿色按钮样式*/
  74. .greenButtonCss {
  75. font-family: "Tahoma", "宋体";
  76. font-size: 9pt; color: #0066cc;
  77. border: 1px #93bee2 solid;
  78. BORDER-BOTTOM: #93bee2 1px solid;
  79. BORDER-LEFT: #93bee2 1px solid;
  80. BORDER-RIGHT: #93bee2 1px solid;
  81. BORDER-TOP: #93bee2 1px solid;
  82. background-image:url(../Images/greenbuttonbg.gif);
  83. background-color: #ffffff;
  84. CURSOR: hand;
  85. font-style: normal ;
  86. }
  87. .NomButtonCss { font-family: "Tahoma", "宋体"; font-size: 12px; color: #5E5E5E; border: 1px #CCCCCC solid; background-color: #FFFFFF; font-style: normal}
  88. .InputSta {
  89. font-family: "Tahoma", "宋体";
  90. font-size: 9pt;
  91. color: #0066cc;
  92. border: 1px solid;
  93. background-color: White;
  94. border-color: #93BEE2 #93BEE2 #93BEE2 #93BEE2;
  95. font-style: normal
  96. }
  97. .SelectSta {
  98. font-family: "Tahoma", "宋体";
  99. font-size: 9pt;
  100. color: #0066cc;
  101. border: 1px #F1F1E4 solid;
  102. background-color: #e8f4ff;
  103. font-style: normal
  104. }
  105. .ButtonSta { font-family: "Tahoma", "宋体"; font-size: 9pt; color: #CCCCCC; border: 1px #CCCCCC solid; background-color: #FFFFFF; font-style: normal ; width: 60px}
  106. .GbText { font-size: 9pt}
  107. .CurText { font-size: 12px }
  108. .SplitHRCss { color: #5E5E5E; background-color: #5E5E5E; border: 1px #5E5E5E solid; }
  109. .SecText {
  110. font-size: 9pt;
  111. color : Gray;
  112. }
  113. .BGbText {
  114. font-size: 9pt;
  115. font : oblique;
  116. }
  117. .SchFinishText {
  118. font-size: 9pt;
  119. color : Gray;
  120. }
  121. .FinishText{
  122. text-decoration : line-through;
  123. color: Gray;
  124. }
  125. A
  126. {
  127. font-size: 9pt;
  128. color: #006699;
  129. text-decoration: none;
  130. }
  131. A:ACTIVE {
  132. color : #006699;
  133. text-decoration: none;
  134. }
  135. A:FOCUS
  136. {
  137. color: black;
  138. text-decoration: none;
  139. }
  140. A:HOVER
  141. {
  142. color: #ff4500;
  143. text-decoration: underline;
  144. }
  145. A:LINK {
  146. text-decoration: none;
  147. }
  148. .InputSta_page { font-family: "Tahoma", "宋体"; font-size: 11px; color: #5E5E5E; border: 1px #FFFFFF solid; background-color: #CCCCCC; font-style: normal }
  149. .tbbaord { border: #CCCCCC; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
  150. .leftboard { border-color: black #D7D7AE #D7D7AE; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; font-family: "宋体"; font-size: 12px; color: #333333}
  151. .StaText { font-size: 9px; font-style: normal}
  152. .noRepeatTd { background-repeat: no-repeat}
  153. .money { font-family: "宋体"; font-size: xx-small; font-weight: 100; text-transform: capitalize}
  154. .td {font-family: "Tahoma", "宋体";font-size: 9px;}
  155. body
  156. {
  157. SCROLLBAR-FACE-COLOR:#e8f4ff;/*立体滚动条凸出部分的颜色*/
  158. SCROLLBAR-HIGHLIGHT-COLOR:#ffffff;/*滚动条空白部分的颜色*/
  159. SCROLLBAR-SHADOW-COLOR:#0066cc;/*立体滚动条阴影的颜色*/
  160. SCROLLBAR-ARROW-COLOR:#0066cc;/*上下按钮上三角箭头的颜色*/
  161. SCROLLBAR-BASE-COLOR:#FFF0E1; /*滚动条的基本颜色*/
  162. SCROLLBAR-DARK-SHADOW-COLOR:#ffffff; /*立体滚动条强阴影的颜色*/
  163. font-size: 9pt;
  164. color: #003366;
  165. overflow:auto;
  166. }
  167. button{
  168. font-family: "Tahoma", "宋体";
  169. font-size: 9pt;
  170. color: #0066cc;
  171. top border-color: #FFFFFF ;
  172. background-color: #f0fbec;
  173. font-style: normal;
  174. border-top: 1px solid #ffffff;
  175. border-right: 1px solid #c8e4ff;
  176. border-bottom: 1px solid #c8e4ff;
  177. border-left: 1px solid #ffffff;
  178. background-image: url('none');
  179. }
  180. textarea{
  181. font-family: "Tahoma", "宋体";
  182. font-size: 9pt;
  183. font-color:#0066cc;
  184. color: #0066cc;
  185. background-color: #ffffff;
  186. font-style: normal;
  187. border-top: 1px solid #93BEE2;
  188. border-right: 1px solid #93BEE2;
  189. border-bottom: 1px solid #93BEE2;
  190. border-left: 1px solid #93BEE2;
  191. }
  192. Select {
  193. font-family: "Tahoma", "宋体";
  194. font-size: 9pt;
  195. color: #0066cc;
  196. border: 1px #c8e4ff solid;
  197. background-color: #e8f4ff;
  198. font-style: normal
  199. }
  200. .Input2 {
  201. font-size: 9pt;
  202. color: #0066CC;
  203. font-family: "宋体";
  204. font-style: normal;
  205. border: 0px solid #003390;
  206. }
  207. .Input3 {
  208. font-family: "宋体";
  209. font-size: 9pt;
  210. color: #0066CC;
  211. text-decoration: none;
  212. border-top-width: 1px;
  213. border-right-width: 1px;
  214. border-bottom-width: 1px;
  215. border-left-width: 1px;
  216. border-top-style: solid;
  217. border-right-style: solid;
  218. border-bottom-style: solid;
  219. border-left-style: solid;
  220. border-top-color: #FFFFFF;
  221. border-right-color: #FFFFFF;
  222. border-bottom-color: #0066CC;
  223. border-left-color: #FFFFFF;
  224. }
  225. /*error样式*/
  226. .errorbg {
  227. background-image:url(../Images/nopage.gif);
  228. }