home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 July / PCpro_2004_07.ISO / docs / mbrtool / mbrtool_files / diy.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-03-07  |  1.5 KB  |  113 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:        #345052;
  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:        8pt;
  46.     background:        #FFFFFF;
  47.     color:        #345052;
  48.     width:        200px;
  49.   }
  50.  
  51.   table
  52.   {
  53.     font-family:    Verdana, Arial, Tahoma, sans-serif;
  54.     font-size:        9pt;
  55.   }
  56.  
  57.   th
  58.   {
  59.     font-family:    Verdana, Arial, Tahoma, sans-serif;
  60.     font-size:        9pt;
  61.   }
  62.  
  63.   td
  64.   {
  65.     font-family:    Verdana, Arial, Tahoma, sans-serif;
  66.     font-size:        9pt;
  67.   }
  68.  
  69.   p
  70.   {
  71.     font-family:    Verdana, Arial, Tahoma, sans-serif;
  72.     font-size:        9pt;
  73.   }
  74.  
  75.   .small
  76.   {
  77.     font-size:        8pt;
  78.   }
  79.  
  80.   .small td
  81.   {
  82.     font-size:        8pt;
  83.   }
  84.  
  85.   .small p
  86.   {
  87.     font-size:        8pt;
  88.   }
  89.  
  90.   .topic
  91.   {
  92.     background:        #97BFBF;
  93.   }
  94.  
  95.   .subtopic
  96.   {
  97.     background:        #C3DADB;
  98.   }
  99.  
  100.   .right
  101.   {
  102.     background:        #C3DADB;
  103.   }
  104.  
  105.   .border
  106.   {
  107.     background:        #507D80;
  108.   }
  109.  
  110.   .row
  111.   {
  112.     background:        #E9F3F3;
  113.   }