home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CHIP1203.ISO / styles / tips.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-10-16  |  1.2 KB  |  68 lines

  1. #cellcolor3  {
  2.  
  3.     background-color : #CCCCCC;
  4.  
  5. }
  6.  
  7.  
  8.  
  9. .tabelle  {
  10.  
  11.     font-family : Arial, Helvetica, sans-serif;
  12.  
  13.     font-size : 11px;
  14.  
  15.     color : #000000;
  16.  
  17.     padding-left : 3px;
  18.  
  19.     padding-top : 3px;
  20.  
  21.     padding-bottom : 3px;
  22.  
  23.     padding-right : 3px;
  24.  
  25. }
  26.  
  27.  
  28.  
  29. .tabelle-small  {
  30.  
  31.     font-family : Arial, Helvetica, sans-serif;
  32.  
  33.     font-size : 10px;
  34.  
  35.     color : #000000;
  36.  
  37.     padding-left : 2px;
  38.  
  39.     padding-top : 4px;
  40.  
  41. }
  42.  
  43.  
  44.  
  45. .copy  {
  46.  
  47.     font-family : Arial, Helvetica, sans-serif;
  48.  
  49.     font-size : 12px;
  50.  
  51.     font-weight : normal;
  52.  
  53.     color : #000000;
  54.  
  55. }
  56.  
  57.  
  58.  
  59. #fett {
  60.  
  61.     font-weight : bold;
  62.  
  63. }
  64.  
  65.  
  66.  
  67. H2  {
  68.  
  69.     font-family : Arial, Helvetica, sans-serif;
  70.  
  71.     color : #000000;
  72.  
  73.     font-size : 16px;
  74.  
  75.     position : relative;
  76.  
  77.     top : 12;
  78.  
  79. }
  80.  
  81. P {
  82.  
  83.     font-family : Arial, Helvetica, sans-serif;
  84.  
  85.     font-size : 12px;
  86.  
  87.     font-weight : normal;
  88.  
  89.     color : #000000;
  90.  
  91. }
  92.  
  93. TD {
  94.  
  95.     font-family : Arial, Helvetica, sans-serif;
  96.  
  97.     font-size : 12px;
  98.  
  99.     font-weight : normal;
  100.  
  101.     color : #000000;
  102.  
  103. }
  104.  
  105. A {
  106.  
  107.     color : #000000;
  108.  
  109.     font-family : Arial, Helvetica, sans-serif;
  110.  
  111.     font-size : 14px;
  112.  
  113.     font-weight : bold;
  114.  
  115.     text_decoration : none;
  116.  
  117. }
  118.  
  119.  
  120.  
  121. A:hover {
  122.  
  123.     color : #004499;
  124.  
  125.     font-family : Arial, Helvetica, sans-serif;
  126.  
  127.     font-size : 14px;
  128.  
  129.     font-weight : bold;
  130.  
  131.     text_decoration : none;
  132.  
  133. }
  134.  
  135.