jquery-ui-dialog-rtl.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  1. /*! This file is auto-generated */
  2. /*!
  3. * jQuery UI CSS Framework 1.11.4
  4. * http://jqueryui.com
  5. *
  6. * Copyright jQuery Foundation and other contributors
  7. * Released under the MIT license.
  8. * http://jquery.org/license
  9. *
  10. * http://api.jqueryui.com/category/theming/
  11. */
  12. /* Layout helpers
  13. ----------------------------------*/
  14. .ui-helper-hidden {
  15. display: none;
  16. }
  17. .ui-helper-hidden-accessible {
  18. border: 0;
  19. clip: rect(0 0 0 0);
  20. height: 1px;
  21. margin: -1px;
  22. overflow: hidden;
  23. padding: 0;
  24. position: absolute;
  25. width: 1px;
  26. }
  27. .ui-helper-reset {
  28. margin: 0;
  29. padding: 0;
  30. border: 0;
  31. outline: 0;
  32. line-height: 1.3;
  33. text-decoration: none;
  34. font-size: 100%;
  35. list-style: none;
  36. }
  37. .ui-helper-clearfix:before,
  38. .ui-helper-clearfix:after {
  39. content: "";
  40. display: table;
  41. border-collapse: collapse;
  42. }
  43. .ui-helper-clearfix:after {
  44. clear: both;
  45. }
  46. .ui-helper-clearfix {
  47. min-height: 0; /* support: IE7 */
  48. }
  49. .ui-helper-zfix {
  50. width: 100%;
  51. height: 100%;
  52. top: 0;
  53. right: 0;
  54. position: absolute;
  55. opacity: 0;
  56. filter:Alpha(Opacity=0); /* support: IE8 */
  57. }
  58. .ui-front {
  59. z-index: 100;
  60. }
  61. /* Interaction Cues
  62. ----------------------------------*/
  63. .ui-state-disabled {
  64. cursor: default !important;
  65. }
  66. /* Icons
  67. ----------------------------------*/
  68. /* states and images */
  69. .ui-icon {
  70. display: block;
  71. text-indent: -99999px;
  72. overflow: hidden;
  73. background-repeat: no-repeat;
  74. }
  75. /* Misc visuals
  76. ----------------------------------*/
  77. /* Overlays */
  78. .ui-widget-overlay {
  79. position: fixed;
  80. top: 0;
  81. right: 0;
  82. width: 100%;
  83. height: 100%;
  84. }
  85. /*!
  86. * jQuery UI Resizable 1.11.4
  87. * http://jqueryui.com
  88. *
  89. * Copyright jQuery Foundation and other contributors
  90. * Released under the MIT license.
  91. * http://jquery.org/license
  92. */
  93. .ui-resizable {
  94. position: relative;
  95. }
  96. .ui-resizable-handle {
  97. position: absolute;
  98. font-size: 0.1px;
  99. display: block;
  100. touch-action: none;
  101. }
  102. .ui-resizable-disabled .ui-resizable-handle,
  103. .ui-resizable-autohide .ui-resizable-handle {
  104. display: none;
  105. }
  106. .ui-resizable-n {
  107. cursor: n-resize;
  108. height: 7px;
  109. width: 100%;
  110. top: -5px;
  111. right: 0;
  112. }
  113. .ui-resizable-s {
  114. cursor: s-resize;
  115. height: 7px;
  116. width: 100%;
  117. bottom: -5px;
  118. right: 0;
  119. }
  120. /* rtl:ignore */
  121. .ui-resizable-e {
  122. cursor: e-resize;
  123. width: 7px;
  124. right: -5px;
  125. top: 0;
  126. height: 100%;
  127. }
  128. /* rtl:ignore */
  129. .ui-resizable-w {
  130. cursor: w-resize;
  131. width: 7px;
  132. left: -5px;
  133. top: 0;
  134. height: 100%;
  135. }
  136. /* rtl:ignore */
  137. .ui-resizable-se {
  138. cursor: se-resize;
  139. width: 12px;
  140. height: 12px;
  141. right: 1px;
  142. bottom: 1px;
  143. }
  144. /* rtl:ignore */
  145. .ui-resizable-sw {
  146. cursor: sw-resize;
  147. width: 9px;
  148. height: 9px;
  149. left: -5px;
  150. bottom: -5px;
  151. }
  152. /* rtl:ignore */
  153. .ui-resizable-nw {
  154. cursor: nw-resize;
  155. width: 9px;
  156. height: 9px;
  157. left: -5px;
  158. top: -5px;
  159. }
  160. /* rtl:ignore */
  161. .ui-resizable-ne {
  162. cursor: ne-resize;
  163. width: 9px;
  164. height: 9px;
  165. right: -5px;
  166. top: -5px;
  167. }
  168. /* WP buttons: see buttons.css. */
  169. .ui-button {
  170. display: inline-block;
  171. text-decoration: none;
  172. font-size: 13px;
  173. line-height: 2;
  174. height: 28px;
  175. margin: 0;
  176. padding: 0 10px 1px;
  177. cursor: pointer;
  178. border-width: 1px;
  179. border-style: solid;
  180. -webkit-appearance: none;
  181. border-radius: 3px;
  182. white-space: nowrap;
  183. box-sizing: border-box;
  184. color: #50575e;
  185. border-color: #c3c4c7;
  186. background: #f6f7f7;
  187. box-shadow: 0 1px 0 #c3c4c7;
  188. vertical-align: top;
  189. }
  190. .ui-button:active,
  191. .ui-button:focus {
  192. outline: none;
  193. }
  194. /* Remove the dotted border on :focus and the extra padding in Firefox */
  195. .ui-button::-moz-focus-inner {
  196. border-width: 0;
  197. border-style: none;
  198. padding: 0;
  199. }
  200. .ui-button:hover,
  201. .ui-button:focus {
  202. background: #f6f7f7;
  203. border-color: #8c8f94;
  204. color: #1d2327;
  205. }
  206. .ui-button:focus {
  207. border-color: #4f94d4;
  208. box-shadow: 0 0 3px rgba(34, 113, 177, 0.8);
  209. }
  210. .ui-button:active {
  211. background: #f0f0f1;
  212. border-color: #8c8f94;
  213. box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
  214. }
  215. .ui-button[disabled],
  216. .ui-button:disabled {
  217. color: #a7aaad !important;
  218. border-color: #dcdcde !important;
  219. background: #f6f7f7 !important;
  220. box-shadow: none !important;
  221. text-shadow: 0 1px 0 #fff !important;
  222. cursor: default;
  223. transform: none !important;
  224. }
  225. @media screen and (max-width: 782px) {
  226. .ui-button {
  227. padding: 6px 14px;
  228. line-height: normal;
  229. font-size: 14px;
  230. vertical-align: middle;
  231. height: auto;
  232. margin-bottom: 4px;
  233. }
  234. }
  235. /* WP Theme */
  236. .ui-dialog {
  237. position: absolute;
  238. top: 0;
  239. right: 0;
  240. z-index: 100102;
  241. background-color: #fff;
  242. box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  243. overflow: hidden;
  244. }
  245. .ui-dialog-titlebar {
  246. background: #fff;
  247. border-bottom: 1px solid #dcdcde;
  248. height: 36px;
  249. font-size: 18px;
  250. font-weight: 600;
  251. line-height: 2;
  252. padding: 0 16px 0 36px;
  253. }
  254. .ui-button.ui-dialog-titlebar-close {
  255. background: none;
  256. border: none;
  257. box-shadow: none;
  258. color: #646970;
  259. cursor: pointer;
  260. display: block;
  261. padding: 0;
  262. position: absolute;
  263. top: 0;
  264. left: 0;
  265. width: 36px;
  266. height: 36px;
  267. text-align: center;
  268. border-radius: 0;
  269. overflow: hidden;
  270. }
  271. .ui-dialog-titlebar-close:before {
  272. font: normal 20px/1 dashicons;
  273. vertical-align: top;
  274. speak: never;
  275. -webkit-font-smoothing: antialiased;
  276. -moz-osx-font-smoothing: grayscale;
  277. line-height: 1.8;
  278. width: 36px;
  279. height: 36px;
  280. content: "\f158";
  281. }
  282. .ui-button.ui-dialog-titlebar-close:hover,
  283. .ui-button.ui-dialog-titlebar-close:focus {
  284. color: #135e96;
  285. }
  286. .ui-button.ui-dialog-titlebar-close:focus {
  287. box-shadow:
  288. 0 0 0 1px #4f94d4,
  289. 0 0 2px 1px rgba(79, 148, 212, 0.8);
  290. /* Only visible in Windows High Contrast mode */
  291. outline: 2px solid transparent;
  292. outline-offset: -2px;
  293. }
  294. .ui-dialog-content {
  295. padding: 16px;
  296. overflow: auto;
  297. }
  298. .ui-dialog-buttonpane {
  299. background: #fff;
  300. border-top: 1px solid #dcdcde;
  301. padding: 16px;
  302. }
  303. .ui-dialog-buttonpane .ui-button {
  304. margin-right: 16px;
  305. }
  306. .ui-dialog-buttonpane .ui-dialog-buttonset {
  307. float: left;
  308. }
  309. .ui-draggable .ui-dialog-titlebar {
  310. cursor: move;
  311. }
  312. .ui-widget-overlay {
  313. position: fixed;
  314. top: 0;
  315. right: 0;
  316. left: 0;
  317. bottom: 0;
  318. min-height: 360px;
  319. background: #000;
  320. opacity: 0.7;
  321. filter: alpha(opacity=70);
  322. z-index: 100101;
  323. }