home *** CD-ROM | disk | FTP | other *** search
/ Freelog 117 / FreelogNo117-OctobreNovembre2013.iso / Theme / 8GadgetPack / 8GadgetPackSetup.msi / settings.css_11 < prev    next >
Text (UTF-16)  |  2012-05-19  |  5KB  |  148 lines

  1. /*
  2. //---------------------------------------------
  3. //  THIS CODE IS NOT APPROVED FOR USE IN/ON ANY OTHER UI ELEMENT OR PRODUCT COMPONENT.  
  4. //  Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
  5. // ----------------------------------------------
  6. */
  7. body {
  8.     margin: 0px;
  9.     width: 278px;
  10.     height: 210px;
  11. }
  12. #topLeft
  13. {
  14.      width: 4px;
  15.      height: 4px;
  16.      background: url(../images/settings_corner_top_left.png);
  17. }
  18. #topMiddle
  19. {
  20.      width: 100%;
  21.      background: url(../images/settings_box_top.png);
  22. }
  23. #topRight
  24. {
  25.     width: 4px;
  26.     height: 4px;
  27.     background: url(../images/settings_corner_top_right.png);
  28. }
  29. #settingsRow
  30. {
  31.      background-color: #ffffff;
  32. }
  33. #settingsLeft
  34. {
  35.     width: 4px;
  36.     background: url(../images/settings_box_left.png) repeat-y;
  37. }
  38. #settingsMiddle
  39. {
  40.      text-align: center;
  41.      padding: 20px;
  42. }
  43. #settingsRight
  44. {
  45.     width: 4px;
  46.     background: url(../images/settings_box_right.png) repeat-y;
  47. }
  48. #dividerRow
  49. {
  50.     background-color: #f4f4f4;
  51. }
  52. #dividerLeft
  53. {
  54.     width: 4px;
  55.     height: 3px;
  56.     background: url(../images/settings_divider_left.png);
  57. }
  58. #dividerMiddle
  59. {
  60.     width: 100%;
  61.     background: url(../images/settings_divider.png);
  62. }
  63. #dividerRight
  64. {
  65.     width: 4px;
  66.     height: 3px;
  67.     background: url(../images/settings_divider_right.png);
  68. }
  69. #buttonsRow
  70. {
  71.     background-color: #f4f4f4;
  72. }
  73. #buttonsLeft
  74. {
  75.     width: 4px;
  76.     background: url(../images/settings_box_divider_left.png) repeat-y;
  77. }
  78. #buttonsMiddle
  79. {
  80.     text-align: center;
  81.     padding: 5px 0px 5px 0px;
  82. }
  83. #buttonsRight
  84. {
  85.     width: 4px;
  86.     background: url(../images/settings_box_divider_right.png) repeat-y;
  87. }
  88. #buttonTable
  89. {
  90.      font-size: 12px;
  91. }
  92. #buttonTable a
  93. {
  94.      cursor: default;
  95. }
  96.      
  97. #buttonTable img
  98. {
  99.     width: 19px;
  100.     height: 19px;
  101.     border: none;
  102. }
  103. #currentIndex
  104. {
  105.      width: 15px;
  106.      text-align: center;
  107. }
  108. #maxIndex
  109. {
  110.      width: 15px;
  111.      text-align: center;
  112. }
  113. #bottomRow
  114. {
  115.      background-color: #f4f4f4;
  116. }
  117. #buttonLeft
  118. {
  119.     width: 19px;
  120.     height: 19px;
  121.     border: none;
  122.     margin-right: 11px;
  123. }
  124. #buttonRight
  125. {
  126.     width: 19px;
  127.     height: 19px;
  128.     border: none;
  129.     margin-left: 11px;
  130. }
  131. #bottomLeft
  132. {
  133.     width: 4px;
  134.     height: 4px;
  135.     background: url(../images/settings_corner_bottom_left.png);
  136. }
  137. #bottomMiddle
  138. {
  139.     width: 100%;
  140.     background: url(../images/settings_box_bottom.png);
  141. }
  142. #bottomRight
  143. {
  144.     width: 4px;
  145.     height: 4px;
  146.     background: url(../images/settings_corner_bottom_right.png);
  147. }
  148.