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

  1.  
  2. body
  3. {
  4.     margin:0px;
  5.     font-size: 0.8em;
  6.     font-family: Segoe UI, Tahoma, sans-serif;
  7. }
  8.  
  9. .normal 
  10. {
  11.     font-size: 0.8em;
  12.     font-family: Segoe UI, Tahoma, sans-serif;
  13. }
  14.  
  15. .edit 
  16. {
  17.     text-transform:capitalize;
  18. }
  19.  
  20. a, a:hover, a:visited
  21. {
  22.     color:Gray; 
  23.     text-decoration: none;
  24. }
  25.  
  26. a:hover
  27. {
  28.     text-decoration: underline;    
  29. }
  30.  
  31. #topLeft
  32. {
  33.      width: 4px;
  34.      height: 4px;
  35.      background: url(../images/settings_corner_top_left.png);
  36. }
  37. #topMiddle
  38. {
  39.      width: 100%;
  40.      background: url(../images/settings_box_top.png);
  41. }
  42. #topRight
  43. {
  44.     width: 4px;
  45.     height: 4px;
  46.     background: url(../images/settings_corner_top_right.png);
  47. }
  48. #settingsRow
  49. {
  50.     background-color: #ffffff;
  51.     height: 80px;
  52. }
  53. #settingsLeft
  54. {
  55.     width: 4px;
  56.     background: url(../images/settings_box_left.png) repeat-y;
  57. }
  58. #settingsMiddle
  59. {
  60.      text-align: center;
  61.      padding: 5px;
  62. }
  63. #settingsRight
  64. {
  65.     width: 4px;
  66.     background: url(../images/settings_box_right.png) repeat-y;
  67. }
  68. #dividerRow
  69. {
  70.     background-color: #f4f4f4;
  71. }
  72. #dividerLeft
  73. {
  74.     width: 4px;
  75.     height: 3px;
  76.     background: url(../images/settings_divider_left.png);
  77. }
  78. #dividerMiddle
  79. {
  80.     width: 100%;
  81.     background: url(../images/settings_divider.png);
  82. }
  83. #dividerRight
  84. {
  85.     width: 4px;
  86.     height: 3px;
  87.     background: url(../images/settings_divider_right.png);
  88. }
  89. #buttonsRow
  90. {
  91.     background-color: #f4f4f4;
  92. }
  93. #buttonsLeft
  94. {
  95.     width: 4px;
  96.     background: url(../images/settings_box_divider_left.png) repeat-y;
  97. }
  98. #buttonsMiddle
  99. {
  100.     text-align: center;
  101.     padding: 1px 0px 1px 0px;
  102. }
  103. #buttonsRight
  104. {
  105.     width: 4px;
  106.     background: url(../images/settings_box_divider_right.png) repeat-y;
  107. }
  108. #buttonTable
  109. {
  110.      font-size: 0.8em;
  111. }
  112. #buttonTable a
  113. {
  114.      cursor: default;
  115. }
  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.