home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 July / Chip_2001-07_cd1.bin / tema / hist1 / stara / styles / index-e.css < prev    next >
Cascading Style Sheet File  |  2001-06-05  |  1KB  |  84 lines

  1. <STYLE type="text/css">
  2. <!--
  3.  
  4. BODY          {
  5.         background-color: #ffffff;
  6.         }
  7.  
  8. A:active      {
  9.         color : FF0000;
  10.         font-family : Arial;
  11.         font-size : 11px;
  12.         text-decoration : underline;
  13.         }
  14.  
  15. A:link      {
  16.         color : 0000FF;
  17.         font-family : Arial;
  18.         font-size : 11px;
  19.         text-decoration : none;
  20.         }
  21.  
  22. A:visited      {
  23.         color : #0000CD;
  24.         font-family : Arial;
  25.         font-size : 11px;
  26.         text-decoration : none;
  27.         }
  28.  
  29. A:hover      {
  30.         color : #ff0000;
  31.         font-family : Arial;
  32.         font-size : 11px;
  33.         text-decoration : underline;
  34.         }
  35.  
  36. .text          {
  37.         color : #000000;
  38.         font-size : 11px;
  39.         font-family : Arial;
  40.         text-decoration : none;
  41.         text-indent : 10px;
  42.         }
  43.  
  44. .opt    {
  45.         color: #000000;
  46.         font-size: 11px;
  47.         font-family: Arial;
  48.         }
  49.  
  50.  
  51. .ja          {
  52.         color : #0000ff;
  53.         font-weight: bold;
  54.         font-size: 11px;
  55.         font-family: Arial;
  56.         text-decoration : none;
  57.         }
  58.  
  59. .ja:active  {
  60.             color : #ff0000;
  61.             font-weight: bold;
  62.             font-size: 11px;
  63.             font-family: Arial;
  64.             text-decoration : underline;
  65.             }
  66.  
  67. .ja:visited {
  68.             color : #000088;
  69.             font-weight: bold;
  70.             font-size: 11px;
  71.             font-family: Arial;
  72.             text-decoration : none;
  73.             }
  74.  
  75. .ja:hover      {
  76.             color : #ff0000;
  77.             font-weight: bold;
  78.             font-size: 11px;
  79.             font-family: Arial;
  80.             text-decoration : underline;
  81.             }        
  82. //-->
  83. </STYLE>
  84.