Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

jquery-ui-dialog-rtl.css 6.1 KiB

pirms 3 gadiem
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. /*!
  2. * jQuery UI CSS Framework 1.11.4
  3. * http://jqueryui.com
  4. *
  5. * Copyright jQuery Foundation and other contributors
  6. * Released under the MIT license.
  7. * http://jquery.org/license
  8. *
  9. * http://api.jqueryui.com/category/theming/
  10. */
  11. /* Layout helpers
  12. ----------------------------------*/
  13. .ui-helper-hidden {
  14. display: none;
  15. }
  16. .ui-helper-hidden-accessible {
  17. border: 0;
  18. clip: rect(0 0 0 0);
  19. height: 1px;
  20. margin: -1px;
  21. overflow: hidden;
  22. padding: 0;
  23. position: absolute;
  24. width: 1px;
  25. }
  26. .ui-helper-reset {
  27. margin: 0;
  28. padding: 0;
  29. border: 0;
  30. outline: 0;
  31. line-height: 1.3;
  32. text-decoration: none;
  33. font-size: 100%;
  34. list-style: none;
  35. }
  36. .ui-helper-clearfix:before,
  37. .ui-helper-clearfix:after {
  38. content: "";
  39. display: table;
  40. border-collapse: collapse;
  41. }
  42. .ui-helper-clearfix:after {
  43. clear: both;
  44. }
  45. .ui-helper-clearfix {
  46. min-height: 0; /* support: IE7 */
  47. }
  48. .ui-helper-zfix {
  49. width: 100%;
  50. height: 100%;
  51. top: 0;
  52. right: 0;
  53. position: absolute;
  54. opacity: 0;
  55. filter:Alpha(Opacity=0); /* support: IE8 */
  56. }
  57. .ui-front {
  58. z-index: 100;
  59. }
  60. /* Interaction Cues
  61. ----------------------------------*/
  62. .ui-state-disabled {
  63. cursor: default !important;
  64. }
  65. /* Icons
  66. ----------------------------------*/
  67. /* states and images */
  68. .ui-icon {
  69. display: block;
  70. text-indent: -99999px;
  71. overflow: hidden;
  72. background-repeat: no-repeat;
  73. }
  74. /* Misc visuals
  75. ----------------------------------*/
  76. /* Overlays */
  77. .ui-widget-overlay {
  78. position: fixed;
  79. top: 0;
  80. right: 0;
  81. width: 100%;
  82. height: 100%;
  83. }
  84. /*!
  85. * jQuery UI Resizable 1.11.4
  86. * http://jqueryui.com
  87. *
  88. * Copyright jQuery Foundation and other contributors
  89. * Released under the MIT license.
  90. * http://jquery.org/license
  91. */
  92. .ui-resizable {
  93. position: relative;
  94. }
  95. .ui-resizable-handle {
  96. position: absolute;
  97. font-size: 0.1px;
  98. display: block;
  99. -ms-touch-action: none;
  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: 26px;
  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. -webkit-border-radius: 3px;
  182. border-radius: 3px;
  183. white-space: nowrap;
  184. -webkit-box-sizing: border-box;
  185. -moz-box-sizing: border-box;
  186. box-sizing: border-box;
  187. color: #555;
  188. border-color: #cccccc;
  189. background: #f7f7f7;
  190. -webkit-box-shadow: 0 1px 0 #cccccc;
  191. box-shadow: 0 1px 0 #cccccc;
  192. vertical-align: top;
  193. }
  194. .ui-button:active,
  195. .ui-button:focus {
  196. outline: none;
  197. }
  198. /* Remove the dotted border on :focus and the extra padding in Firefox */
  199. .ui-button::-moz-focus-inner {
  200. border-width: 0;
  201. border-style: none;
  202. padding: 0;
  203. }
  204. .ui-button:hover,
  205. .ui-button:focus {
  206. background: #fafafa;
  207. border-color: #999;
  208. color: #23282d;
  209. }
  210. .ui-button:focus {
  211. border-color: #5b9dd9;
  212. -webkit-box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
  213. box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
  214. }
  215. .ui-button:active {
  216. background: #eee;
  217. border-color: #999;
  218. -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
  219. box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
  220. -webkit-transform: translateY(1px);
  221. -ms-transform: translateY(1px);
  222. transform: translateY(1px);
  223. }
  224. .ui-button[disabled],
  225. .ui-button:disabled {
  226. color: #a0a5aa !important;
  227. border-color: #ddd !important;
  228. background: #f7f7f7 !important;
  229. -webkit-box-shadow: none !important;
  230. box-shadow: none !important;
  231. text-shadow: 0 1px 0 #fff !important;
  232. cursor: default;
  233. -webkit-transform: none !important;
  234. -ms-transform: none !important;
  235. transform: none !important;
  236. }
  237. @media screen and ( max-width: 782px ) {
  238. .ui-button {
  239. padding: 6px 14px;
  240. line-height: normal;
  241. font-size: 14px;
  242. vertical-align: middle;
  243. height: auto;
  244. margin-bottom: 4px;
  245. }
  246. }
  247. /* WP Theme */
  248. .ui-dialog {
  249. position: absolute;
  250. top: 0;
  251. right: 0;
  252. z-index: 100102;
  253. background-color: #fff;
  254. -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
  255. box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
  256. }
  257. .ui-dialog-titlebar {
  258. background: #fcfcfc;
  259. border-bottom: 1px solid #dfdfdf;
  260. height: 36px;
  261. font-size: 18px;
  262. font-weight: 600;
  263. line-height: 36px;
  264. padding: 0 16px 0 36px;
  265. }
  266. .ui-button.ui-dialog-titlebar-close {
  267. background: none;
  268. border: none;
  269. -webkit-box-shadow: none;
  270. box-shadow: none;
  271. color: #666;
  272. cursor: pointer;
  273. display: block;
  274. padding: 0;
  275. position: absolute;
  276. top: 0;
  277. left: 0;
  278. width: 36px;
  279. height: 36px;
  280. text-align: center;
  281. }
  282. .ui-dialog-titlebar-close:before {
  283. font: normal 20px/1 dashicons;
  284. vertical-align: top;
  285. speak: none;
  286. -webkit-font-smoothing: antialiased;
  287. -moz-osx-font-smoothing: grayscale;
  288. line-height: 36px;
  289. width: 36px;
  290. height: 36px;
  291. content: '\f158';
  292. }
  293. .ui-button.ui-dialog-titlebar-close:hover {
  294. color: #00a0d2;
  295. }
  296. .ui-dialog-titlebar-close .ui-button-text {
  297. display: none;
  298. }
  299. .ui-dialog-content {
  300. padding: 16px;
  301. overflow: auto;
  302. }
  303. .ui-dialog-buttonpane {
  304. background: #fcfcfc;
  305. border-top: 1px solid #dfdfdf;
  306. padding: 16px;
  307. }
  308. .ui-dialog-buttonpane .ui-button {
  309. margin-right: 16px;
  310. }
  311. .ui-dialog-buttonpane .ui-dialog-buttonset {
  312. float: left;
  313. }
  314. .ui-draggable .ui-dialog-titlebar {
  315. cursor: move;
  316. }
  317. .ui-widget-overlay {
  318. position: fixed;
  319. top: 0;
  320. right: 0;
  321. left: 0;
  322. bottom: 0;
  323. min-height: 360px;
  324. background: #000;
  325. opacity: 0.7;
  326. filter: alpha(opacity=70);
  327. z-index: 100101;
  328. }