home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #1 / K-CD_2002-01.iso / Explorer6 / Da / IEW2K_1.CAB / browselc.dll / HTML / MEDIABAR.CSS < prev    next >
Cascading Style Sheet File  |  2001-10-04  |  2KB  |  86 lines

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