home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April / PCWorld_2008-04_cd.bin / multimedia / mediacoder / MediaCoder-0.6.0.3905.exe / extensions / iPod.7z / style.css < prev   
Cascading Style Sheet File  |  2007-07-16  |  506b  |  27 lines

  1. td, body{
  2.     color:#000000;
  3.     font-family:Tahoma, Arial, Helvetica;
  4.     font-size:11px;
  5.     background-color:#D6DBE7;
  6.     margin-left:0;
  7.     margin-right:0;
  8.     margin-top:0;
  9.     margin-bottom:0;
  10. }
  11. input, select{
  12.     font-family:Tahoma, Arial, Helvetica;
  13.     font-size:11px;
  14. }
  15. a {color:#000000; text-decoration:none; font-weight:normal;}
  16. li {list-style:none;}
  17. .extension {
  18.     overflow:hidden;
  19.     background-color:#D6DBE7;
  20.     position:absolute;
  21.     width:100%;
  22.     height:100%
  23. }
  24. .panel {
  25. width:200px;
  26. margin-left:10px;
  27. }