home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2004 January / PCWELT_1_2004.ISO / pcwhtml / css / help.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-06-27  |  766 b   |  64 lines

  1. .infotable
  2. {
  3.     color: white;
  4.     font-weight: bold;
  5.     FONT-FAMILY: Verdana;
  6.     FONT-SIZE: 11px;
  7. }
  8.  
  9. .subtitleblack
  10. {
  11.     COLOR: #AA0000;
  12.     FONT-FAMILY: Tahoma;
  13.     FONT-SIZE: 17px;
  14.     FONT-WEIGHT: bold;
  15.     line-height: 17px;
  16. }
  17.  
  18. .abstract
  19. {
  20.     COLOR: #AA0000;
  21.     FONT-FAMILY: Verdana;
  22.     FONT-SIZE: 13px;
  23.     FONT-WEIGHT: bold;
  24. }
  25.  
  26. .txtmain
  27. {
  28.     color: Black;
  29.     font-family: tahoma;
  30.     letter-spacing: 1px;
  31.     font-size: 12px;
  32.     line-height: 15px;
  33.  
  34. }
  35.  
  36. .whitelink
  37. {
  38.     color: white;
  39.     font-family: tahoma;
  40.     font-size: 11px;
  41. }
  42.  
  43. a
  44. {
  45.     color:black;
  46.     font-weight: bold;
  47.     font-size: 11px;
  48. }
  49.  
  50. a:hover
  51. {
  52.     text-decoration: undline;
  53.     color: #AA0000;
  54. }
  55.  
  56. a#nounderline
  57. {
  58.     text-decoration: none;
  59. }
  60.  
  61. a#white
  62. {
  63.     color: White;
  64. }