ios6Common.css 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. /* jQuery-UI mods */
  2. /*.ui-dialog {
  3. top: 150px !important;
  4. left: 300px !important;
  5. }
  6. */
  7. .ui-corner-all {
  8. border-radius: 10px !important;
  9. }
  10. .ui-widget {
  11. font-family: Helvetica, Sans-serif !important;
  12. font-size: 14px !important;
  13. font-weight:bold !important;
  14. color:#000000 !important;
  15. text-shadow: 0px 1px #FFFFFF !important;
  16. }
  17. .ui-widget-content {
  18. background:none !important;
  19. color:inherit !important;
  20. }
  21. .ui-dialog table {
  22. border-spacing:5px!important;
  23. margin:0px!important;
  24. padding:0px!important;
  25. width:100%!important;
  26. }
  27. .ui-dialog .ui-dialog-titlebar { display:none; }
  28. .ui-button {
  29. color:#FFFFFF !important;
  30. text-shadow: 0px -1px #000000 !important;
  31. background:none !important;
  32. background-color:transparent !important;
  33. border:none !important;
  34. }
  35. .ui-widget-overlay {
  36. background:none !important;
  37. background-color:#000000 !important;
  38. opacity:0.5 !important;
  39. }
  40. .ui-dialog-buttonpane {
  41. background-image: -webkit-gradient(
  42. linear,
  43. right top,
  44. right bottom,
  45. color-stop(0, #C0E2FC),
  46. color-stop(0.02, #44AAF8),
  47. color-stop(0.04, #0589F5),
  48. color-stop(0.96, #015DE6),
  49. color-stop(0.98, #0157D8),
  50. color-stop(1, #014BBB),
  51. color-stop(1, #1B72FF)
  52. ) !important;
  53. background-image: -o-linear-gradient(bottom, #C0E2FC 0%, #44AAF8 2%, #0589F5 4%, #015DE6 96%, #0157D8 98%, #014BBB 100%, #1B72FF 100%) !important;
  54. background-image: -moz-linear-gradient(bottom, #C0E2FC 0%, #44AAF8 2%, #0589F5 4%, #015DE6 96%, #0157D8 98%, #014BBB 100%, #1B72FF 100%) !important;
  55. background-image: -webkit-linear-gradient(top, #C0E2FC 0%, #44AAF8 2%, #0589F5 4%, #015DE6 96%, #0157D8 98%, #014BBB 100%, #1B72FF 100%) !important;
  56. background-image: -ms-linear-gradient(bottom, #C0E2FC 0%, #44AAF8 2%, #0589F5 4%, #015DE6 96%, #0157D8 98%, #014BBB 100%, #1B72FF 100%) !important;
  57. background-image: linear-gradient(to bottom, #C0E2FC 0%, #44AAF8 2%, #0589F5 4%, #015DE6 96%, #0157D8 98%, #014BBB 100%, #1B72FF 100%) !important;
  58. height:44px;
  59. border-radius: 0px 0px 10px 10px !important;
  60. }
  61. .ui-dialog {
  62. background:none !important;
  63. background-image: -webkit-gradient(
  64. linear,
  65. right top,
  66. right bottom,
  67. color-stop(0, #F8F9FA),
  68. color-stop(0.02, #EBEDEF),
  69. color-stop(0.04, #E4E6EA),
  70. color-stop(0.96, #E2E5E8),
  71. color-stop(0.98, #D4D7D9),
  72. color-stop(1, #B7B9BB)
  73. ) !important;
  74. background-image: -o-linear-gradient(bottom, #F8F9FA 0%, #EBEDEF 2%, #E4E6EA 4%, #E2E5E8 96%, #D4D7D9 98%, #B7B9BB 100%) !important;
  75. background-image: -moz-linear-gradient(bottom, #F8F9FA 0%, #EBEDEF 2%, #E4E6EA 4%, #E2E5E8 96%, #D4D7D9 98%, #B7B9BB 100%) !important;
  76. background-image: -webkit-linear-gradient(top, #F8F9FA 0%, #EBEDEF 2%, #E4E6EA 4%, #E2E5E8 96%, #D4D7D9 98%, #B7B9BB 100%) !important;
  77. background-image: -ms-linear-gradient(bottom, #F8F9FA 0%, #EBEDEF 2%, #E4E6EA 4%, #E2E5E8 96%, #D4D7D9 98%, #B7B9BB 100%) !important;
  78. background-image: linear-gradient(to bottom, #F8F9FA 0%, #EBEDEF 2%, #E4E6EA 4%, #E2E5E8 96%, #D4D7D9 98%, #B7B9BB 100%) !important;
  79. }
  80. .checkbox {
  81. margin:0 auto;
  82. -webkit-user-select: none;
  83. -khtml-user-select: none;
  84. -moz-user-select: none;
  85. -o-user-select: none;
  86. user-select: none;
  87. position:relative;
  88. display: block;
  89. width:76px;
  90. height:26px;
  91. }
  92. .checkbox input[type=checkbox] {
  93. position:absolute;
  94. left:0;
  95. top:0;
  96. z-index:99;
  97. }
  98. .checkbox input[type=checkbox]:active{
  99. right:0px;
  100. }
  101. .checkbox input[type=checkbox] + label {
  102. position:absolute;
  103. left:0;
  104. top:0;
  105. display: block;
  106. cursor:pointer;
  107. width: 76px;
  108. overflow: hidden;
  109. background:#fff;
  110. -webkit-border-radius:3px;
  111. -moz-border-radius:3px;
  112. border-radius:3px;
  113. background:-webkit-linear-gradient(left, #2d5ba8 50%, #999 50%) no-repeat -20px 0;
  114. background:-moz-linear-gradient(left, #2d5ba8 50%, #999 50%) no-repeat -20px 0;
  115. -webkit-transition: background-position 0.3s ease-in-out;
  116. -moz-transition: background-position 0.3s ease-in-out;
  117. }
  118. .checkbox input[type=checkbox] + label span,
  119. .checkbox input[type=checkbox] + label span:before,
  120. .checkbox input[type=checkbox] + label span:after{
  121. text-align:center;
  122. display:block;
  123. width:50px;
  124. height:26px;
  125. line-height:26px;
  126. position:absolute;
  127. top:-1px;
  128. font-weight:bold;
  129. text-indent: 0;
  130. -webkit-box-shadow:inset 1px 2px 2px 0 rgba(0,0,0,.2);
  131. -moz-box-shadow:inset 1px 2px 2px 0 rgba(0,0,0,.2);
  132. box-shadow:inset 1px 2px 2px 0 rgba(0,0,0,.2);
  133. }
  134. .checkbox input[type=checkbox] + label span{
  135. text-indent: -9999px;
  136. top:0;
  137. position:relative;
  138. left:0;
  139. width:26px;
  140. -webkit-border-radius:3px;
  141. -moz-border-radius:3px;
  142. border-radius:3px;
  143. background:-webkit-linear-gradient(#efefef 1px, #cecece 1px, #fbfbfb);
  144. background:-moz-linear-gradient(#efefef 1px, #cecece 1px, #fbfbfb);
  145. -webkit-transition: left 0.3s ease-in-out;
  146. -moz-transition: left 0.3s ease-in-out;
  147. border:solid 1px;
  148. border-color: #919191 #9f9f9f #999999 #90aacf;
  149. -webkit-box-shadow:none;
  150. -moz-box-shadow:none;
  151. box-shadow:none;
  152. }
  153. .checkbox input[type=checkbox] + label span:before{
  154. color:#eee;
  155. text-shadow:0 1px rgba(255,255,255,.1), 0 -1px rgba(0,0,0,.3);
  156. content:"I";
  157. background-image: -webkit-gradient(
  158. linear,
  159. right top,
  160. right bottom,
  161. color-stop(0, #C0E2FC),
  162. color-stop(0.02, #44AAF8),
  163. color-stop(0.04, #0589F5),
  164. color-stop(0.96, #015DE6),
  165. color-stop(0.98, #0157D8),
  166. color-stop(1, #014BBB),
  167. color-stop(1, #1B72FF)
  168. ) !important;
  169. background-image: -o-linear-gradient(bottom, #C0E2FC 0%, #44AAF8 2%, #0589F5 4%, #015DE6 96%, #0157D8 98%, #014BBB 100%, #1B72FF 100%) !important;
  170. background-image: -moz-linear-gradient(bottom, #C0E2FC 0%, #44AAF8 2%, #0589F5 4%, #015DE6 96%, #0157D8 98%, #014BBB 100%, #1B72FF 100%) !important;
  171. background-image: -webkit-linear-gradient(top, #C0E2FC 0%, #44AAF8 2%, #0589F5 4%, #015DE6 96%, #0157D8 98%, #014BBB 100%, #1B72FF 100%) !important;
  172. background-image: -ms-linear-gradient(bottom, #C0E2FC 0%, #44AAF8 2%, #0589F5 4%, #015DE6 96%, #0157D8 98%, #014BBB 100%, #1B72FF 100%) !important;
  173. background-image: linear-gradient(to bottom, #C0E2FC 0%, #44AAF8 2%, #0589F5 4%, #015DE6 96%, #0157D8 98%, #014BBB 100%, #1B72FF 100%) !important;
  174. border-top:solid 1px #133676;
  175. border-bottom:solid 1px #6587b7;
  176. border-radius:1px 0 0 1px;
  177. left:-50px;
  178. }
  179. .checkbox input[type=checkbox] + label span:after{
  180. color:#888;
  181. content:"O";
  182. left:auto;
  183. right:-50px;
  184. background:-webkit-linear-gradient(#ddd, #eee);
  185. background:-moz-linear-gradient(#ddd, #eee);
  186. border-top:solid 1px #7d7d7d;
  187. border-bottom:solid 1px #c0c0c0;
  188. }
  189. .checkbox input[type=checkbox] + label:active span{
  190. left:0px;
  191. }
  192. .checkbox input[type=checkbox]:checked + label:active span{
  193. left:40px;
  194. }
  195. .checkbox input[type=checkbox]:checked + label span{
  196. left:50px;
  197. }
  198. .checkbox input[type=checkbox]:checked + label{
  199. background-position:20px;
  200. }
  201. .checkbox:before,
  202. .checkbox:after{
  203. content: " ";
  204. display:block;
  205. position:absolute;
  206. top:0;
  207. left:75px;
  208. width:1px;
  209. height:27px;
  210. border:solid #fff;
  211. border-width:1px 0;
  212. z-index:20;
  213. background:#999;
  214. }
  215. .checkbox:before{
  216. left:0;
  217. }
  218. .colorpicker_ct .slider { background: url(../jscolor/ct_background.svg); }
  219. .colorpicker_ct_mired .slider { background: url(../jscolor/ct_mired_background.svg); }
  220. .colorpicker_hue .slider { background: url(../jscolor/hue_background.svg); }
  221. .get,.set,.attr { margin-bottom:5px; float:left; }
  222. select.svgSrc { width:100px; }
  223. select.svgColumn { width:50px; }
  224. select.svgRegexp { width:120px; }
  225. /* jQuery-UI mods */
  226. div.ui-dialog { border:3px solid #278727; padding: 0.2em; }
  227. div.ui-dialog div.ui-dialog-titlebar { display:none; }
  228. div.ui-widget-content { background:#FFFFE7; }
  229. #fwmenu {
  230. position: absolute; z-index:1005;
  231. text-align:left; max-width:600px;
  232. font-weight: normal; font-size: 100%;
  233. background:#FFFFE7; border:1px solid #278727;
  234. }
  235. #fwmenu li a { color:#278727; }
  236. div#svgmarker {
  237. position: absolute; z-index:1005; padding: 6px 10px;
  238. text-align:left; max-width:600px;
  239. color:black; background:#999;
  240. border:1px solid #fff; border-radius:4px;
  241. }
  242. svg.zw_nr .zwBox { stroke:#c0c0c0; stroke-width:2px; fill:#f7f7f7; }
  243. svg.zw_nr .zwDongle { stroke:red; stroke-width:2px; fill:#f7f7f7; }
  244. svg.zw_nr .zwMargin { stroke:#c0c0c0; stroke-width:1px; fill:none; }
  245. svg.zw_nr .zwLine { stroke:#c0c0c0; stroke-width:1px; }
  246. svg.zw_nr .zwArrowHead { fill:#c0c0c0; stroke-width:1px; }
  247. svg.zw_nr { height:auto; width:auto; margin:0; }