home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / tema / virusy / html / phorum.css < prev    next >
Cascading Style Sheet File  |  2003-09-23  |  2KB  |  100 lines

  1. BODY, TD, TR, P, UL, OL, LI, INPUT, SELECT, DL, DD, DT, FONT
  2. {
  3.     font-family: Verdana, Arial, Clean, Helvetica, sans-serif;
  4.     font-size: 12px;
  5. }
  6.  
  7. A:HOVER
  8. {
  9.     color: #339933;
  10. }
  11.  
  12. .PhorumBodyArea
  13. {
  14.     font-family: Verdana, Arial, Clean, Helvetica, sans-serif;
  15.     font-size: 12px;
  16.     width: 500px;
  17. }
  18.  
  19. .PhorumListTable
  20. {
  21.     border-style: solid;
  22.     border-color: #2D2D86;
  23.     border-width: 1px;
  24. }
  25.  
  26. .PhorumListRow
  27. {
  28.     font-family: Verdana, Arial, Clean, Helvetica, sans-serif;
  29.     font-size: 12px;
  30.     height: 21px;
  31. }
  32.  
  33. .PhorumListHeader
  34. {
  35.     font-family: Verdana, Arial, Clean, Helvetica, sans-serif;
  36.     font-size: 14px;
  37.     font-weight: bold;
  38.     height: 24px;
  39. }
  40.  
  41. .PhorumForumTitle
  42. {
  43.     font-family: Verdana, Arial, Clean, Helvetica, sans-serif;
  44.     font-size : 24px;
  45.     color: #2D2D86;
  46.     font-weight: bold;
  47. }
  48.  
  49. .PhorumTableHeader
  50. {
  51.     font-family: Verdana, Arial, Clean, Helvetica, sans-serif;
  52.     font-size: 12px;
  53.     font-weight: bold;
  54. }
  55.  
  56. .PhorumNav
  57. {
  58.     font-family: Geneva, Verdana, MS Sans Serif , Clean, sans-serif;
  59.     font-size: 10px;
  60.     font-weight: bold;
  61. }
  62.  
  63. .PhorumNewFlag
  64. {
  65.     font-family: Geneva, Verdana, MS Sans Serif , Clean, sans-serif;
  66.     font-size: 10px;
  67.     color: #339933;
  68. }
  69.  
  70. .PhorumMessage
  71. {
  72.     font-family: Courier New, Geneva, Courier, Clean;
  73.     font-size: 12px;
  74. }
  75.  
  76. .menutext
  77. {
  78.     font-family: Verdana, Arial, Helvetica, sans-serif;
  79.     font-size: 8pt;
  80.     font-weight: normal;
  81.     color: #2D2D86;
  82.     text-decoration: none
  83. }
  84.  
  85. .backgroundtext
  86. {
  87.     font-family: Verdana, Arial, Helvetica, sans-serif;
  88.     font-size: 7pt;
  89.     font-weight: normal;
  90.     color: #6F6F6F;
  91.     text-decoration: none
  92. }
  93.  
  94. .txtinfotmave
  95. {
  96.     font-family: Arial, Helvetica, sans-serif;
  97.     font-size: 8pt;
  98.     color: #000066;
  99.     text-decoration: none
  100. }