home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip_2001-11_cd1.bin / internet / vs / styly.css < prev    next >
Cascading Style Sheet File  |  2001-09-19  |  2KB  |  125 lines

  1. A  {
  2.     color : #007DFF;
  3.     font-weight : bold;
  4.     text-decoration : none;
  5. }
  6.  
  7. A:Visited  {
  8.     color : #007DFF;
  9.     text-decoration : none;
  10. }
  11.  
  12. A:Active  {
  13.     color : #007DFF;
  14.     font-weight : bold;
  15.     text-decoration : underline;
  16. }
  17.  
  18. A:Hover  {
  19.     color : #007DFF;
  20.     font-weight : bold;
  21.     text-decoration : underline;
  22. }
  23.  
  24. BODY  {
  25.     font-size : 9pt;
  26.     font-family : Arial CE, sans-serif;
  27.     font-weight : normal;
  28.     font-style : normal;
  29.     text-decoration : none;
  30. }
  31.  
  32. .titulek  {
  33.     font-size : 12pt;
  34.     font-weight : bold;
  35.     font-family : Arial CE, sans-serif;
  36.     text-decoration : underline;
  37.     color : #FFFFFF;
  38. }
  39.  
  40. .test  {
  41.     font-size : 10pt;
  42.     font-weight : bold;
  43.     font-family : Arial CE, sans-serif;
  44.     text-decoration : none;
  45.     color : #FFFFFF;
  46. }
  47.  
  48. .nadpis  {
  49.     font-size : 12pt;
  50.     font-family : Arial CE, sans-serif;
  51.     font-weight : bold;
  52.     font-style : normal;
  53.     color : #007DFF;
  54.     text-decoration : underline;
  55. }
  56.  
  57. A.menu1  {
  58.     color : #000000;
  59.     font-size : 9pt;
  60.     font-weight : bold;
  61.     font-family : Arial CE, sans-serif;
  62.     text-decoration : none;
  63. }
  64.  
  65. A:Hover.menu1  {
  66.     color : #000000;
  67.     text-decoration : underline;
  68.     font-size : 9pt;
  69.     font-family : Arial CE, sans-serif;
  70.     font-weight : bold;
  71.     font-style : normal;
  72. }
  73.  
  74. A.menu2  {
  75.     font-size : 9pt;
  76.     font-family : Arial CE, sans-serif;
  77.     font-weight : normal;
  78.     font-style : normal;
  79.     color : #000000;
  80.     text-decoration : none;
  81. }
  82.  
  83. A:Hover.menu2  {
  84.     font-size : 9pt;
  85.     font-family : Arial CE, sans-serif;
  86.     font-weight : normal;
  87.     font-style : normal;
  88.     color : #000000;
  89.     text-decoration : underline;
  90. }
  91.  
  92. .white  {
  93.     font-size : 12pt;
  94.     font-family : Arial CE, sans-serif;
  95.     font-weight : normal;
  96.     font-style : normal;
  97.     color : #FFFFFF;
  98.     text-decoration : none;
  99. }
  100.  
  101. A.white  {
  102.     font-family : Arial CE, sans-serif;
  103.     font-weight : none;
  104.     font-style : none;
  105.     color : #FFFFFF;
  106.     text-decoration : none;
  107. }
  108.  
  109. A:Hover.white  {
  110.     font-family : Arial CE, sans-serif;
  111.     font-weight : none;
  112.     font-style : none;
  113.     color : #FFFFFF;
  114.     text-decoration : underline;
  115. }
  116.  
  117. A:Visited.menu1  {
  118.     color : Black;
  119. }
  120.  
  121. A:Visited.menu2  {
  122.     color : Black;
  123. }
  124.  
  125.