home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / chip_02_2004.iso / styles / tips.css < prev    next >
Cascading Style Sheet File  |  2003-12-03  |  1KB  |  68 lines

  1. #cellcolor3  {
  2.     background-color : #CCCCCC;
  3. }
  4.  
  5. .tabelle  {
  6.     font-family : Arial, Helvetica, sans-serif;
  7.     font-size : 11px;
  8.     color : #000000;
  9.     padding-left : 3px;
  10.     padding-top : 3px;
  11.     padding-bottom : 3px;
  12.     padding-right : 3px;
  13. }
  14.  
  15. .tabelle-small  {
  16.     font-family : Arial, Helvetica, sans-serif;
  17.     font-size : 10px;
  18.     color : #000000;
  19.     padding-left : 2px;
  20.     padding-top : 4px;
  21. }
  22.  
  23. .copy  {
  24.     font-family : Arial, Helvetica, sans-serif;
  25.     font-size : 12px;
  26.     font-weight : normal;
  27.     color : #000000;
  28. }
  29.  
  30. #fett {
  31.     font-weight : bold;
  32. }
  33.  
  34. H2  {
  35.     font-family : Arial, Helvetica, sans-serif;
  36.     color : #000000;
  37.     font-size : 16px;
  38.     position : relative;
  39.     top : 12;
  40. }
  41. P {
  42.     font-family : Arial, Helvetica, sans-serif;
  43.     font-size : 12px;
  44.     font-weight : normal;
  45.     color : #000000;
  46. }
  47. TD {
  48.     font-family : Arial, Helvetica, sans-serif;
  49.     font-size : 12px;
  50.     font-weight : normal;
  51.     color : #000000;
  52. }
  53. A {
  54.     color : #000000;
  55.     font-family : Arial, Helvetica, sans-serif;
  56.     font-size : 14px;
  57.     font-weight : bold;
  58.     text_decoration : none;
  59. }
  60.  
  61. A:hover {
  62.     color : #004499;
  63.     font-family : Arial, Helvetica, sans-serif;
  64.     font-size : 14px;
  65.     font-weight : bold;
  66.     text_decoration : none;
  67. }
  68.