home *** CD-ROM | disk | FTP | other *** search
/ Freelog 117 / FreelogNo117-OctobreNovembre2013.iso / Theme / 8GadgetPack / 8GadgetPackSetup.msi / Gadgets.7z / Gadgets / Clipboarder.gadget / Settings.css < prev    next >
Text (UTF-16)  |  2009-02-03  |  5KB  |  150 lines

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