home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #6 / K-CD_2002-06.iso / Explorer6 / DA / IENT_S5.CAB / IENT_5.CAB / BROWSELC.DLL / HTML / MEDIABAR256.CSS < prev    next >
Cascading Style Sheet File  |  2001-10-04  |  1KB  |  76 lines

  1. BODY      { 
  2.             margin:0; 
  3.             overflow:hidden; 
  4.             background:#ffffff;
  5.             padding:10px; 
  6.           }
  7. TD           { 
  8.             vertical-align:top; 
  9.             text-align:left;
  10.           }
  11.           
  12. .workarea {
  13.             background:#ffffff; 
  14.             background-image:url('note_watermark.gif'); 
  15.             background-repeat:no-repeat; 
  16.             background-position:bottom right; 
  17.             color:#1855C6;
  18.             font-family:tahoma; 
  19.             font-weight:bold; 
  20.             font-size:8pt;
  21.             padding:10px;    
  22.             padding-left:0px;
  23.             border:1px solid activecaption;    
  24.           }
  25.           
  26. .action   {    
  27.             padding-bottom:10px;
  28.             white-space:nowrap;
  29.           }
  30.           
  31. .glyph  {
  32.             position:absolute;
  33.             top:8; left:15;
  34.             height:27px; width:33px;
  35.             filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mediabar.png', sizingMethod='scale');
  36.           }
  37.           
  38. .titlebarLeft {
  39.             background:activecaption;
  40.             font-size:0pt;
  41.  
  42.           }
  43. .titlebarRight {
  44.             background:activecaption;
  45.             font-size:0pt;
  46.           }
  47.           
  48. .title       {
  49.             color:white; 
  50.             font-family:tahoma; 
  51.             font-weight:bold; 
  52.             font-size:8pt; 
  53.             vertical-align:middle; 
  54.             padding-left:40px;
  55.             overflow:hidden;
  56.           }
  57.           
  58. A           {
  59.             color:#1855C6; 
  60.             text-decoration:none;
  61.           }
  62.           
  63. a:link    {
  64.             color:#1855C6; 
  65.             text-decoration:none;
  66.           }
  67.           
  68. a:hover   {
  69.             color:#428EFF; 
  70.             text-decoration:underline;
  71.           }
  72.  
  73. LI A       {
  74.             text-decoration:underline;
  75.           }
  76.