css.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. .web {
  2. font-size: 12px;
  3. color: #FFFFFF;
  4. text-decoration: none;
  5. }
  6. .yellow {
  7. font-size: 12px;
  8. color: #EAB432;
  9. text-decoration: none;
  10. }
  11. .bl {
  12. font-size: 12px;
  13. color: #333333;
  14. text-decoration: none;
  15. line-height: 160%;
  16. }
  17. a.bl:link {
  18. font-size: 12px;
  19. color: #333333;
  20. text-decoration: none;
  21. }
  22. a.bl:visited {
  23. font-size: 12px;
  24. color: #333333;
  25. text-decoration: none;
  26. }
  27. a.bl:hover {
  28. font-size: 12px;
  29. color: #333333;
  30. text-decoration: none;
  31. }
  32. .red {
  33. font-size: 12px;
  34. font-weight: bold;
  35. color: #A80400;
  36. text-decoration: none;
  37. }
  38. .r {
  39. font-size: 12px;
  40. color: #A80400;
  41. text-decoration: none;
  42. }
  43. .gary {
  44. font-size: 12px;
  45. color: #666666;
  46. text-decoration: none;
  47. }
  48. .db {
  49. font-size: 16px;
  50. font-weight: bold;
  51. color: #333333;
  52. text-decoration: none;
  53. }
  54. .gr {
  55. font-size: 12px;
  56. color: #0C4F0C;
  57. text-decoration: none;
  58. line-height: 160%;
  59. }
  60. .re {
  61. font-size: 12px;
  62. color: #890202;
  63. text-decoration: none;
  64. line-height: 160%;
  65. }
  66. .xx {
  67. border: 1px dashed #990000;
  68. }
  69. .lj {
  70. font-size: 12px;
  71. font-weight: bold;
  72. color: #990000;
  73. text-decoration: none;
  74. }
  75. a.lj:link {
  76. font-size: 12px;
  77. font-weight: bold;
  78. color: #990000;
  79. text-decoration: none;
  80. }
  81. a.lj:visited {
  82. font-size: 12px;
  83. font-weight: bold;
  84. color: #990000;
  85. text-decoration: none;
  86. }
  87. a.lj:hover {
  88. font-size: 12px;
  89. font-weight: bold;
  90. color: #666666;
  91. text-decoration: none;
  92. }