home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / Chip_2004-09_cd1.bin / chplus / excelent / dil_8 / styly.css < prev   
Cascading Style Sheet File  |  2003-11-14  |  2KB  |  122 lines

  1. @charset "windows-1250";
  2.  
  3. body {
  4.     color: #000000; 
  5.     background-attachment: fixed;
  6.     scrollbar-face-color: #ECF0F9;
  7.     scrollbar-highlight-color: #7B9AE1;
  8.     scrollbar-shadow-color: #7B9AE1;
  9.     scrollbar-3Dlight-color: #FFFFFF;
  10.     scrollbar-arrow-color: #7B9AE1;
  11.     scrollbar-track-color: #FFFFFF;
  12.     scrollbar-darkshadow-color: #FFFFFF;
  13.     font: 8pt sans-serif;
  14.     font-family: Verdana, Arial, sans-serif;
  15.     text-align: justify;
  16.     line-height: 2;
  17. }
  18.  
  19. em {
  20.     font-style: italic;
  21.     color: #696969;
  22. }
  23.  
  24. a:hover {
  25.     color: #000000;
  26. }
  27.  
  28. a:link {
  29.     color: #4169E1;
  30.     text-decoration: none;
  31. }
  32.  
  33. a:visited {
  34.     color:#696969;
  35.     text-decoration: none;
  36. }
  37.  
  38. a:active {
  39.     border: none;
  40.     color:#000000;
  41.     text-decoration: none;
  42. }
  43.  
  44. HR {
  45.     color: #000000; width: 85%;
  46. }
  47.  
  48. H1 {
  49.     color: #000000;
  50.     text-align: center;
  51.     font-size: 13pt;
  52.     width: 100%;
  53.     padding: 1px 4px;
  54.     font-weight: bold;
  55.     margin-bottom: 30px;
  56.     letter-spacing: 3px;
  57. }
  58.  
  59. H2 {
  60.     color: #000000;
  61.     text-align: center;
  62.     font-size: 10pt;
  63.     width: 100%;
  64.     font-weight: bold;
  65.     letter-spacing: 3px;
  66. }
  67.  
  68. H3
  69. {color: #000000;
  70.     text-align: center;
  71.      font-size: 8pt;
  72.      font-weight: bold;
  73.     letter-spacing: 3px;
  74. }
  75.  
  76. pre {
  77.     color:#000000;
  78. }
  79.  
  80. table {
  81.     font-family: Verdana, Arial, sans-serif ;
  82.     font-size: 8pt;
  83.     color: #000000;
  84.     border: 1px solid #7B9AE1;
  85.     padding:10px;
  86. }
  87.  
  88. table#nic {
  89.     font-family: Verdana, Arial, sans-serif;
  90.     font-size: 8pt;
  91.     color: #000000;
  92.     border: none;
  93.     padding:10px;
  94. }
  95.     
  96. td {
  97.     font-family: Verdana, Arial, Helvetica, sans-serif;
  98.     font-size: 8pt;
  99.     color: #000000;
  100.     border: none;
  101.     margin: 5px;
  102.     padding: 5px;
  103.     text-align: justify;
  104.     line-height: 2;
  105. }
  106.  
  107. ul {
  108.     line-height: 2;
  109. }
  110.  
  111. li {
  112.     list-style-image: url(obrazky/vrtulka.gif);
  113.     list-style: outside;
  114.     padding-left: 5px;
  115. }
  116.  
  117. pre {
  118.     font-family: Verdana, Arial, sans-serif;
  119.     font-size: 8pt;
  120.     color: #4169E1;
  121. }
  122.