jquery-ui.css 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  1. /*! jQuery UI - v1.11.4 - 2016-06-01
  2. * http://jqueryui.com
  3. * Includes: core.css, autocomplete.css, menu.css, theme.css
  4. * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
  5. * Copyright jQuery Foundation and other contributors; Licensed MIT */
  6. /* Layout helpers
  7. ----------------------------------*/
  8. .ui-helper-hidden {
  9. display: none;
  10. }
  11. .ui-helper-hidden-accessible {
  12. border: 0;
  13. clip: rect(0 0 0 0);
  14. height: 1px;
  15. margin: -1px;
  16. overflow: hidden;
  17. padding: 0;
  18. position: absolute;
  19. width: 1px;
  20. }
  21. .ui-helper-reset {
  22. margin: 0;
  23. padding: 0;
  24. border: 0;
  25. outline: 0;
  26. line-height: 1.3;
  27. text-decoration: none;
  28. font-size: 100%;
  29. list-style: none;
  30. }
  31. .ui-helper-clearfix:before,
  32. .ui-helper-clearfix:after {
  33. content: "";
  34. display: table;
  35. border-collapse: collapse;
  36. }
  37. .ui-helper-clearfix:after {
  38. clear: both;
  39. }
  40. .ui-helper-clearfix {
  41. min-height: 0; /* support: IE7 */
  42. }
  43. .ui-helper-zfix {
  44. width: 100%;
  45. height: 100%;
  46. top: 0;
  47. left: 0;
  48. position: absolute;
  49. opacity: 0;
  50. filter:Alpha(Opacity=0); /* support: IE8 */
  51. }
  52. .ui-front {
  53. z-index: 100;
  54. }
  55. /* Interaction Cues
  56. ----------------------------------*/
  57. .ui-state-disabled {
  58. cursor: default !important;
  59. }
  60. /* Icons
  61. ----------------------------------*/
  62. /* states and images */
  63. .ui-icon {
  64. display: block;
  65. text-indent: -99999px;
  66. overflow: hidden;
  67. background-repeat: no-repeat;
  68. }
  69. /* Misc visuals
  70. ----------------------------------*/
  71. /* Overlays */
  72. .ui-widget-overlay {
  73. position: fixed;
  74. top: 0;
  75. left: 0;
  76. width: 100%;
  77. height: 100%;
  78. }
  79. .ui-autocomplete {
  80. position: absolute;
  81. top: 0;
  82. left: 0;
  83. cursor: default;
  84. }
  85. .ui-menu {
  86. list-style: none;
  87. padding: 0;
  88. margin: 0;
  89. display: block;
  90. outline: none;
  91. }
  92. .ui-menu .ui-menu {
  93. position: absolute;
  94. }
  95. .ui-menu .ui-menu-item {
  96. position: relative;
  97. margin: 0;
  98. padding: 3px 1em 3px .4em;
  99. cursor: pointer;
  100. min-height: 0; /* support: IE7 */
  101. /* support: IE10, see #8844 */
  102. list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  103. }
  104. .ui-menu .ui-menu-divider {
  105. margin: 5px 0;
  106. height: 0;
  107. font-size: 0;
  108. line-height: 0;
  109. border-width: 1px 0 0 0;
  110. }
  111. .ui-menu .ui-state-focus,
  112. .ui-menu .ui-state-active {
  113. margin: -1px;
  114. }
  115. /* icon support */
  116. .ui-menu-icons {
  117. position: relative;
  118. }
  119. .ui-menu-icons .ui-menu-item {
  120. padding-left: 2em;
  121. }
  122. /* left-aligned */
  123. .ui-menu .ui-icon {
  124. position: absolute;
  125. top: 0;
  126. bottom: 0;
  127. left: .2em;
  128. margin: auto 0;
  129. }
  130. /* right-aligned */
  131. .ui-menu .ui-menu-icon {
  132. left: auto;
  133. right: 0;
  134. }
  135. /* Component containers
  136. ----------------------------------*/
  137. .ui-widget {
  138. font-family: Arial,Helvetica,sans-serif;
  139. font-size: 1em;
  140. }
  141. .ui-widget .ui-widget {
  142. font-size: 1em;
  143. }
  144. .ui-widget input,
  145. .ui-widget select,
  146. .ui-widget textarea,
  147. .ui-widget button {
  148. font-family: Arial,Helvetica,sans-serif;
  149. font-size: 1em;
  150. }
  151. .ui-widget-content {
  152. border: 1px solid #dddddd;
  153. background: #ffffff;
  154. color: #333333;
  155. }
  156. .ui-widget-content a {
  157. color: #333333;
  158. }
  159. .ui-widget-header {
  160. border: 1px solid #dddddd;
  161. background: #e9e9e9;
  162. color: #333333;
  163. font-weight: bold;
  164. }
  165. .ui-widget-header a {
  166. color: #333333;
  167. }
  168. /* Interaction states
  169. ----------------------------------*/
  170. .ui-state-default,
  171. .ui-widget-content .ui-state-default,
  172. .ui-widget-header .ui-state-default {
  173. border: 1px solid #c5c5c5;
  174. background: #f6f6f6;
  175. font-weight: normal;
  176. color: #454545;
  177. }
  178. .ui-state-default a,
  179. .ui-state-default a:link,
  180. .ui-state-default a:visited {
  181. color: #454545;
  182. text-decoration: none;
  183. }
  184. .ui-state-hover,
  185. .ui-widget-content .ui-state-hover,
  186. .ui-widget-header .ui-state-hover,
  187. .ui-state-focus,
  188. .ui-widget-content .ui-state-focus,
  189. .ui-widget-header .ui-state-focus {
  190. border: 1px solid #cccccc;
  191. background: #ededed;
  192. font-weight: normal;
  193. color: #2b2b2b;
  194. }
  195. .ui-state-hover a,
  196. .ui-state-hover a:hover,
  197. .ui-state-hover a:link,
  198. .ui-state-hover a:visited,
  199. .ui-state-focus a,
  200. .ui-state-focus a:hover,
  201. .ui-state-focus a:link,
  202. .ui-state-focus a:visited {
  203. color: #2b2b2b;
  204. text-decoration: none;
  205. }
  206. .ui-state-active,
  207. .ui-widget-content .ui-state-active,
  208. .ui-widget-header .ui-state-active {
  209. border: 1px solid #003eff;
  210. background: #007fff;
  211. font-weight: normal;
  212. color: #ffffff;
  213. }
  214. .ui-state-active a,
  215. .ui-state-active a:link,
  216. .ui-state-active a:visited {
  217. color: #ffffff;
  218. text-decoration: none;
  219. }
  220. /* Interaction Cues
  221. ----------------------------------*/
  222. .ui-state-highlight,
  223. .ui-widget-content .ui-state-highlight,
  224. .ui-widget-header .ui-state-highlight {
  225. border: 1px solid #dad55e;
  226. background: #fffa90;
  227. color: #777620;
  228. }
  229. .ui-state-highlight a,
  230. .ui-widget-content .ui-state-highlight a,
  231. .ui-widget-header .ui-state-highlight a {
  232. color: #777620;
  233. }
  234. .ui-state-error,
  235. .ui-widget-content .ui-state-error,
  236. .ui-widget-header .ui-state-error {
  237. border: 1px solid #f1a899;
  238. background: #fddfdf;
  239. color: #5f3f3f;
  240. }
  241. .ui-state-error a,
  242. .ui-widget-content .ui-state-error a,
  243. .ui-widget-header .ui-state-error a {
  244. color: #5f3f3f;
  245. }
  246. .ui-state-error-text,
  247. .ui-widget-content .ui-state-error-text,
  248. .ui-widget-header .ui-state-error-text {
  249. color: #5f3f3f;
  250. }
  251. .ui-priority-primary,
  252. .ui-widget-content .ui-priority-primary,
  253. .ui-widget-header .ui-priority-primary {
  254. font-weight: bold;
  255. }
  256. .ui-priority-secondary,
  257. .ui-widget-content .ui-priority-secondary,
  258. .ui-widget-header .ui-priority-secondary {
  259. opacity: .7;
  260. filter:Alpha(Opacity=70); /* support: IE8 */
  261. font-weight: normal;
  262. }
  263. .ui-state-disabled,
  264. .ui-widget-content .ui-state-disabled,
  265. .ui-widget-header .ui-state-disabled {
  266. opacity: .35;
  267. filter:Alpha(Opacity=35); /* support: IE8 */
  268. background-image: none;
  269. }
  270. .ui-state-disabled .ui-icon {
  271. filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
  272. }
  273. /* Misc visuals
  274. ----------------------------------*/
  275. /* Corner radius */
  276. .ui-corner-all,
  277. .ui-corner-top,
  278. .ui-corner-left,
  279. .ui-corner-tl {
  280. border-top-left-radius: 3px;
  281. }
  282. .ui-corner-all,
  283. .ui-corner-top,
  284. .ui-corner-right,
  285. .ui-corner-tr {
  286. border-top-right-radius: 3px;
  287. }
  288. .ui-corner-all,
  289. .ui-corner-bottom,
  290. .ui-corner-left,
  291. .ui-corner-bl {
  292. border-bottom-left-radius: 3px;
  293. }
  294. .ui-corner-all,
  295. .ui-corner-bottom,
  296. .ui-corner-right,
  297. .ui-corner-br {
  298. border-bottom-right-radius: 3px;
  299. }
  300. /* Overlays */
  301. .ui-widget-overlay {
  302. background: #aaaaaa;
  303. opacity: .3;
  304. filter: Alpha(Opacity=30); /* support: IE8 */
  305. }
  306. .ui-widget-shadow {
  307. margin: 0px 0 0 0px;
  308. padding: 5px;
  309. background: #666666;
  310. opacity: .3;
  311. filter: Alpha(Opacity=30); /* support: IE8 */
  312. border-radius: 8px;
  313. }