home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / Chip_2004-06_cd1.bin / chplus / chcipraci / styles / style.css < prev   
Cascading Style Sheet File  |  2004-02-28  |  2KB  |  85 lines

  1. <html>
  2. <head>
  3. <style type="text/css">
  4. <!-- 
  5.  
  6. body        {font-family: "arial, sans-serif";
  7.         scrollbar-face-color: #c2ceee}
  8.  
  9. a:link        {color: #000000; text-decoration: none}
  10. a:visited    {color: #000000; text-decoration: none}
  11. a:active    {color: #000000; text-decoration: underline}
  12. a:hover        {color: #000000; text-decoration: underline}
  13.  
  14. .a:link        {color: #fefefe; text-decoration: none}  
  15. .a:visited    {color: #fefefe; text-decoration: none} 
  16. .a:active    {color: #ffee00; text-decoration: none}
  17. .a:hover    {color: #ffee00; text-decoration: none}
  18.  
  19. .b:link        {color: #000000; text-decoration: underline}
  20. .b:visited    {color: #000000; text-decoration: underline}
  21. .b:active    {color: #000000; text-decoration: none}
  22. .b:hover    {color: #000000; text-decoration: none}
  23.  
  24. .leve_menu    {font-family: "arial, sans-serif";
  25.         font-size: 8pt;
  26.         font-weight: bold;
  27.         color: #ffffff;
  28.         text-align: left;
  29.         vertical-align: middle;
  30.         text-indent: 20px;
  31.         background-color: #88a6dd}
  32.  
  33. .leve_menu_s    {font-family: "arial, sans-serif";
  34.         font-size: 9pt;
  35.         font-weight: bold;
  36.         color: #ffffff;
  37.         text-align: center;
  38.         vertical-align: middle;
  39.         background-color: #88a6dd}
  40.  
  41. .p_plocha    {font-size: 9pt;
  42.         line-height: 25px;
  43.         margin-left: 40px;
  44.         margin-right: 25px;
  45.         color: #000000;
  46.         text-align: justify;
  47.         text-indent: 35px}
  48.  
  49. .p_sloupec    {font-size: 8pt;
  50.         color: #000000;
  51.         line-height: 18px;
  52.         div-align: center}
  53.  
  54. .p_seznam    {line-height: 25px;
  55.         margin-right: 25px;
  56.         color: #000000;
  57.         text-align: justify}
  58.  
  59. td        {font-size: 8pt;
  60.         color: #000000}
  61.  
  62. h3        {margin-left: 40px;
  63.         text-indent: 35px;
  64.         color: #000080}
  65.  
  66. h4, h5, h6    {color: #000080}
  67.  
  68. .tlacitko    {border-right: #003388 thin solid;
  69.         border-top: #cad8f5 thin solid;
  70.         font-weight: bold;
  71.         font-size: 13px;
  72.         border-left: #cad8f5 thin solid;
  73.         color: #ffffff;
  74.         line-height: 1;
  75.         padding-top: 3px;
  76.         border-bottom: #003388 thin solid;
  77.         font-family: verdana, arial, sans-serif;
  78.         background-color: #88a6dd}
  79.  
  80. hr              {color: #000080}
  81.  
  82. -->
  83. </style>
  84. </head>
  85. </html>