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

  1. BODY  {
  2.     background-color : #FFFFFF;
  3.     font-family : Arial, Helvetica, sans-serif;
  4.     color : #000000;
  5.     font-size : 10px;
  6.  
  7. }
  8.  
  9. H1  {
  10.     font-family : Arial, Helvetica, sans-serif;
  11.     color : #CC0000;
  12.     font-size : 26px;
  13.     position : relative;
  14.     top : 10;
  15. }
  16.  
  17. H2  {
  18.     font-family : Arial, Helvetica, sans-serif;
  19.     color : #CC0000;
  20.     font-size : 18px;
  21.     position : relative;
  22.     top : 12;
  23. }
  24.  
  25. A  {
  26.     color : #000000;
  27. }
  28.  
  29. A:Visited  {
  30.     color : #000000;
  31. }
  32.  
  33. A:Active  {
  34.     color : #CC0000;
  35. }
  36.  
  37. A:Hover  {
  38.     color : #CC0000;
  39. }
  40.  
  41. INPUT  {
  42.     font-family : "Courier New", Courier, mono;
  43.     font-weight : normal;
  44.     background-color : #FFFFCC;
  45. }
  46.  
  47. .copy  {
  48.     font-family : Verdana, Arial, Helvetica, sans-serif;
  49.     font-size : 12px;
  50.     font-weight : normal;
  51.     color : #000000;
  52. }
  53.  
  54. #fett {
  55.     font-weight : bold;
  56. }
  57.  
  58. #farbigFett {
  59.     font-weight : bold;
  60.     color : #CC0000;
  61. }
  62.  
  63. .aufzaehlung  {
  64.     font-family : Verdana, Arial, Helvetica, sans-serif;
  65.     font-size : 12px;
  66.     font-weight : normal;
  67.     color : #000000;
  68.     margin-left : 16px;
  69.     line-height : 18px;
  70. }
  71.  
  72. #small {
  73.     font-size : 10px;
  74.     font-weight : normal;
  75. }
  76.  
  77. #arrow  {
  78.     margin-left : -16px;
  79.     margin-top : 2px;
  80. }
  81.  
  82. #trennLinie  {
  83.     background-color : #CC0000;
  84. }
  85.  
  86. #cellcolor1  {
  87.     background-color : #FFFFCC;
  88. }
  89. .table
  90. {
  91. position:absolute;
  92. top:0px;
  93. left:0px;
  94. }
  95.