home *** CD-ROM | disk | FTP | other *** search
/ Freelog 117 / FreelogNo117-OctobreNovembre2013.iso / Theme / 8GadgetPack / 8GadgetPackSetup.msi / Gadgets.7z / Gadgets / AppLauncher.gadget / css / flyout_rb.css < prev    next >
Text (UTF-16)  |  2010-04-18  |  2KB  |  55 lines

  1. html{
  2.   overflow:hidden;
  3. }
  4.  
  5. body{
  6.     width:190px;
  7.     height:130px;
  8.     margin:10px;
  9.     padding-left:5px;
  10.   font-family: Tahoma, Helvetica, sans-serif;
  11.     text-align: left;
  12.     line-height: 12px;
  13. }
  14.  
  15. #flyoutContents{
  16.     width:140px;
  17.     height:90px;
  18.     padding:10px;
  19.     font-size: 0.9em;
  20.     font-weight:bold;
  21.     background-color: #333333;
  22.     background-image:url(/images/backgrounds/bg1.jpg);
  23.     background-repeat:repeat;
  24. }
  25.  
  26. .rbLink{
  27.     width:100%;
  28.     font-size:1.0em;
  29.     font-weight:bold;
  30.     text-align:center;
  31. }
  32.  
  33. h3{
  34.     margin-bottom:10px;
  35.     text-align:center;
  36. }
  37.  
  38. img{
  39.   margin:5px;
  40.   width:40px;
  41.   height:40px;
  42. }
  43.  
  44. #binContents{
  45.     position:relative;
  46.     top:-20px;
  47.     margin-left:5px;
  48. }
  49.  
  50. td{
  51.   width:45px;
  52.   text-align:center;
  53.   cursor:hand;
  54. }
  55.