home *** CD-ROM | disk | FTP | other *** search
/ Freelog 117 / FreelogNo117-OctobreNovembre2013.iso / Theme / 8GadgetPack / 8GadgetPackSetup.msi / Gadgets.7z / Gadgets / HUD-Time.gadget / css / settings.css < prev   
Cascading Style Sheet File  |  2012-11-01  |  2KB  |  85 lines

  1. * {
  2.     font-family: Segoe UI;
  3.     font-size: 12px;
  4. }
  5.     
  6. body{ 
  7.     width: 221px;
  8.     height: 294px;
  9.     margin: 0px;
  10.     position: relative;
  11. }
  12.  
  13. table {
  14.     border-collapse: collapse;
  15. }
  16.  
  17. .about {
  18.     position: absolute;
  19.     bottom: 0px;
  20.     left: 0px;
  21. }
  22.  
  23. .menusurround {
  24.     position: absolute;
  25.     overflow-x: hidden;
  26.     overflow-y: auto;
  27.     height: 150px;
  28.     width: 220px;
  29.     border: 1px 1px 1px 1px solid;
  30.     border-color: rgb(151,151,151);
  31.     border-spacing: 0px;
  32.     z-index: 100;
  33. }
  34.  
  35. /* Menu item */
  36. .menuItem td{
  37.     border-style: solid;
  38.     border-width: 1px 0px 1px 0px;
  39.     border-color: rgb(245,245,245) rgb(226,226,226) rgb(245,245,245) rgb(245,245,245);
  40.     background-color: rgb(245,245,245);
  41.     font-size: 18px;
  42.     padding: 0px 4px 0px 4px;
  43.     white-space: nowrap;
  44.     height: 22px;
  45.     overflow: hidden;
  46. }
  47.  
  48. .menuItemSelected td{
  49.     border-style: solid;
  50.     border-width: 1px 0px 1px 0px;
  51.     border-color: rgb(245,245,245) rgb(226,226,226) rgb(245,245,245) rgb(245,245,245);
  52.     background-color: rgb(255,214,109);
  53.     font-size: 18px;
  54.     padding: 0px 4px 0px 4px;
  55.     white-space: nowrap;
  56.     height: 22px;
  57.     overflow: hidden;
  58. }
  59.  
  60. /* Menu item when mouse over */
  61. .menuItemHover td{
  62.     border-style: solid;
  63.     border-width: 1px 0px 1px 0px;
  64.     border-color: rgb(170,218,237) rgb(228,241,247) rgb(170,218,237) rgb(228,241,247);
  65.     background-color: rgb(228,241,247);
  66.     font-size: 18px;
  67.     padding: 0px 4px 0px 4px;
  68.     white-space: nowrap;
  69.     height: 22px;
  70.     overflow: hidden;
  71. }
  72.  
  73. /* Selected menu item when mouse over */
  74. .menuItemHoverSelected td{
  75.     border-style: solid;
  76.     border-width: 1px 0px 1px 0px;
  77.     border-color: rgb(170,218,237) rgb(228,241,247) rgb(170,218,237) rgb(228,241,247);
  78.     background-color: rgb(255,222,133);
  79.     font-size: 18px;
  80.     padding: 0px 4px 0px 4px;
  81.     white-space: nowrap;
  82.     height: 22px;
  83.     overflow: hidden;
  84. }
  85.