home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / Chip_1999-12_cd.bin / zkuste / DTP / style.css < prev   
Cascading Style Sheet File  |  1999-09-03  |  1KB  |  106 lines

  1. <!--
  2. .moto        {
  3.             font-family: Times New Roman;
  4.             font-style: italic
  5.         }
  6.  
  7. .stop        {
  8.             color: #A6004F;
  9.         }
  10.  
  11. .zamysleni    {
  12.             color: #A6004F;
  13.         }
  14.  
  15. .tabulka    {
  16.             font-weight: bold;
  17.         }
  18.  
  19. .podtisk    {
  20.             background-color: #FFFFA0;
  21.         }
  22.  
  23. .obsah        {
  24.             font-size: 7pt;
  25.         }
  26.  
  27.  
  28. table        {
  29.             font-size: 10pt;
  30.         }
  31.  
  32. body        {
  33.             color: #000000;
  34.             background: #FFFFE1;
  35.             font-family: Arial;
  36.             font-size: 10pt;
  37.             margin-top: 10pt;
  38.         }
  39.  
  40. strong        {
  41.             color: #A6004F;
  42.             font-weight: bold;
  43.         }
  44. b        {
  45.             color: #A6004F;
  46.             font-weight: bold;
  47.         }
  48.  
  49.  
  50.  
  51. h5        {
  52.             color: #A6004F;
  53.             font-size: 10pt;
  54.             font-weight: bold;
  55.         }
  56.  
  57.  
  58. h4        {
  59.             color: #A6004F;
  60.             font-size: 12pt;
  61.             font-weight: bold;
  62.         }
  63.  
  64. h3        {
  65.             color: #A6004F;
  66.             font-size: 14pt;
  67.             font-weight: bold;
  68.         }
  69.  
  70. h2        {
  71.             color: #A6004F;
  72.             font-size: 18pt;
  73.             font-weight: bold;
  74.         }
  75.  
  76. h1        {
  77.             color: #A6004F;
  78.             font-size: 24pt;
  79.             font-weight: bold;
  80.         }
  81.  
  82.  
  83.  
  84.  
  85. a:link        {
  86.             color: #0000FF;
  87.             text-decoration: none;
  88.         }
  89.     
  90. a:visited    {
  91.             color: #0000FF;
  92.             text-decoration: none;
  93.             }
  94. A:hover 
  95.         {
  96.             color: #0000FF;
  97.             text-decoration: underline;
  98.         }
  99.  
  100. HR        {
  101.             color: #A6004F;
  102.         }
  103.  
  104.  
  105. -->
  106.