jquery-ui-themeroller.css 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862
  1. /*
  2. * jQuery UI screen structure and presentation
  3. * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
  4. * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
  5. * Visit ThemeRoller.com
  6. */
  7. /*
  8. * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size.
  9. * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px.
  10. * body {font-size: 62.5%;}
  11. */
  12. /*UI accordion*/
  13. .ui-accordion {
  14. /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  15. font-family: Arial, sans-serif;
  16. font-size: 1.3em;
  17. border-bottom: 1px solid #000000;
  18. }
  19. .ui-accordion-group {
  20. /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  21. border: 1px solid #000000;
  22. border-bottom: none;
  23. }
  24. .ui-accordion-header {
  25. /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  26. cursor: pointer;
  27. background: #2d2c2a url(images/2d2c2a_40x100_textures_09_dots_small_33.png) 0 50% repeat-x;
  28. }
  29. .ui-accordion-header a {
  30. /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  31. display: block;
  32. font-size: 1em;
  33. font-weight: bold;
  34. text-decoration: none;
  35. padding: .5em .5em .5em 1.7em;
  36. color: #ffffff;
  37. background: url(images/00498f_7x7_arrow_right.gif) .5em 50% no-repeat;
  38. }
  39. .ui-accordion-header a:hover {
  40. background: url(images/000000_7x7_arrow_right.gif) .5em 50% no-repeat;
  41. color: #ffffff;
  42. }
  43. .ui-accordion-header:hover {
  44. background: #00498f url(images/00498f_40x100_textures_09_dots_small_40.png) 0 50% repeat-x;
  45. color: #ffffff;
  46. }
  47. .selected .ui-accordion-header, .selected .ui-accordion-header:hover {
  48. background: #111111 url(images/111111_40x100_textures_03_highlight_soft_20.png) 0 50% repeat-x;
  49. }
  50. .selected .ui-accordion-header a, .selected .ui-accordion-header a:hover {
  51. color: #478fff;
  52. background: url(images/00498f_7x7_arrow_down.gif) .5em 50% no-repeat;
  53. }
  54. .ui-accordion-content {
  55. background: #111111 url(images/111111_40x100_textures_01_flat_0.png) 0 0 repeat-x;
  56. color: #d9d9d9;
  57. font-size: 1em;
  58. }
  59. .ui-accordion-content p {
  60. padding: 1em 1.7em 0.6em;
  61. }
  62. /*UI tabs*/
  63. .ui-tabs-nav {
  64. /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  65. font-family: Arial, sans-serif;
  66. font-size: 1.3em;
  67. float: left;
  68. position: relative;
  69. z-index: 1;
  70. border-right: 1px solid #000000;
  71. bottom: -1px;
  72. }
  73. .ui-tabs-nav li {
  74. /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  75. float: left;
  76. border: 1px solid #000000;
  77. border-right: none;
  78. }
  79. .ui-tabs-nav li a {
  80. /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  81. float: left;
  82. font-size: 1em;
  83. font-weight: bold;
  84. text-decoration: none;
  85. padding: .5em 1.7em;
  86. color: #ffffff;
  87. background: #2d2c2a url(images/2d2c2a_40x100_textures_09_dots_small_33.png) 0 50% repeat-x;
  88. }
  89. .ui-tabs-nav li a:hover {
  90. background: #00498f url(images/00498f_40x100_textures_09_dots_small_40.png) 0 50% repeat-x;
  91. color: #ffffff;
  92. }
  93. .ui-tabs-nav li.ui-tabs-selected {
  94. border-bottom-color: #111111;
  95. }
  96. .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
  97. background: #111111 url(images/111111_40x100_textures_03_highlight_soft_20.png) 0 50% repeat-x;
  98. color: #478fff;
  99. }
  100. .ui-tabs-panel {
  101. /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  102. font-family: Arial, sans-serif;
  103. clear:left;
  104. /*border: 1px solid #000000;*/
  105. /*background: #111111 url(images/111111_40x100_textures_01_flat_0.png) 0 0 repeat-x;*/
  106. background: #000;
  107. color: #d9d9d9;
  108. padding: 1.5em 1.7em;
  109. font-size: 1.3em;
  110. border: 0px;
  111. }
  112. .ui-tabs-hide {
  113. display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
  114. }
  115. /*slider*/
  116. .ui-slider {
  117. /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  118. font-family: Arial, sans-serif;
  119. font-size: 1.3em;
  120. background: #111111 url(images/111111_40x100_textures_01_flat_0.png) 0 0 repeat-x;
  121. border: 1px solid #dddddd;
  122. height: .8em;
  123. position: relative;
  124. }
  125. .ui-slider-handle {
  126. /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  127. position: absolute;
  128. z-index: 2;
  129. top: -3px;
  130. width: 1.2em;
  131. height: 1.2em;
  132. background: #2d2c2a url(images/2d2c2a_40x100_textures_09_dots_small_33.png) 0 50% repeat-x;
  133. border: 1px solid #000000;
  134. }
  135. .ui-slider-handle:hover {
  136. background: #00498f url(images/00498f_40x100_textures_09_dots_small_40.png) 0 50% repeat-x;
  137. border: 1px solid #dddddd;
  138. }
  139. .ui-slider-handle-active, .ui-slider-handle-active:hover {
  140. background: #111111 url(images/111111_40x100_textures_03_highlight_soft_20.png) 0 50% repeat-x;
  141. border: 1px solid #00498f;
  142. }
  143. .ui-slider-range {
  144. /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  145. height: .8em;
  146. background: #00498f url(images/00498f_40x100_textures_09_dots_small_40.png) 0 50% repeat-x;
  147. position: absolute;
  148. border: 1px solid #000000;
  149. border-left: 0;
  150. border-right: 0;
  151. top: -1px;
  152. z-index: 1;
  153. opacity:.7;
  154. filter:Alpha(Opacity=70);
  155. }
  156. /*dialog*/
  157. .ui-dialog {
  158. /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  159. font-family: Arial, sans-serif;
  160. font-size: 1.3em;
  161. background: #111111 url(images/111111_40x100_textures_01_flat_0.png) 0 0 repeat-x;
  162. color: #d9d9d9;
  163. border: 4px solid #dddddd;
  164. position: relative;
  165. }
  166. .ui-resizable-handle {
  167. position: absolute;
  168. font-size: 0.1px;
  169. z-index: 99999;
  170. }
  171. .ui-resizable .ui-resizable-handle {
  172. display: block;
  173. }
  174. body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
  175. body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
  176. .ui-resizable-n {
  177. cursor: n-resize;
  178. height: 7px;
  179. width: 100%;
  180. top: -5px;
  181. left: 0px;
  182. }
  183. .ui-resizable-s {
  184. cursor: s-resize;
  185. height: 7px;
  186. width: 100%;
  187. bottom: -5px;
  188. left: 0px;
  189. }
  190. .ui-resizable-e {
  191. cursor: e-resize;
  192. width: 7px;
  193. right: -5px;
  194. top: 0px;
  195. height: 100%;
  196. }
  197. .ui-resizable-w {
  198. cursor: w-resize;
  199. width: 7px;
  200. left: -5px;
  201. top: 0px;
  202. height: 100%;
  203. }
  204. .ui-resizable-se {
  205. cursor: se-resize;
  206. width: 13px;
  207. height: 13px;
  208. right: 0px;
  209. bottom: 0px;
  210. background: url(images/222222_11x11_icon_resize_se.gif) no-repeat 0 0;
  211. }
  212. .ui-resizable-sw {
  213. cursor: sw-resize;
  214. width: 9px;
  215. height: 9px;
  216. left: 0px;
  217. bottom: 0px;
  218. }
  219. .ui-resizable-nw {
  220. cursor: nw-resize;
  221. width: 9px;
  222. height: 9px;
  223. left: 0px;
  224. top: 0px;
  225. }
  226. .ui-resizable-ne {
  227. cursor: ne-resize;
  228. width: 9px;
  229. height: 9px;
  230. right: 0px;
  231. top: 0px;
  232. }
  233. .ui-dialog-titlebar {
  234. /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  235. padding: .5em 1.5em .5em 1em;
  236. color: #ffffff;
  237. background: #2d2c2a url(images/2d2c2a_40x100_textures_09_dots_small_33.png) 0 50% repeat-x;
  238. border-bottom: 1px solid #000000;
  239. font-size: 1em;
  240. font-weight: bold;
  241. position: relative;
  242. }
  243. .ui-dialog-title {}
  244. .ui-dialog-titlebar-close {
  245. /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  246. background: url(images/00498f_11x11_icon_close.gif) 0 0 no-repeat;
  247. position: absolute;
  248. right: 8px;
  249. top: .7em;
  250. width: 11px;
  251. height: 11px;
  252. z-index: 100;
  253. }
  254. .ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
  255. background: url(images/000000_11x11_icon_close.gif) 0 0 no-repeat;
  256. }
  257. .ui-dialog-titlebar-close:active {
  258. background: url(images/00498f_11x11_icon_close.gif) 0 0 no-repeat;
  259. }
  260. .ui-dialog-titlebar-close span {
  261. display: none;
  262. }
  263. .ui-dialog-content {
  264. /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  265. color: #d9d9d9;
  266. padding: 1.5em 1.7em;
  267. }
  268. .ui-dialog-buttonpane {
  269. position: absolute;
  270. bottom: 0;
  271. width: 100%;
  272. text-align: left;
  273. border-top: 1px solid #dddddd;
  274. background: #111111;
  275. }
  276. .ui-dialog-buttonpane button {
  277. margin: .5em 0 .5em 8px;
  278. color: #ffffff;
  279. background: #2d2c2a url(images/2d2c2a_40x100_textures_09_dots_small_33.png) 0 50% repeat-x;
  280. font-size: 1em;
  281. border: 1px solid #000000;
  282. cursor: pointer;
  283. padding: .2em .6em .3em .6em;
  284. line-height: 1.4em;
  285. }
  286. .ui-dialog-buttonpane button:hover {
  287. color: #ffffff;
  288. background: #00498f url(images/00498f_40x100_textures_09_dots_small_40.png) 0 50% repeat-x;
  289. border: 1px solid #dddddd;
  290. }
  291. .ui-dialog-buttonpane button:active {
  292. color: #478fff;
  293. background: #111111 url(images/111111_40x100_textures_03_highlight_soft_20.png) 0 50% repeat-x;
  294. border: 1px solid #00498f;
  295. }
  296. /* This file skins dialog */
  297. .ui-dialog.ui-draggable .ui-dialog-titlebar,
  298. .ui-dialog.ui-draggable .ui-dialog-titlebar {
  299. cursor: move;
  300. }
  301. /*datepicker*/
  302. /* Main Style Sheet for jQuery UI date picker */
  303. .ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
  304. /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  305. font-family: Arial, sans-serif;
  306. background: #111111 url(images/111111_40x100_textures_01_flat_0.png) 0 0 repeat-x;
  307. font-size: 1.3em;
  308. border: 4px solid #dddddd;
  309. width: 15.5em;
  310. padding: 2.5em .5em .5em .5em;
  311. position: relative;
  312. }
  313. .ui-datepicker-div, #ui-datepicker-div {
  314. z-index: 9999; /*must have*/
  315. display: none;
  316. }
  317. .ui-datepicker-inline {
  318. float: left;
  319. display: block;
  320. }
  321. .ui-datepicker-control {
  322. display: none;
  323. }
  324. .ui-datepicker-current {
  325. display: none;
  326. }
  327. .ui-datepicker-next, .ui-datepicker-prev {
  328. position: absolute;
  329. left: .5em;
  330. top: .5em;
  331. background: #2d2c2a url(images/2d2c2a_40x100_textures_09_dots_small_33.png) 0 50% repeat-x;
  332. }
  333. .ui-datepicker-next {
  334. left: 14.6em;
  335. }
  336. .ui-datepicker-next:hover, .ui-datepicker-prev:hover {
  337. background: #00498f url(images/00498f_40x100_textures_09_dots_small_40.png) 0 50% repeat-x;
  338. }
  339. .ui-datepicker-next a, .ui-datepicker-prev a {
  340. text-indent: -999999px;
  341. width: 1.3em;
  342. height: 1.4em;
  343. display: block;
  344. font-size: 1em;
  345. background: url(images/00498f_7x7_arrow_left.gif) 50% 50% no-repeat;
  346. border: 1px solid #000000;
  347. cursor: pointer;
  348. }
  349. .ui-datepicker-next a {
  350. background: url(images/00498f_7x7_arrow_right.gif) 50% 50% no-repeat;
  351. }
  352. .ui-datepicker-prev a:hover {
  353. background: url(images/000000_7x7_arrow_left.gif) 50% 50% no-repeat;
  354. }
  355. .ui-datepicker-next a:hover {
  356. background: url(images/000000_7x7_arrow_right.gif) 50% 50% no-repeat;
  357. }
  358. .ui-datepicker-prev a:active {
  359. background: url(images/00498f_7x7_arrow_left.gif) 50% 50% no-repeat;
  360. }
  361. .ui-datepicker-next a:active {
  362. background: url(images/00498f_7x7_arrow_right.gif) 50% 50% no-repeat;
  363. }
  364. .ui-datepicker-header select {
  365. border: 1px solid #000000;
  366. color: #ffffff;
  367. background: #2d2c2a;
  368. font-size: 1em;
  369. line-height: 1.4em;
  370. position: absolute;
  371. top: .5em;
  372. margin: 0 !important;
  373. }
  374. .ui-datepicker-header option:focus, .ui-datepicker-header option:hover {
  375. background: #00498f;
  376. }
  377. .ui-datepicker-header select.ui-datepicker-new-month {
  378. width: 7em;
  379. left: 2.2em;
  380. }
  381. .ui-datepicker-header select.ui-datepicker-new-year {
  382. width: 5em;
  383. left: 9.4em;
  384. }
  385. table.ui-datepicker {
  386. width: 15.5em;
  387. text-align: right;
  388. }
  389. table.ui-datepicker td a {
  390. padding: .1em .3em .1em 0;
  391. display: block;
  392. color: #ffffff;
  393. background: #2d2c2a url(images/2d2c2a_40x100_textures_09_dots_small_33.png) 0 50% repeat-x;
  394. cursor: pointer;
  395. border: 1px solid #111111;
  396. }
  397. table.ui-datepicker td a:hover {
  398. border: 1px solid #dddddd;
  399. color: #ffffff;
  400. background: #00498f url(images/00498f_40x100_textures_09_dots_small_40.png) 0 50% repeat-x;
  401. }
  402. table.ui-datepicker td a:active {
  403. border: 1px solid #00498f;
  404. color: #478fff;
  405. background: #111111 url(images/111111_40x100_textures_03_highlight_soft_20.png) 0 50% repeat-x;
  406. }
  407. table.ui-datepicker .ui-datepicker-title-row td {
  408. padding: .3em 0;
  409. text-align: center;
  410. font-size: .9em;
  411. color: #d9d9d9;
  412. text-transform: uppercase;
  413. }
  414. table.ui-datepicker .ui-datepicker-title-row td a {
  415. color: #d9d9d9;
  416. }
  417. .ui-datepicker-cover {
  418. display: none;
  419. display/**/: block;
  420. position: absolute;
  421. z-index: -1;
  422. filter: mask();
  423. top: -4px;
  424. left: -4px;
  425. width: 193px;
  426. height: 200px;
  427. }
  428. /* ui-autocomplete */
  429. /*
  430. .ui-autocomplete-input {
  431. border: 1px solid #dddddd;
  432. color: #d9d9d9;
  433. background: #111111;
  434. }
  435. */
  436. .ui-autocomplete-results {
  437. /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  438. font-family: Arial, sans-serif;
  439. font-size: 1.3em;
  440. z-index: 9999;
  441. }
  442. .ui-autocomplete-results ul, .ui-autocomplete-results li {
  443. margin: 0;
  444. padding: 0;
  445. list-style: none;
  446. }
  447. .ui-autocomplete-results ul {
  448. border: 1px solid #dddddd;
  449. background: #111111 url(images/111111_40x100_textures_01_flat_0.png) 0 0 repeat-x;
  450. border-top: 0;
  451. border-bottom: 0;
  452. margin-bottom: -1px;
  453. }
  454. .ui-autocomplete-results li {
  455. color: #d9d9d9;
  456. padding: .4em .5em;
  457. font-size: 1em;
  458. font-weight: normal;
  459. position: relative;
  460. margin: 1px 0;
  461. }
  462. .ui-autocomplete-results li.ui-hover-state, .ui-autocomplete-results li.ui-active-state {
  463. margin: 0;
  464. }
  465. .ui-autocomplete-results li.ui-autocomplete-over {
  466. border-top: 1px solid #dddddd;
  467. border-bottom: 1px solid #dddddd;
  468. background: #00498f url(images/00498f_40x100_textures_09_dots_small_40.png) 0 50% repeat-x;
  469. color: #ffffff !important;
  470. }
  471. .ui-autocomplete-results li.ui-autocomplete-active {
  472. border-top: 1px solid #00498f;
  473. border-bottom: 1px solid #00498f;
  474. background: #111111 url(images/111111_40x100_textures_03_highlight_soft_20.png) 0 50% repeat-x;
  475. color: #478fff !important;
  476. outline: none;
  477. }
  478. .ui-autocomplete-results li:first-child, .ui-autocomplete-results li.first {
  479. margin-top: 0;
  480. }
  481. .ui-autocomplete-results li:last-child, .ui-autocomplete-results li.last {
  482. margin-bottom: 0;
  483. }
  484. /*UI ProgressBar */
  485. .ui-progressbar {
  486. /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  487. font-family: Arial, sans-serif;
  488. font-size: 1.3em;
  489. background: #111111 url(images/111111_40x100_textures_01_flat_0.png) 0 0 repeat-x;
  490. border: 1px solid #dddddd;
  491. position: relative;
  492. height: 1.8em;
  493. }
  494. .ui-progressbar-bar {
  495. background: #2d2c2a url(images/2d2c2a_40x100_textures_09_dots_small_33.png) 0 50% repeat-x;
  496. overflow: hidden;
  497. border: 1px solid #000000;
  498. margin:-1px;
  499. z-index: 2;
  500. position: relative;
  501. height: 1.8em;
  502. opacity:.7;
  503. filter:Alpha(Opacity=70);
  504. }
  505. .ui-progressbar-wrap {
  506. position: absolute;
  507. top: 0;
  508. left: 0;
  509. }
  510. .ui-progressbar-text {
  511. color: #ffffff;
  512. padding: .2em .5em;
  513. font-weight: bold;
  514. position: absolute;
  515. top: 0;
  516. left: 0;
  517. }
  518. .ui-progressbar-text-back {
  519. color: #d9d9d9;
  520. z-index: 0;
  521. }
  522. .ui-progressbar-disabled {
  523. opacity:.5;
  524. filter:Alpha(Opacity=50);
  525. }
  526. /*UI Colorpicker */
  527. .ui-colorpicker {
  528. /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  529. font-family: Arial, sans-serif;
  530. font-size: 1.3em;
  531. background: #111111 url(images/111111_40x100_textures_01_flat_0.png) 0 0 repeat-x;
  532. border: 4px solid #dddddd;
  533. padding: 5px;
  534. width: 360px;
  535. position: absolute;
  536. z-index:100;
  537. display:none;
  538. }
  539. .ui-colorpicker-color {
  540. float: left;
  541. width: 150px;
  542. height: 150px;
  543. margin-right: 15px;
  544. }
  545. .ui-colorpicker-color div { /* is this extra div needed? why not just .ui-colorpicker-color ? */
  546. border: 1px solid #000000;
  547. height: 150px;
  548. background: url(images/colorpicker_overlay.png);
  549. position: relative;
  550. }
  551. .ui-colorpicker-color div div {/* shouldn't this have a class like ui-colorpicker-selector ? */
  552. width: 11px;
  553. height: 11px;
  554. background: url(images/colorpicker_select.gif);
  555. position: absolute;
  556. border: 0;
  557. margin: -5px 0 0 -5px;
  558. float: none;
  559. }
  560. .ui-colorpicker-hue {
  561. border: 1px solid #000000;
  562. float: left;
  563. width: 17px;
  564. height: 150px;
  565. background: url(images/_x_.);
  566. position: relative;
  567. margin-right: 15px;
  568. }
  569. .ui-colorpicker-hue div {
  570. background:transparent url(images/222222_35x9_colorpicker_indicator.gif.gif);
  571. height:9px;
  572. left:-9px;
  573. margin:-4px 0 0;
  574. position:absolute;
  575. width:35px;
  576. cursor: ns-resize;
  577. }
  578. .ui-colorpicker-new-color, .ui-colorpicker-current-color {
  579. float: left;
  580. width: 70px;/**/
  581. height: 30px;
  582. border: 1px solid #000000;
  583. margin-right: 5px;
  584. }
  585. .ui-colorpicker-current-color {
  586. margin-right: 0;
  587. }
  588. .ui-colorpicker-field, .ui-colorpicker-hex {
  589. position: absolute;
  590. width: 6em;
  591. }
  592. .ui-colorpicker-field label, .ui-colorpicker-field input,
  593. .ui-colorpicker-hex label, .ui-colorpicker-hex input {
  594. font-size: 1em;
  595. color: #00498f;
  596. }
  597. .ui-colorpicker-field label, .ui-colorpicker-hex label {
  598. width: 1em;
  599. margin-right: .3em;
  600. }
  601. .ui-colorpicker-field input, .ui-colorpicker-hex input {
  602. border: 1px solid #dddddd;
  603. color: #d9d9d9;
  604. background: #111111;
  605. width: 4.6em;
  606. }
  607. .ui-colorpicker-hex {
  608. left: 205px;
  609. top: 134px;
  610. }
  611. .ui-colorpicker-rgb-r {
  612. top: 52px;
  613. left: 205px;
  614. }
  615. .ui-colorpicker-rgb-g {
  616. top: 78px;
  617. left: 205px;
  618. }
  619. .ui-colorpicker-rgb-b {
  620. top: 105px;
  621. left: 205px;
  622. }
  623. .ui-colorpicker-hsb-h {
  624. top: 52px;
  625. left: 290px;
  626. }
  627. .ui-colorpicker-hsb-s {
  628. top: 78px;
  629. left: 290px;
  630. }
  631. .ui-colorpicker-hsb-b {
  632. top: 105px;
  633. left: 290px;
  634. }
  635. .ui-colorpicker-field label {
  636. font-weight: bold;
  637. }
  638. .ui-colorpicker-field span {
  639. width: 7px;
  640. background: url(images/00498f_11x11_icon_arrows_updown.gif) 50% 50% no-repeat;
  641. right: 5px;
  642. top: 0;
  643. height: 20px;
  644. position: absolute;
  645. }
  646. .ui-colorpicker-field span:hover {
  647. background: url(images/000000_11x11_icon_arrows_updown.gif) 50% 50% no-repeat;
  648. }
  649. .ui-colorpicker-submit {
  650. right: 14px;
  651. top: 134px;
  652. position: absolute;
  653. }
  654. /*
  655. Generic ThemeRoller Classes
  656. >> Make your jQuery Components ThemeRoller-Compatible!
  657. */
  658. /*component global class*/
  659. .ui-component {
  660. /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  661. font-family: Arial, sans-serif;
  662. font-size: 1.3em;
  663. }
  664. /*component content styles*/
  665. .ui-component-content {
  666. border: 1px solid #dddddd;
  667. background: #111111 url(images/111111_40x100_textures_01_flat_0.png) 0 0 repeat-x;
  668. color: #d9d9d9;
  669. }
  670. .ui-component-content a {
  671. color: #d9d9d9;
  672. text-decoration: underline;
  673. }
  674. /*component states*/
  675. .ui-default-state {
  676. border: 1px solid #000000;
  677. background: #2d2c2a url(images/2d2c2a_40x100_textures_09_dots_small_33.png) 0 50% repeat-x;
  678. font-weight: bold;
  679. color: #ffffff !important;
  680. }
  681. .ui-default-state a {
  682. color: #ffffff;
  683. }
  684. .ui-default-state:hover, .ui-hover-state {
  685. border: 1px solid #dddddd;
  686. background: #00498f url(images/00498f_40x100_textures_09_dots_small_40.png) 0 50% repeat-x;
  687. font-weight: bold;
  688. color: #ffffff !important;
  689. }
  690. .ui-hover-state a {
  691. color: #ffffff;
  692. }
  693. .ui-default-state:active, .ui-active-state {
  694. border: 1px solid #00498f;
  695. background: #111111 url(images/111111_40x100_textures_03_highlight_soft_20.png) 0 50% repeat-x;
  696. font-weight: bold;
  697. color: #478fff !important;
  698. outline: none;
  699. }
  700. .ui-active-state a {
  701. color: #478fff;
  702. outline: none;
  703. }
  704. /*icons*/
  705. .ui-arrow-right-default {background: url(images/00498f_7x7_arrow_right.gif) no-repeat 50% 50%;}
  706. .ui-arrow-right-default:hover, .ui-arrow-right-hover {background: url(images/000000_7x7_arrow_right.gif) no-repeat 50% 50%;}
  707. .ui-arrow-right-default:active, .ui-arrow-right-active {background: url(images/00498f_7x7_arrow_right.gif) no-repeat 50% 50%;}
  708. .ui-arrow-right-content {background: url(images/222222_7x7_arrow_right.gif) no-repeat 50% 50%;}
  709. .ui-arrow-left-default {background: url(images/00498f_7x7_arrow_left.gif) no-repeat 50% 50%;}
  710. .ui-arrow-left-default:hover, .ui-arrow-left-hover {background: url(images/000000_7x7_arrow_left.gif) no-repeat 50% 50%;}
  711. .ui-arrow-left-default:active, .ui-arrow-left-active {background: url(images/00498f_7x7_arrow_left.gif) no-repeat 50% 50%;}
  712. .ui-arrow-left-content {background: url(images/222222_7x7_arrow_left.gif) no-repeat 50% 50%;}
  713. .ui-arrow-down-default {background: url(images/00498f_7x7_arrow_down.gif) no-repeat 50% 50%;}
  714. .ui-arrow-down-default:hover, .ui-arrow-down-hover {background: url(images/000000_7x7_arrow_down.gif) no-repeat 50% 50%;}
  715. .ui-arrow-down-default:active, .ui-arrow-down-active {background: url(images/00498f_7x7_arrow_down.gif) no-repeat 50% 50%;}
  716. .ui-arrow-down-content {background: url(images/222222_7x7_arrow_down.gif) no-repeat 50% 50%;}
  717. .ui-arrow-up-default {background: url(images/00498f_7x7_arrow_up.gif) no-repeat 50% 50%;}
  718. .ui-arrow-up-default:hover, .ui-arrow-up-hover {background: url(images/000000_7x7_arrow_up.gif) no-repeat 50% 50%;}
  719. .ui-arrow-up-default:active, .ui-arrow-up-active {background: url(images/00498f_7x7_arrow_up.gif) no-repeat 50% 50%;}
  720. .ui-arrow-up-content {background: url(images/222222_7x7_arrow_up.gif) no-repeat 50% 50%;}
  721. .ui-close-default {background: url(images/00498f_11x11_icon_close.gif) no-repeat 50% 50%;}
  722. .ui-close-default:hover, .ui-close-hover {background: url(images/000000_11x11_icon_close.gif) no-repeat 50% 50%;}
  723. .ui-close-default:active, .ui-close-active {background: url(images/00498f_11x11_icon_close.gif) no-repeat 50% 50%;}
  724. .ui-close-content {background: url(images/00498f_11x11_icon_close.gif) no-repeat 50% 50%;}
  725. .ui-folder-closed-default {background: url(images/00498f_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
  726. .ui-folder-closed-default:hover, .ui-folder-closed-hover {background: url(images/000000_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
  727. .ui-folder-closed-default:active, .ui-folder-closed-active {background: url(images/00498f_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
  728. .ui-folder-closed-content {background: url(images/00498f_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
  729. .ui-folder-open-default {background: url(images/00498f_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
  730. .ui-folder-open-default:hover, .ui-folder-open-hover {background: url(images/000000_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
  731. .ui-folder-open-default:active, .ui-folder-open-active {background: url(images/00498f_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
  732. .ui-folder-open-content {background: url(images/00498f_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
  733. .ui-doc-default {background: url(images/00498f_11x11_icon_doc.gif) no-repeat 50% 50%;}
  734. .ui-doc-default:hover, .ui-doc-hover {background: url(images/000000_11x11_icon_doc.gif) no-repeat 50% 50%;}
  735. .ui-doc-default:active, .ui-doc-active {background: url(images/00498f_11x11_icon_doc.gif) no-repeat 50% 50%;}
  736. .ui-doc-content {background: url(images/222222_11x11_icon_doc.gif) no-repeat 50% 50%;}
  737. .ui-arrows-leftright-default {background: url(images/00498f_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
  738. .ui-arrows-leftright-default:hover, .ui-arrows-leftright-hover {background: url(images/000000_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
  739. .ui-arrows-leftright-default:active, .ui-arrows-leftright-active {background: url(images/00498f_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
  740. .ui-arrows-leftright-content {background: url(images/222222_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
  741. .ui-arrows-updown-default {background: url(images/00498f_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
  742. .ui-arrows-updown-default:hover, .ui-arrows-updown-hover {background: url(images/000000_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
  743. .ui-arrows-updown-default:active, .ui-arrows-updown-active {background: url(images/00498f_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
  744. .ui-arrows-updown-content {background: url(images/222222_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
  745. .ui-minus-default {background: url(images/00498f_11x11_icon_minus.gif) no-repeat 50% 50%;}
  746. .ui-minus-default:hover, .ui-minus-hover {background: url(images/000000_11x11_icon_minus.gif) no-repeat 50% 50%;}
  747. .ui-minus-default:active, .ui-minus-active {background: url(images/00498f_11x11_icon_minus.gif) no-repeat 50% 50%;}
  748. .ui-minus-content {background: url(images/222222_11x11_icon_minus.gif) no-repeat 50% 50%;}
  749. .ui-plus-default {background: url(images/00498f_11x11_icon_plus.gif) no-repeat 50% 50%;}
  750. .ui-plus-default:hover, .ui-plus-hover {background: url(images/000000_11x11_icon_plus.gif) no-repeat 50% 50%;}
  751. .ui-plus-default:active, .ui-plus-active {background: url(images/00498f_11x11_icon_plus.gif) no-repeat 50% 50%;}
  752. .ui-plus-content {background: url(images/222222_11x11_icon_plus.gif) no-repeat 50% 50%;}
  753. /*hidden elements*/
  754. .ui-hidden {
  755. display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
  756. }
  757. .ui-accessible-hidden {
  758. position: absolute; left: -99999999px;
  759. }
  760. /*reset styles*/
  761. .ui-reset {
  762. /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  763. }
  764. /*clearfix class*/
  765. .ui-clearfix:after {
  766. content: ".";
  767. display: block;
  768. height: 0;
  769. clear: both;
  770. visibility: hidden;
  771. }
  772. .ui-clearfix {display: inline-block;}
  773. /* Hides from IE-mac \*/
  774. * html .ui-clearfix {height: 1%;}
  775. .ui-clearfix {display: block;}
  776. /* End hide from IE-mac */
  777. /* Note: for resizable styles, use the styles listed above in the dialog section */