css.css.svn-base
上传用户:liangcc
上传日期:2019-05-24
资源大小:4412k
文件大小:3k
源码类别:

WEB邮件程序

开发平台:

Java

  1. BODY  {
  2. font-size : 9pt;
  3. font-weight : normal;
  4. line-height: 14px;
  5. font-style : normal;
  6. text-decoration : none;
  7. }
  8. P  {
  9. font-size : 9pt;
  10. font-weight : normal;
  11. font-style : normal;
  12. }
  13. A  {
  14. font-size : 9pt;
  15. font-weight : normal;
  16. font-style : normal;
  17. text-decoration : none;
  18. ; color: #000000
  19. }
  20. A:Visited  {
  21. font-size : 9pt;
  22. font-weight : normal;
  23. font-style : normal;
  24. text-decoration : none;
  25. }
  26. A:Active  {
  27. font-size : 9pt;
  28. font-weight : normal;
  29. font-style : normal;
  30.         color:red;
  31. text-decoration : none;
  32. }
  33. A:Hover  {
  34. font-weight : normal;
  35. font-style : normal;
  36.         color: #FF3300;
  37. ; text-decoration: underline
  38. }
  39. EM  {
  40. font-size : 9pt;
  41. font-weight : normal;
  42. font-style : normal;
  43. text-transform : none;
  44. }
  45. I  {
  46. font-family: Arial;
  47. font-size : 9pt;
  48. font-weight : bold;
  49. font-style : italic;
  50. }
  51. BIG  {
  52. font : 13pt Times New Roman;
  53. font-weight : bold;
  54. }
  55. B  {
  56. font-size : 9pt;
  57. text-decoration : none;
  58. font-weight : bold;
  59. }
  60. TD  {
  61. font-size : 9pt;
  62. font-weight : normal;
  63. font-style : normal;
  64. }
  65. Strong  {
  66. font-family: "Arial";
  67. font-size : 9pt;
  68. font-weight : bold;
  69. text-decoration : none;
  70. }
  71. .buttonOver {
  72. border-top: 1px solid #FFFFFF;
  73. border-right: 1px solid #000000;
  74. border-bottom: 1px solid #000000;
  75. border-left: 1px solid #FFFFFF;
  76. cursor: default;
  77. }
  78. .buttonDown {
  79. border-top: 1px solid #000000;
  80. border-right: 1px solid #FFFFFF;
  81. border-bottom: 1px solid #FFFFFF;
  82. border-left: 1px solid #000000;
  83. cursor: default;
  84. }
  85. .button {
  86. border-top-width: 1px;
  87. border-right-width: 1px;
  88. border-bottom-width: 1px;
  89. border-left-width: 1px;
  90. border-top-style: solid;
  91. border-right-style: solid;
  92. border-bottom-style: solid;
  93. border-left-style: solid;
  94. border-top-color: #FFFFFF;
  95. border-right-color: #666666;
  96. border-bottom-color: #666666;
  97. border-left-color: #FFFFFF;
  98. }
  99. .button IMG {
  100. filter: gray();
  101. }
  102. .TableBorder {
  103. border-top: 2px solid #333333;
  104. border-right: 2px solid #FFFFFF;
  105. border-bottom: 2px solid #FFFFFF;
  106. border-left: 2px solid #333333;
  107. }
  108. .font105pt {
  109. font-family: "Verdana", "宋体";
  110. font-size: 10.58pt;
  111. line-height: 150%;
  112. }
  113. .3Dfont {
  114. FONT-SIZE: 9pt; 
  115.         COLOR:333333; 
  116.         FILTER: dropshadow(color=#FFFFFF,offx=-1,offy=1,positive=1)
  117. }
  118. .3Dborder {
  119.         FILTER: dropshadow(color=#FFFFFF,offx=-1,offy=1,positive=1)
  120. }
  121. .BoxInner {
  122. border-top-width: 1px;
  123. border-right-width: 1px;
  124. border-bottom-width: 1px;
  125. border-left-width: 1px;
  126. border-top-style: solid;
  127. border-right-style: solid;
  128. border-bottom-style: solid;
  129. border-left-style: solid;
  130. border-top-color: #FFFFFF;
  131. border-right-color: #848284;
  132. border-bottom-color: #848284;
  133. border-left-color: #FFFFFF;
  134. }
  135. .BoxOuter {
  136. border-top-width: 1px;
  137. border-right-width: 1px;
  138. border-bottom-width: 1px;
  139. border-left-width: 1px;
  140. border-top-style: solid;
  141. border-right-style: solid;
  142. border-bottom-style: solid;
  143. border-left-style: solid;
  144. border-top-color: #848284;
  145. border-right-color: #FFFFFF;
  146. border-bottom-color: #FFFFFF;
  147. border-left-color: #848284;
  148. }
  149. .vline{
  150.   /*垂真分隔线*/
  151.    border-left:1 solid buttonshadow;
  152.    border-right:1 solid buttonhighlight;
  153.    width:2;
  154.    height:90%
  155. }
  156. .coolbutton{
  157.    cursor:default;
  158.    text-align:center;
  159.    padding-left:4;
  160.    padding-right:4;
  161.    border:1 solid buttonface;
  162. }