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

  1. html{
  2. overflow:hidden;
  3. }
  4.  
  5. body{
  6. background: #4c4c4c url(/images/backgrounds/bg1.jpg) repeat;
  7. margin: 0px;
  8. margin-left:1px;
  9. padding: 0;
  10. width: 129px;
  11. height: 100px;
  12. color: white;
  13. overflow: hidden;
  14. }
  15.     
  16. .launcherTable{
  17. width:120px;
  18. margin:0;
  19. margin-left:2px;
  20. padding:0;
  21. }
  22.  
  23. .launcherRow{
  24. margin:0;
  25. padding:0;
  26. border:0;
  27. width:100%;
  28. }
  29.  
  30. .cell{ 
  31. margin:0;
  32. padding: 0;
  33. text-align: center;
  34. border:none;
  35. overflow:hidden;
  36. }
  37.  
  38. .divider{
  39. padding:0;
  40. height:2px;
  41. padding-left:2px;
  42. }
  43.  
  44. #outputDiv{
  45. height:30px;
  46. margin:0;
  47. padding:0;
  48. }
  49.  
  50. #appInfo, #tabDiv{
  51. position:absolute;
  52. bottom:2px;
  53. width:126px;
  54. height:14px;
  55. border:0;
  56. color:white;
  57. overflow:hidden;
  58. font-family: Tahoma, Helvetica, sans-serif;
  59. font-size:0.7em;
  60. text-align:center;
  61. padding:0;
  62. margin:0;
  63. white-space: nowrap;
  64. }
  65.  
  66. #appInfo{
  67. padding-left:2px;
  68. }
  69.  
  70. #tab1, #tab2, #tab3, #tab4{
  71. position:absolute;
  72. top:0;
  73. left:0;
  74. }
  75.  
  76. ul.tabs{
  77. margin:0;
  78. }
  79.  
  80. ul.tabs li{
  81. float:left;
  82. display:block;
  83. text-align:center;
  84. width:30px;
  85. cursor:hand;
  86. }
  87.  
  88.