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

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