home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 December / Chip_2000-12_cd1.bin / internet / palm / styles / styles.css
Cascading Style Sheet File  |  2000-09-21  |  3KB  |  121 lines

  1. A:link { text-decoration: none }
  2. A:visited { text-decoration: none }
  3. A:active { text-decoration: none }
  4. BODY {
  5.         font-family: Verdana;
  6.         font-size: 8pt;
  7.         cursor: auto ;
  8.         color: #2B211F;
  9. }
  10.  
  11. TABLE {
  12.         font-family: Verdana;
  13.         font-size: 8pt;
  14.         cursor: auto ;
  15.         color: Black;
  16. }
  17.  
  18.   .pasive  {
  19.            font-size : 8pt;
  20.            font-weight : normal;
  21.            color : White;
  22.            cursor : hand;
  23.         font-family: Verdana;
  24.        }
  25.        
  26.   .active  {
  27.            font-size : 8pt;
  28.            font-weight : normal;
  29.            color : Navy;
  30.            cursor : hand;
  31.         font-family: Verdana;
  32.        }
  33.  
  34.   .odkazpasive  {
  35.            font-size : 8pt;
  36.            font-weight : normal;
  37.            color : #A3ADC1;
  38.            cursor : hand;
  39.         font-family: Verdana;
  40.        }
  41.        
  42.   .odkazactive  {
  43.            font-size : 8pt;
  44.            font-weight : normal;
  45.            color : Red;
  46.            cursor : hand;
  47.         font-family: Verdana;
  48.        }
  49.        
  50.        
  51.   .form1  {
  52.      font-family : Verdana;
  53.      font-size : 8pt;
  54.      color : rgb(0,0,0);
  55.      background : rgb(213,216,225);
  56.      border-style : solid;
  57.      border-width : 1px;
  58.      border-color : rgb(100,100,100);
  59.      border-bottom-color : rgb(150,150,150);
  60.      border-right-color : rgb(150,150,150);
  61.      position : relative;
  62.      width : 170px;
  63.  }
  64.  
  65.   .form2  {
  66.      font-family : Verdana;
  67.      font-size : 8pt;
  68.      color : rgb(0,0,0);
  69.      background : rgb(213,216,225);
  70.      border-style : solid;
  71.      border-width : 1px;
  72.      border-color : rgb(100,100,100);
  73.      border-bottom-color : rgb(150,150,150);
  74.      border-right-color : rgb(150,150,150);
  75.      position : relative;
  76.      width : 345px;
  77.  }
  78.  
  79.   .email  {
  80.      font-family : Verdana;
  81.      font-size : 8pt;
  82.      color : rgb(0,0,0);
  83.      background : rgb(213,216,225);
  84.      border-style : solid;
  85.      border-width : 1px;
  86.      border-color : rgb(100,100,100);
  87.      border-bottom-color : rgb(150,150,150);
  88.      border-right-color : rgb(150,150,150);
  89.      position : relative;
  90.      width : 230px;
  91.  }
  92.  
  93.  .button  {
  94.      font-family : Verdana;
  95.      font-size : 8pt;
  96.      color : rgb(192,192,192);
  97.      background : rgb(27,60,93);
  98.      border-style : solid;
  99.      border-width : 3px;
  100.      border-color : rgb(100,100,100);
  101.      border-bottom-color : rgb(0,0,0);
  102.      border-right-color : rgb(0,0,0);
  103.      position : relative;
  104.      width : 60px;
  105.      font-weight : bold;
  106.  }
  107.  
  108. .clock  {
  109.        font-family : Verdana;
  110.        font-size : 8pt;
  111.        color : rgb(0,0,0);
  112.        background : transparent;
  113.        border-style : solid;
  114.        border-width : 0px;
  115.        border-color : rgb(100,100,100);
  116.        border-bottom-color : rgb(50,50,50);
  117.        border-right-color : rgb(50,50,50);
  118.        position : relative;
  119.        width : 165px;
  120.        font-weight : bold;
  121.    }