home *** CD-ROM | disk | FTP | other *** search
/ Freelog 117 / FreelogNo117-OctobreNovembre2013.iso / Theme / 8GadgetPack / 8GadgetPackSetup.msi / Gadgets.7z / Gadgets / AppLauncher.gadget / css / flyout_fav.css next >
Cascading Style Sheet File  |  2010-04-18  |  2KB  |  157 lines

  1. html{
  2.   overflow:hidden;
  3. }
  4.  
  5. body{
  6.     width: 370px;
  7.     height:440px;
  8.     color: #000000;
  9.     background: #ffffff;
  10.     margin-top:5px;
  11.   font-family: Tahoma, Helvetica, sans-serif;
  12. }
  13.  
  14. .favListArea{
  15.     width: 338px;
  16.     height: 370px; 
  17.     overflow: scroll; 
  18.     border: 1px solid #000000;
  19.     background: #ffffff;
  20.     padding: 5px;
  21.     padding-bottom:20px;
  22. }
  23.  
  24. .headerArea{
  25.     width: 350px;
  26.     height: 20px; 
  27.     overflow: hidden; 
  28.     border: none;
  29.     padding: 2px 0;
  30.     text-align:center;
  31.     font-size:1.2em;
  32.     font-weight:bold;
  33.     margin:0 0 5px 0;
  34.     color: white;
  35.     background:black;
  36.   white-space: nowrap;
  37. }
  38.  
  39. .openArea{
  40.   position:absolute;
  41.   bottom:27px;
  42.   background:white;
  43.   width:330px;
  44.   margin-left:2px;
  45.   height:18px;
  46.   text-align:center;
  47. }
  48.  
  49.  
  50. .skin1{
  51.   cursor:default;
  52.   position:absolute;
  53.   text-align:left;
  54.   font-family: Arial, Helvetica, sans-serif;
  55.   font-size: 10pt;
  56.   width:150px;
  57.   background-color:menu;
  58.   visibility:hidden;
  59.   border:2px outset buttonhighlight;
  60.   padding-bottom:3px;
  61. }
  62.  
  63. .menuitems{
  64.   padding-left:5px;
  65. }
  66.  
  67. .menuDiv{
  68.   margin:1px;
  69.   margin-left:15px;
  70. }
  71.  
  72. #delConfirm{
  73.   position:absolute;
  74.   top:150px;
  75.   left:90px;
  76.   display:none;
  77.   width:180px;
  78.   height:60px;
  79.   background:#f0f0f0;
  80.   border:2px outset buttonhighlight;
  81.   text-align:center;
  82.   padding:5px;
  83. }
  84.  
  85. .btn{
  86.   padding:2px;
  87.   margin:0 4px;
  88.   width:65px;
  89.   margin-bottom:5px;
  90. }
  91.  
  92. .centre{
  93.   text-align:center;
  94. }
  95.  
  96. .folderHeader{
  97.   display:block;
  98.   white-space:nowrap;
  99.   color:black;
  100.   font-weight:bold;
  101.   font-style:italic;
  102. }
  103.  
  104. .favIcon{
  105.   margin-bottom:2px;
  106.   margin-right:3px;
  107.   width:16px;
  108.   height:16px;
  109. }
  110.  
  111. .folderIcon{
  112.   margin-bottom:2px;
  113.   margin-right:3px;
  114.   width:16px;
  115.   height:16px;
  116.   cursor:help;
  117. }
  118.  
  119. .folderLink{
  120.   white-space:nowrap;
  121.   color:black;
  122.   cursor:pointer;
  123. }
  124.  
  125. #renameFile{
  126.   position:absolute;
  127.   top:150px;
  128.   left:40px;
  129.   display:none;
  130.   width:275px;
  131.   height:80px;
  132.   background:#f0f0f0;
  133.   border:2px outset buttonhighlight;
  134.   text-align:center;
  135.   padding:5px;
  136. }
  137.  
  138. .inputFld{
  139.   border:1px inset buttonhighlight; 
  140.   width:250px;
  141.   margin-bottom:5px;
  142. }
  143.  
  144. #errDisplay{
  145.   position:absolute;
  146.   top:150px;
  147.   left:80px;
  148.   display:none;
  149.   width:200px;
  150.   height:60px;
  151.   background:#f0f0f0;
  152.   border:2px outset buttonhighlight;
  153.   text-align:center;
  154.   padding:5px;
  155. }
  156.  
  157.