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