home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / docs / www.diydatarecovery.nl / ~tkuurstra / diy.css next >
Encoding:
Cascading Style Sheet File  |  2004-04-05  |  1.6 KB  |  115 lines

  1.   a:link
  2.   {
  3.     text-decoration:    underline;
  4.   }
  5.  
  6.   a:visited
  7.   {
  8.     text-decoration:    underline;
  9.   }
  10.  
  11.   a:active
  12.   {
  13.     text-decoration:    underline;
  14.   }
  15.  
  16.   a:hover
  17.   {
  18.     text-decoration:    none;
  19.     color:        #507D80;
  20.   }
  21.  
  22.   .button
  23.   {
  24.     font-family:    Verdana, Arial, Tahoma, sans-serif;
  25.     font-weight:    bold;
  26.     font-size:        8pt;
  27.     background:        #336699;
  28.     color:        #FFFFFF;
  29.   }
  30.  
  31.   .textbox
  32.   {
  33.     font-family:    Verdana, Arial, Tahoma, sans-serif;
  34.     font-weight:    normal;
  35.     font-size:        8pt;
  36.     background:        #FFFFFF;
  37.     color:        #345052;
  38.     width:        250px;
  39.   }
  40.  
  41.   .smallTextbox
  42.   {
  43.     font-family:    Verdana, Arial, Tahoma, sans-serif;
  44.     font-weight:    normal;
  45.     font-size:        10px;
  46.     background:        #FFFFFF;
  47.     color:        #345052;
  48.     width:        120px;
  49. ; clip:  rect(   )
  50.   }
  51.  
  52.   table
  53.   {
  54.     font-family:    Verdana, Arial, Tahoma, sans-serif;
  55.     font-size:        9pt;
  56.   }
  57.  
  58.   th
  59.   {
  60.     font-family:    Verdana, Arial, Tahoma, sans-serif;
  61.     font-size:        9pt;
  62.   }
  63.  
  64.   td
  65.   {
  66.     font-family:    Verdana, Arial, Tahoma, sans-serif;
  67.     font-size:        9pt;
  68.   }
  69.  
  70.   p
  71.   {
  72.     font-family:    Verdana, Arial, Tahoma, sans-serif;
  73.     font-size:        9pt;
  74.   }
  75.  
  76.   .small
  77.   {
  78.     font-size:        8pt;
  79.   }
  80.  
  81.   .small td
  82.   {
  83.     font-size:        8pt;
  84.   }
  85.  
  86.   .small p
  87.   {
  88.     font-size:        8pt;
  89.   }
  90.  
  91.   .topic
  92.   {
  93.     background:        #7AB0CB;
  94.   }
  95.  
  96.   .subtopic
  97.   {
  98.     background:        #CCCCCC;
  99.   }
  100.  
  101.   .right
  102.   {
  103.     background:        #EAEAEA;
  104.   }
  105.  
  106.   .border
  107.   {
  108.     background:        #006291;
  109.   }
  110.  
  111.   .row
  112.   {
  113.     background:        #D8D8D8;
  114.   }.back {  background-repeat: repeat-x}
  115.