home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / tema / epass / Css / Styl.css next >
Cascading Style Sheet File  |  2002-04-19  |  2KB  |  103 lines

  1. <STYLE TYPE="text/css">   
  2.    <!--
  3.    body  {
  4.        font-family : Verdana, Arial, Sans-serif;
  5.        font-size : 12px;
  6.     color : #000099;
  7.             text-decoration : none;
  8.             text-align : left;
  9.             background : #FFFFFF;
  10.    }
  11.  
  12.    p  {
  13.        font-family : Verdana, Arial, Sans-serif;
  14.        font-size : 12px;
  15.     color : #000099;
  16.             text-decoration : none;
  17.             text-align : left;
  18.    }
  19.    
  20.    .uvodnitext  {
  21.        font-family : Verdana, Arial, Sans-serif;
  22.        font-size : 11px;
  23.     color : #000099;
  24.             text-decoration : none;
  25.             text-align : left;
  26.    }
  27.  
  28.  
  29.    a:link  {
  30.        font-family : Verdana, Arial, Sans-serif;
  31.        font-size : 12px;
  32.        color : #0000FF;
  33.        text-decoration : underline;
  34.    }
  35.    
  36.    a:visited  {
  37.        font-family : Verdana, Arial, Sans-serif;
  38.        font-size : 12px;
  39.        color : #0000FF;
  40.        text-decoration : underline;
  41.    }
  42.    
  43.    A:hover  {
  44.        color : #CC3333;
  45.             text-decoration : underline;
  46.    }
  47.    
  48.    td.copyright  {
  49.             font-family : Verdana, Arial, Sans-serif;   
  50.        font-size : 12px;
  51.     font-weight : bold;
  52.        color : #000099;
  53.             background-color : #FFFFFF;
  54.    }  
  55.  
  56.    td.datum  {
  57.             font-family : Verdana, Arial, Sans-serif;   
  58.        font-size : 12px;
  59.     font-weight : bold;
  60.        color : #000099;
  61.         background-color : #FFFFFF;
  62.    }  
  63.  
  64.  
  65.    td.seznam  {
  66.             font-family : Verdana, Arial, Sans-serif;   
  67.        font-size : 12px;
  68.        color : #000099;
  69.             background-color : #FFFFFF;
  70.    }  
  71.  
  72.    td.spodnilink  {
  73.             font-family : Verdana, Arial, Sans-serif;   
  74.        font-size : 12px;
  75.        color : #000000;
  76.     background-color : #FFFFFF;
  77.    }  
  78.  
  79.    td.bottom  {
  80.             font-family : Verdana, Arial, Sans-serif;   
  81.        font-size : 12px;
  82.     font-weight : bold;
  83.        color : #000000;
  84.     background-color : #FFFFFF;
  85.    }  
  86.  
  87.    td.titulek {
  88.             font-family : Verdana, Arial, Sans-serif;   
  89.        font-size : 14px;
  90.     font-weight : bold;
  91.     font-style : italic;
  92.        color : #FF0000;
  93.             background-color : #FFFFFF;        
  94.    }
  95.  
  96.    .modul {
  97.             font-family : Verdana, Arial, Sans-serif;   
  98.        font-size : 12px;
  99.     font-weight: bold;
  100.        color : #000099;
  101.    }
  102.    -->
  103.    </STYLE>