jhue.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757
  1. .topbar-inner, .topbar {
  2. background-image: -webkit-linear-gradient(top, #2c7fb3, #01639c);
  3. background-image: -moz-linear-gradient(top, #2c7fb3, #01639c);
  4. background-color: #01639c;
  5. background-repeat: repeat-x;
  6. }
  7. .topbar div > ul .active > a, .nav .active > a {
  8. background-image: -webkit-linear-gradient(top, #266d99, #015382);
  9. background-image: -moz-linear-gradient(top, #266d99, #015382);
  10. background-color: #015382;
  11. font-weight: bold;
  12. }
  13. .topbar a {
  14. color: #CFCFCF;
  15. }
  16. .btn.primary {
  17. background-color: #01639c;
  18. background-image: -moz-linear-gradient(center top , #2c7fb3, #01639c);
  19. background-repeat: repeat-x;
  20. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  21. color: #FFFFFF;
  22. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  23. }
  24. .withTitle {
  25. top: 60px!important;
  26. }
  27. .clear {
  28. clear:both;
  29. }
  30. .sectionbar {
  31. background-color: #E5E5E5;
  32. background-image: linear-gradient(top, rgb(255,255,255) 0%, rgb(229,229,229) 100%);
  33. background-image: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(229,229,229) 100%);
  34. background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(229,229,229) 100%);
  35. background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(229,229,229) 100%);
  36. background-image: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(229,229,229) 100%);
  37. background-image: -webkit-gradient(
  38. linear,
  39. left top,
  40. left bottom,
  41. color-stop(0, rgb(255,255,255)),
  42. color-stop(1, rgb(229,229,229))
  43. );
  44. height:40px;
  45. border-bottom:1px solid #CBCBCB;
  46. padding-top:10px;
  47. }
  48. .sectionbar h2 {
  49. font-size: 20px;
  50. font-weight: 400;
  51. padding-left:20px;
  52. float:left;
  53. }
  54. .sectionbar h2.selected {
  55. color:#01639C;
  56. }
  57. .sectionbar h2.subsection, .sectionbar h2.subsubsection {
  58. padding-left:6px;
  59. }
  60. .sectionbar h3 {
  61. float:left;
  62. padding-left:6px;
  63. color:#CCC;
  64. font-size:12px;
  65. }
  66. .sectionbar a {
  67. float:right;
  68. margin-right:14px;
  69. color:#1F92D8;
  70. padding-top:7px;
  71. text-shadow: 0 -1px 0 #E5E5E5;
  72. }
  73. .toolbar {
  74. float:right;
  75. }
  76. .toolbar ul {
  77. list-style: none outside none;
  78. display: inline;
  79. }
  80. .toolbar li {
  81. display: inline;
  82. }
  83. .wordbreak {
  84. max-width:500px;
  85. word-wrap:break-word;
  86. }
  87. .menubar {
  88. height: 30px;
  89. left: 0;
  90. overflow: visible;
  91. position: fixed;
  92. right: 0;
  93. top: 40px;
  94. z-index: 9999;
  95. }
  96. .menubar-inner, .menubar .fill {
  97. background-color: #d0e1f4;
  98. background-image: -moz-linear-gradient(center top , #d0e1f4, #d0e1f4);
  99. background-image: -webkit-linear-gradient(top, #d0e1f4, #d0e1f4);
  100. background-repeat: repeat-x;
  101. }
  102. .menubar-inner a {
  103. color:#333;
  104. font-weight:bold;
  105. }
  106. .menubar-inner a:hover {
  107. color:#01639C;
  108. }
  109. .menubar-inner a.selected {
  110. color:#FFFFFF;
  111. padding:2px;
  112. padding-left:10px;
  113. padding-right:10px;
  114. margin-top:8px;
  115. background-color: #01639C;
  116. background-image: -moz-linear-gradient(center top , #01639C, #015382);
  117. background-repeat: repeat-x;
  118. box-shadow: 0 0 3px #015382 inset;
  119. -moz-box-shadow: 0 0 3px #015382 inset;
  120. -webkit-box-shadow: 0 0 3px #015382 inset;
  121. border-radius: 30px;
  122. }
  123. .menubar-inner a.disabled {
  124. cursor: default;
  125. opacity: 0.65;
  126. }
  127. .menubar-inner a.disabled:hover {
  128. color:#333;
  129. }
  130. .hidden {
  131. display:none;
  132. }
  133. .pull-right {
  134. color:#CFCFCF;
  135. }
  136. .pull-right a {
  137. font-weight:bold;
  138. }
  139. code {
  140. line-height:1.4em;
  141. }
  142. .noPadding {
  143. padding:0;
  144. }
  145. .folder {
  146. background: url(../images/folder.png) no-repeat left center;
  147. padding-left:20px;
  148. }
  149. .file {
  150. background: url(../images/file.png) no-repeat left center;
  151. padding-left:20px;
  152. }
  153. .contextMenu {
  154. display:none;
  155. }
  156. .contextItem {
  157. cursor:pointer;
  158. }
  159. .fieldError {
  160. border-color: #EE5F5B;
  161. color: #B94A48;
  162. }
  163. ul.errorlist {
  164. list-style: none outside none;
  165. margin: 0;
  166. }
  167. ul.errorlist li {
  168. color: #B94A48;
  169. padding:2px;
  170. font-weight:bold;
  171. font-style:italic;
  172. }
  173. /*********************************************************
  174. * From: http://datatables.net/blog/Twitter_Bootstrap
  175. */
  176. div.dataTables_length label {
  177. width: 460px;
  178. float: left;
  179. text-align: left;
  180. }
  181. div.dataTables_length select {
  182. width: 75px;
  183. }
  184. div.dataTables_filter label {
  185. float: right;
  186. width: 460px;
  187. }
  188. div.dataTables_info {
  189. padding-top: 8px;
  190. }
  191. div.dataTables_paginate {
  192. float: right;
  193. margin: 0;
  194. }
  195. /*
  196. *********************************************************/
  197. /* Pagination nested */
  198. .paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
  199. height: 19px;
  200. width: 19px;
  201. margin-left: 3px;
  202. float: left;
  203. }
  204. .paginate_disabled_previous {
  205. background-image: url('../art/datatables/back_disabled.jpg');
  206. }
  207. .paginate_enabled_previous {
  208. background-image: url('../art/datatables/back_enabled.jpg');
  209. }
  210. .paginate_disabled_next {
  211. background-image: url('../art/datatables/forward_disabled.jpg');
  212. }
  213. .paginate_enabled_next {
  214. background-image: url('../art/datatables/forward_enabled.jpg');
  215. }
  216. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  217. * DataTables display
  218. */
  219. table.display {
  220. margin: 0 auto;
  221. clear: both;
  222. width: 100%;
  223. /* Note Firefox 3.5 and before have a bug with border-collapse
  224. * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 )
  225. * border-spacing: 0; is one possible option. Conditional-css.com is
  226. * useful for this kind of thing
  227. *
  228. * Further note IE 6/7 has problems when calculating widths with border width.
  229. * It subtracts one px relative to the other browsers from the first column, and
  230. * adds one to the end...
  231. *
  232. * If you want that effect I'd suggest setting a border-top/left on th/td's and
  233. * then filling in the gaps with other borders.
  234. */
  235. }
  236. table.display thead th {
  237. padding: 3px 18px 3px 10px;
  238. border-bottom: 1px solid black;
  239. font-weight: bold;
  240. cursor: pointer;
  241. * cursor: hand;
  242. }
  243. table.display tfoot th {
  244. padding: 3px 18px 3px 10px;
  245. border-top: 1px solid black;
  246. font-weight: bold;
  247. }
  248. table.display tr.heading2 td {
  249. border-bottom: 1px solid #aaa;
  250. }
  251. table.display td {
  252. padding: 3px 10px;
  253. }
  254. table.display td.center {
  255. text-align: center;
  256. }
  257. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  258. * DataTables sorting
  259. */
  260. .sorting_asc {
  261. background: url('../art/datatables/sort_asc.png') no-repeat center right;
  262. }
  263. .sorting_desc {
  264. background: url('../art/datatables/sort_desc.png') no-repeat center right;
  265. }
  266. .sorting {
  267. background: url('../art/datatables/sort_both.png') no-repeat center right;
  268. }
  269. .sorting_asc_disabled {
  270. background: url('../art/datatables/sort_asc_disabled.png') no-repeat center right;
  271. }
  272. .sorting_desc_disabled {
  273. background: url('../art/datatables/sort_desc_disabled.png') no-repeat center right;
  274. }
  275. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  276. * DataTables row classes
  277. */
  278. table.display tr.odd.gradeA {
  279. background-color: #ddffdd;
  280. }
  281. table.display tr.even.gradeA {
  282. background-color: #eeffee;
  283. }
  284. table.display tr.odd.gradeC {
  285. background-color: #ddddff;
  286. }
  287. table.display tr.even.gradeC {
  288. background-color: #eeeeff;
  289. }
  290. table.display tr.odd.gradeX {
  291. background-color: #ffdddd;
  292. }
  293. table.display tr.even.gradeX {
  294. background-color: #ffeeee;
  295. }
  296. table.display tr.odd.gradeU {
  297. background-color: #ddd;
  298. }
  299. table.display tr.even.gradeU {
  300. background-color: #eee;
  301. }
  302. tr.odd {
  303. background-color: #E8F1F7;
  304. }
  305. tr.even {
  306. background-color: white;
  307. }
  308. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  309. * Misc
  310. */
  311. .dataTables_scroll {
  312. clear: both;
  313. }
  314. .dataTables_scrollBody {
  315. *margin-top: -1px;
  316. }
  317. .top, .bottom {
  318. padding: 15px;
  319. background-color: #F5F5F5;
  320. border: 1px solid #CCCCCC;
  321. }
  322. .top .dataTables_info {
  323. float: none;
  324. }
  325. .clear {
  326. clear: both;
  327. }
  328. .dataTables_empty {
  329. text-align: center;
  330. }
  331. tfoot input {
  332. margin: 0.5em 0;
  333. width: 100%;
  334. color: #444;
  335. }
  336. tfoot input.search_init {
  337. color: #999;
  338. }
  339. td.group {
  340. background-color: #d1cfd0;
  341. border-bottom: 2px solid #A19B9E;
  342. border-top: 2px solid #A19B9E;
  343. }
  344. td.details {
  345. background-color: #d1cfd0;
  346. border: 2px solid #A19B9E;
  347. }
  348. .example_alt_pagination div.dataTables_info {
  349. width: 40%;
  350. }
  351. .paging_full_numbers {
  352. width: 400px;
  353. height: 22px;
  354. line-height: 22px;
  355. }
  356. .paging_full_numbers span.paginate_button,
  357. .paging_full_numbers span.paginate_active {
  358. border: 1px solid #aaa;
  359. -webkit-border-radius: 5px;
  360. -moz-border-radius: 5px;
  361. padding: 2px 5px;
  362. margin: 0 3px;
  363. cursor: pointer;
  364. *cursor: hand;
  365. }
  366. .paging_full_numbers span.paginate_button {
  367. background-color: #ddd;
  368. }
  369. .paging_full_numbers span.paginate_button:hover {
  370. background-color: #ccc;
  371. }
  372. .paging_full_numbers span.paginate_active {
  373. background-color: #99B3FF;
  374. }
  375. table.display tr.even.row_selected td {
  376. background-color: #B0BED9;
  377. }
  378. table.display tr.odd.row_selected td {
  379. background-color: #9FAFD1;
  380. }
  381. /*
  382. * Sorting classes for columns
  383. */
  384. /* For the standard odd/even
  385. tr.odd td.sorting_1 {
  386. background-color: #E8F1F7;
  387. }
  388. tr.odd td.sorting_2 {
  389. background-color: #DADCFF;
  390. }
  391. tr.odd td.sorting_3 {
  392. background-color: #E0E2FF;
  393. }
  394. tr.even td.sorting_1 {
  395. background-color: #E8F1F7;
  396. }
  397. tr.even td.sorting_2 {
  398. background-color: #F2F3FF;
  399. }
  400. tr.even td.sorting_3 {
  401. background-color: #F9F9FF;
  402. }
  403. */
  404. /* For the Conditional-CSS grading rows */
  405. /*
  406. Colour calculations (based off the main row colours)
  407. Level 1:
  408. dd > c4
  409. ee > d5
  410. Level 2:
  411. dd > d1
  412. ee > e2
  413. */
  414. tr.odd.gradeA td.sorting_1 {
  415. background-color: #c4ffc4;
  416. }
  417. tr.odd.gradeA td.sorting_2 {
  418. background-color: #d1ffd1;
  419. }
  420. tr.odd.gradeA td.sorting_3 {
  421. background-color: #d1ffd1;
  422. }
  423. tr.even.gradeA td.sorting_1 {
  424. background-color: #d5ffd5;
  425. }
  426. tr.even.gradeA td.sorting_2 {
  427. background-color: #e2ffe2;
  428. }
  429. tr.even.gradeA td.sorting_3 {
  430. background-color: #e2ffe2;
  431. }
  432. tr.odd.gradeC td.sorting_1 {
  433. background-color: #c4c4ff;
  434. }
  435. tr.odd.gradeC td.sorting_2 {
  436. background-color: #d1d1ff;
  437. }
  438. tr.odd.gradeC td.sorting_3 {
  439. background-color: #d1d1ff;
  440. }
  441. tr.even.gradeC td.sorting_1 {
  442. background-color: #d5d5ff;
  443. }
  444. tr.even.gradeC td.sorting_2 {
  445. background-color: #e2e2ff;
  446. }
  447. tr.even.gradeC td.sorting_3 {
  448. background-color: #e2e2ff;
  449. }
  450. tr.odd.gradeX td.sorting_1 {
  451. background-color: #ffc4c4;
  452. }
  453. tr.odd.gradeX td.sorting_2 {
  454. background-color: #ffd1d1;
  455. }
  456. tr.odd.gradeX td.sorting_3 {
  457. background-color: #ffd1d1;
  458. }
  459. tr.even.gradeX td.sorting_1 {
  460. background-color: #ffd5d5;
  461. }
  462. tr.even.gradeX td.sorting_2 {
  463. background-color: #ffe2e2;
  464. }
  465. tr.even.gradeX td.sorting_3 {
  466. background-color: #ffe2e2;
  467. }
  468. tr.odd.gradeU td.sorting_1 {
  469. background-color: #c4c4c4;
  470. }
  471. tr.odd.gradeU td.sorting_2 {
  472. background-color: #d1d1d1;
  473. }
  474. tr.odd.gradeU td.sorting_3 {
  475. background-color: #d1d1d1;
  476. }
  477. tr.even.gradeU td.sorting_1 {
  478. background-color: #d5d5d5;
  479. }
  480. tr.even.gradeU td.sorting_2 {
  481. background-color: #e2e2e2;
  482. }
  483. tr.even.gradeU td.sorting_3 {
  484. background-color: #e2e2e2;
  485. }
  486. /*
  487. * Row highlighting example
  488. */
  489. .ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
  490. background-color: #ECFFB3;
  491. }
  492. .ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
  493. background-color: #E6FF99;
  494. }
  495. .ex_highlight_row #example tr.even:hover {
  496. background-color: #ECFFB3;
  497. }
  498. .ex_highlight_row #example tr.even:hover td.sorting_1 {
  499. background-color: #DDFF75;
  500. }
  501. .ex_highlight_row #example tr.even:hover td.sorting_2 {
  502. background-color: #E7FF9E;
  503. }
  504. .ex_highlight_row #example tr.even:hover td.sorting_3 {
  505. background-color: #E2FF89;
  506. }
  507. .ex_highlight_row #example tr.odd:hover {
  508. background-color: #E6FF99;
  509. }
  510. .ex_highlight_row #example tr.odd:hover td.sorting_1 {
  511. background-color: #D6FF5C;
  512. }
  513. .ex_highlight_row #example tr.odd:hover td.sorting_2 {
  514. background-color: #E0FF84;
  515. }
  516. .ex_highlight_row #example tr.odd:hover td.sorting_3 {
  517. background-color: #DBFF70;
  518. }
  519. /*
  520. * KeyTable
  521. */
  522. table.KeyTable td {
  523. border: 3px solid transparent;
  524. }
  525. table.KeyTable td.focus {
  526. border: 3px solid #3366FF;
  527. }
  528. table.display tr.gradeA {
  529. background-color: #eeffee;
  530. }
  531. table.display tr.gradeC {
  532. background-color: #ddddff;
  533. }
  534. table.display tr.gradeX {
  535. background-color: #ffdddd;
  536. }
  537. table.display tr.gradeU {
  538. background-color: #ddd;
  539. }
  540. div.box {
  541. height: 100px;
  542. padding: 10px;
  543. overflow: auto;
  544. border: 1px solid #8080FF;
  545. background-color: #E5E5FF;
  546. }
  547. /*
  548. * jHueSelector
  549. */
  550. .jHueSelector {
  551. border:1px solid #CCC;
  552. padding:0;
  553. margin:0;
  554. width:300px;
  555. }
  556. .jHueSelectorHeader {
  557. background-color:#CCC;
  558. padding:4px;
  559. }
  560. .jHueSelector label {
  561. width:10px;
  562. float: none;
  563. padding-left:4px;
  564. }
  565. .jHueSelector label input[type=checkbox] {
  566. margin-right:3px;
  567. }
  568. .jHueSelectorHeader input[type=text] {
  569. float:right;
  570. width:100px;
  571. height:11px;
  572. }
  573. .jHueSelectorBody {
  574. height:150px;
  575. overflow:auto;
  576. }
  577. .jHueSelector ul, li {
  578. margin: 0;
  579. padding: 0;
  580. }
  581. .jHueSelector ul {
  582. padding:4px;
  583. list-style: none;
  584. }
  585. .jHueSelector li.selectorDivider {
  586. background-color:#EEE;
  587. padding:4px;
  588. }
  589. .modal-body iframe {
  590. border:0;
  591. width:100%;
  592. height:100%;
  593. overflow:hidden;
  594. }
  595. .modal-body iframe.scroll {
  596. overflow:auto;
  597. }