Diligent web site
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.css 5.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. .style-picker{direction: ltr;font-family:Arial,"Helvetica CY",sans-serif;color:#010101;font-size:.85em;width:0;min-height:200px;position:fixed;top:40px;left:0;z-index:9999;}
  2. .style-picker .bgChanger{position:relative;min-width:35px;min-height:100px;}
  3. .style-picker a{color:#fff !important;}
  4. .style-picker a:hover{text-decoration:none;}
  5. .style-picker input, .style-picker select {font-family:"Trebuchet MS",Arial,"Helvetica CY",sans-serif;border:1px solid #b7b7b7;color:#010101;}
  6. .style-picker input{width:120px;}
  7. .style-picker select{
  8. font-size: 1em;
  9. padding: 3px;
  10. width: 90%;
  11. height: auto;
  12. border: 1px solid #CCC;
  13. outline: 0;
  14. background: #FAFAFA url(images/select3.png) no-repeat right;
  15. -webkit-appearance: none;
  16. -moz-appearance: none;
  17. }
  18. .style-picker .container{width:240px;padding:0 0 5px 0;}
  19. .style-picker .options,.style-picker .handler{border:1px solid #181818;background-color:#181818;color: #CCC;box-shadow:1px 1px 1px rgba(0, 0, 0, 0.3)}
  20. .style-picker .options{width:242px;padding:3px 0 15px 10px;position:relative; -webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomright:3px; border-bottom-right-radius: 3px; border-radius: 0 0 3px 0;}
  21. .style-picker .handler{background:#181818 url(images/close.png) 5px 6px no-repeat;width:33px;height:35px;position:absolute;top:0px;right:-35px;z-index:30;border-left:0;-webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; border-radius: 0 3px 3px 0;}
  22. .style-picker .container .handler.closed{background:#181818 url(images/pencil.png) 5px 6px no-repeat;}
  23. .style-picker span{display:block;padding:10px 0 3px;font-weight:bold;clear:both;}
  24. .style-picker a.thumb-img{margin:0 5px 4px 0;border:1px solid #666;}
  25. .style-picker a.thumb-img, .style-picker a.thumb-img img{display:block;float:left;width:10px;height:5px;cursor:pointer;}
  26. .style-picker a.thumb-img img{border:0;background:none;padding:0;}
  27. .style-picker a.bgColor{
  28. color: #ccc !important;
  29. display: inline-block;
  30. width: 90%;
  31. line-height: 20px;
  32. font-weight: bold;
  33. padding: 5px 18px 0 0;
  34. margin: 8px 0 8px;
  35. position: relative;
  36. clear: both;
  37. }
  38. .style-picker a.bgColor span{border:0px solid #b7b7b7;width:18px;height:18px;float:right;padding:0;margin:1px 0 0;}
  39. .colorpicker {
  40. width: 356px;
  41. height: 176px;
  42. overflow: hidden;
  43. position: absolute;
  44. background: url(images/custom_background.png);
  45. font-family: Arial, Helvetica, sans-serif;
  46. display: none;
  47. z-index:99999;
  48. font-size:0.8em;
  49. }
  50. .colorpicker_color {
  51. width: 150px;
  52. height: 150px;
  53. left: 14px;
  54. top: 13px;
  55. position: absolute;
  56. background: #f00;
  57. overflow: hidden;
  58. cursor: crosshair;
  59. }
  60. .colorpicker_color div {
  61. position: absolute;
  62. top: 0;
  63. left: 0;
  64. width: 150px;
  65. height: 150px;
  66. background: url(images/colorpicker_overlay.png);
  67. }
  68. .colorpicker_color div div {
  69. position: absolute;
  70. top: 0;
  71. left: 0;
  72. width: 11px;
  73. height: 11px;
  74. overflow: hidden;
  75. background: url(images/colorpicker_select.gif);
  76. margin: -5px 0 0 -5px;
  77. }
  78. #bgColor, #bgHeaderColor, #bgFooterColor {
  79. position: relative;
  80. width: 20px;
  81. height: 20px;
  82. background: url(images/select2.png);
  83. }
  84. .colorpicker_hue {
  85. position: absolute;
  86. top: 13px;
  87. left: 171px;
  88. width: 35px;
  89. height: 150px;
  90. cursor: n-resize;
  91. }
  92. .colorpicker_hue div {
  93. position: absolute;
  94. width: 35px;
  95. height: 9px;
  96. overflow: hidden;
  97. background: url(images/custom_indic.gif) left top;
  98. margin: -4px 0 0 0;
  99. left: 0px;
  100. }
  101. .colorpicker_new_color {
  102. position: absolute;
  103. width: 60px;
  104. height: 30px;
  105. left: 213px;
  106. top: 13px;
  107. background: #f00;
  108. }
  109. .colorpicker_current_color {
  110. position: absolute;
  111. width: 60px;
  112. height: 30px;
  113. left: 283px;
  114. top: 13px;
  115. background: #f00;
  116. }
  117. .colorpicker input[type="text"] {
  118. background-color: transparent;
  119. border: 1px solid transparent;
  120. position: absolute;
  121. font-size: 10px;
  122. font-family: Arial, Helvetica, sans-serif;
  123. color: #898989;
  124. top: 4px;
  125. right: 11px;
  126. text-align: right;
  127. margin: 0;
  128. padding: 0;
  129. max-width: 100%;
  130. }
  131. .colorpicker_hex {
  132. position: absolute;
  133. width: 72px;
  134. height: 22px;
  135. background: url(images/custom_hex.png) top;
  136. left: 212px;
  137. top: 142px;
  138. }
  139. .colorpicker_hex input[type="text"] {
  140. right: 6px;
  141. }
  142. .colorpicker_field {
  143. height: 22px;
  144. width: 62px;
  145. background-position: top;
  146. position: absolute;
  147. }
  148. .colorpicker_field span {
  149. position: absolute;
  150. width: 12px;
  151. height: 22px;
  152. overflow: hidden;
  153. top: 0;
  154. right: 0;
  155. cursor: n-resize;
  156. }
  157. .colorpicker_rgb_r {
  158. background-image: url(images/custom_rgb_r.png);
  159. top: 52px;
  160. left: 212px;
  161. }
  162. .colorpicker_rgb_g {
  163. background-image: url(images/custom_rgb_g.png);
  164. top: 82px;
  165. left: 212px;
  166. }
  167. .colorpicker_rgb_b {
  168. background-image: url(images/custom_rgb_b.png);
  169. top: 112px;
  170. left: 212px;
  171. }
  172. .colorpicker_hsb_h {
  173. background-image: url(images/custom_hsb_h.png);
  174. top: 52px;
  175. left: 282px;
  176. }
  177. .colorpicker_hsb_s {
  178. background-image: url(images/custom_hsb_s.png);
  179. top: 82px;
  180. left: 282px;
  181. }
  182. .colorpicker_hsb_b {
  183. background-image: url(images/custom_hsb_b.png);
  184. top: 112px;
  185. left: 282px;
  186. }
  187. .colorpicker_submit {
  188. position: absolute;
  189. width: 22px;
  190. height: 22px;
  191. background: url(images/custom_submit.png) top;
  192. left: 322px;
  193. top: 142px;
  194. overflow: hidden;
  195. }
  196. .colorpicker_focus { background-position: center }
  197. .colorpicker_hex.colorpicker_focus { background-position: bottom }
  198. .colorpicker_submit.colorpicker_focus { background-position: bottom }
  199. .colorpicker_slider { background-position: bottom }
  200. @media only screen and (min-width: 100px) and (max-width: 960px) { .style-picker { display: none } }