helios.less 24 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177
  1. .clearfix:after {
  2. content: ".";
  3. display: block;
  4. clear: both;
  5. visibility: hidden;
  6. line-height: 0;
  7. height: 0;
  8. }
  9. .clearfix {
  10. display: inline-block;
  11. }
  12. html[xmlns] .clearfix {
  13. display: block;
  14. }
  15. * html .clearfix {
  16. height: 1%;
  17. }
  18. body.navigation .CodeMirror pre {
  19. cursor: pointer !important;
  20. }
  21. body[id="helios"] {
  22. font-size: 11px;
  23. font-family: "Bitstream Vera Sans", "Lucida Grande", "Segoe UI", helvetica, arial, sans-serif;
  24. background: #eee url(squared_metal.png) repeat;
  25. a {
  26. cursor: pointer;
  27. }
  28. i {
  29. opacity: 1;
  30. }
  31. [class^="icon-"], [class*=" icon-"] {
  32. margin-top: 0;
  33. }
  34. .CodeMirror {
  35. position: absolute;
  36. height: 100%;
  37. width: 100%;
  38. font-family: Consolas, "Liberation Mono", Courier, monospace;
  39. line-height: 16px;
  40. font-size: 13px;
  41. .CodeMirror-gutter.stops {
  42. width: 20px;
  43. }
  44. .highlighted.CodeMirror-linebackground {
  45. background-color: #ffffaa;
  46. }
  47. .CodeMirror-gutter-elt .stop {
  48. width: 16px;
  49. height: 16px;
  50. background: url('arrowRight.png');
  51. margin-left: 2px;
  52. }
  53. }
  54. .CodeMirror-hints {
  55. border-radius: 0;
  56. font-family: "Lucida Grande", "Segoe UI", helvetica, arial, sans-serif;
  57. font-size: 11px;
  58. line-height: 1em;
  59. padding: 0;
  60. max-height: 120px;
  61. }
  62. .CodeMirror-hint {
  63. border-radius: 0;
  64. padding: 0 10px;
  65. }
  66. .state {
  67. position: absolute;
  68. right: 15px;
  69. top: 10px;
  70. width: 16px;
  71. height: 16px;
  72. }
  73. .state.modified {
  74. background: transparent url('modified.png') 50% 50% no-repeat;
  75. }
  76. .editor {
  77. position: absolute;
  78. top: 0;
  79. bottom: 23px;
  80. left: 0;
  81. right: 0;
  82. }
  83. .hl_widget {
  84. &:focus {
  85. outline: 0 none;
  86. }
  87. }
  88. .buttons_bar {
  89. position: absolute;
  90. bottom: 0;
  91. right: 0;
  92. left: 0;
  93. z-index: 2;
  94. padding: 0px 25px;
  95. height: 21px;
  96. line-height: 18px;
  97. border-top: 1px solid #999;
  98. text-align: right;
  99. .button {
  100. height: 17px;
  101. font-size: 12px;
  102. min-width: 0;
  103. }
  104. }
  105. .btn.btn-default, .btn-group > .btn.btn-default, .btn-group > .dropdown-menu {
  106. padding: 2px 8px;
  107. }
  108. .navbar-fixed-top {
  109. font-size: 11px;
  110. line-height: 16px;
  111. min-height: 25px;
  112. margin: 0;
  113. border: 0;
  114. .navbar-header {
  115. border: 0;
  116. height: 25px;
  117. width: 100%;
  118. border-bottom: 1px solid #666;
  119. box-shadow: inset 0px 2px 2px #aaa;
  120. background: #bababa;
  121. .nav-tabs {
  122. height: 24px;
  123. }
  124. .nav-tabs > li > a {
  125. -webkit-border-radius: 0;
  126. -moz-border-radius: 0;
  127. border-radius: 0;
  128. //border: 0;
  129. margin: 0;
  130. height: 24px;
  131. }
  132. }
  133. ul {
  134. width: 100%;
  135. }
  136. }
  137. // content of top navigation tabs
  138. .navbar-fixed-top a span,
  139. .dialog .nav a span {
  140. padding: 1px;
  141. padding-left: 18px;
  142. background-position: center left;
  143. background-repeat: no-repeat;
  144. background-position: 0px center;
  145. height: 22px;
  146. }
  147. .navbar-fixed-top i {
  148. opacity: 0.4;
  149. margin-right: 5px;
  150. height: 12px;
  151. margin-top: 0;
  152. }
  153. .navbar-fixed-top .active i {
  154. opacity: 0.6;
  155. }
  156. // close icon on top navigation tabs
  157. .navbar-fixed-top i.close {
  158. width: 14px;
  159. height: 16px;
  160. margin-left: 4px;
  161. background-image: url('close.gif');
  162. margin-right: 0;
  163. background-position: center left;
  164. margin-top: 4px;
  165. }
  166. // images for top navigation tabs
  167. .navbar-fixed-top a,
  168. .dialog .nav a {
  169. span.references {
  170. background-image: url('references.png')
  171. }
  172. span.browser {
  173. background-image: url('browser.png')
  174. }
  175. span.sunit {
  176. background-image: url('test.png')
  177. }
  178. span.workspace {
  179. background-image: url('workspace.png')
  180. }
  181. span.debugger {
  182. background-image: url('debugger.png')
  183. }
  184. span.inspector {
  185. background-image: url('inspector.png')
  186. }
  187. }
  188. .new_tab {
  189. width: 20px;
  190. height: 24px;
  191. line-height: 24px;
  192. border-right: 0 none;
  193. position: absolute;
  194. top: 0px;
  195. right: 0px;
  196. z-index: 2000;
  197. a {
  198. color: #444;
  199. &:hover {
  200. text-decoration: none;
  201. }
  202. }
  203. .dropdown-menu {
  204. left: auto;
  205. float: right;
  206. right: 0;
  207. margin: 0;
  208. border: 0;
  209. }
  210. }
  211. .dropdown-menu {
  212. min-width: 0;
  213. text-align: left;
  214. }
  215. .navbar-nav {
  216. border: 0;
  217. > li {
  218. line-height: 16px;
  219. text-align: center;
  220. max-width: 300px;
  221. }
  222. .ui-sortable-handle a {
  223. height: 24px;
  224. border: 0;
  225. border-left: 1px solid #777;
  226. }
  227. }
  228. .navbar-nav > li > a {
  229. line-height: 22px;
  230. padding: 0px 8px;
  231. font-size: 11px;
  232. border-right: 1px solid #777;
  233. text-shadow: #ddd 0px 1px 0px;
  234. color: #222;
  235. span {
  236. display: block;
  237. overflow: hidden;
  238. }
  239. }
  240. .nav > li > a:hover {
  241. background: transparent;
  242. }
  243. .navbar-nav .ui-sortable-handle.inactive a {
  244. color: #222;
  245. background-image: linear-gradient(top, #bfbfbf, #b0b0b0);
  246. background-image: -webkit-linear-gradient(top, #bfbfbf, #b0b0b0);
  247. background-image: -moz-linear-gradient(top, #bfbfbf, #b0b0b0);
  248. background-image: -o-linear-gradient(top, #bfbfbf, #b0b0b0);
  249. text-shadow: 0 1px 0 #ddd;
  250. box-shadow: 0 0 0;
  251. }
  252. .navbar-nav > .inactive > a:hover,
  253. .navbar-nav > li > a:hover {
  254. color: #333;
  255. background-image: linear-gradient(top, #cfcfcf, #c0c0c0);
  256. background-image: -webkit-linear-gradient(top, #cfcfcf, #c0c0c0);
  257. background-image: -moz-linear-gradient(top, #cfcfcf, #c0c0c0);
  258. background-image: -o-linear-gradient(top, #cfcfcf, #c0c0c0);
  259. text-shadow: 0 1px 0 #ddd;
  260. box-shadow: 0 0 0;
  261. }
  262. .navbar-nav > .active > a,
  263. .navbar-nav > .active > a:hover,
  264. .navbar-nav > .active > a:focus,
  265. .navbar-nav .ui-sortable-handle a {
  266. color: #444;
  267. background-image: linear-gradient(top, #dfdfdf, #d0d0d0);
  268. background-image: -webkit-linear-gradient(top, #dfdfdf, #d0d0d0);
  269. background-image: -moz-linear-gradient(top, #dfdfdf, #d0d0d0);
  270. background-image: -o-linear-gradient(top, #dfdfdf, #d0d0d0);
  271. text-shadow: 0 1px 0 #ddd;
  272. box-shadow: 0 0 0;
  273. }
  274. .nav.navbar-nav .ui-sortable-handle a {
  275. border-left: 1px solid #777;
  276. }
  277. // package/class/category/methods lists
  278. .nav-pills.nav-stacked > li > a {
  279. border-radius: 0;
  280. -webkit-border-radius: 0;
  281. -moz-border-radius: 0;
  282. padding: 2px 2px 1px 4px;
  283. margin: 0;
  284. font-size: 11px;
  285. color: #111;
  286. white-space: nowrap;
  287. }
  288. [class^="icon-"], [class*=" icon-"] {
  289. margin-right: 2px;
  290. }
  291. .dropdown-menu {
  292. border-radius: 0;
  293. padding: 0;
  294. margin: 3px;
  295. }
  296. // this is the spotlight searchbox
  297. // it is a span created around the actual
  298. // typahead inputs
  299. .twitter-typeahead {
  300. float: right;
  301. top: 1px;
  302. right: 26px;
  303. height: 22px;
  304. }
  305. .typeahead {
  306. position: fixed;
  307. top: 0px;
  308. float: right;
  309. right: 0px;
  310. height: 100%;
  311. z-index: 1100;
  312. border: 1px solid #999;
  313. font-size: 11px;
  314. padding: 0 6px;
  315. border-radius: 10px;
  316. width: 200px;
  317. box-shadow: inset 0 0 2px 0 #ddd;
  318. &:focus {
  319. box-shadow: inset 0 0 2px 0 #08c;
  320. border-color: #08c;
  321. }
  322. }
  323. .tt-dropdown-menu {
  324. background-color: #ddd;
  325. width: 300px;
  326. max-height: 350px;
  327. overflow-y: auto;
  328. }
  329. .tt-hint {
  330. color: #999;
  331. }
  332. .tt-suggestion p {
  333. margin: 2px;
  334. font-size: 11px;
  335. }
  336. .tt-suggestion.tt-cursor {
  337. color: #fff;
  338. background-color: #0097cf;
  339. }
  340. .nav-pills > .active > a {
  341. background-color: #ddd;
  342. color: #fff;
  343. text-shadow: 0 0 0;
  344. }
  345. .focused .nav-pills {
  346. background-color: #f3f7fb;
  347. }
  348. .focused .nav-pills > .active > a,
  349. .nav-pills > .active > a:hover,
  350. .dropdown-menu li > a:hover,
  351. .dropdown-menu li > a:focus,
  352. .dropdown-menu .active > a,
  353. .dropdown-menu .active > a:hover,
  354. .CodeMirror-hint-active {
  355. background: rgba(95, 159, 228, 0.62);
  356. color: #fff;
  357. text-shadow: 0 0 0;
  358. }
  359. .welcome {
  360. position: fixed;
  361. top: 0;
  362. bottom: 0;
  363. left: 50%;
  364. margin-left: -170px;
  365. width: 340px;
  366. margin-top: 60px;
  367. text-shadow: 0 1px 0 #fafafa;
  368. color: #666;
  369. font-size: 14px;
  370. h2 {
  371. text-align: center;
  372. color: #666;
  373. }
  374. button {
  375. background: #eee;
  376. margin: 10px;
  377. padding: 20px;
  378. height: auto;
  379. width: 150px;
  380. }
  381. }
  382. .sunit.status {
  383. &.success {
  384. background: #43d443;
  385. }
  386. &.failure {
  387. background: #ecd443;
  388. }
  389. &.error {
  390. background: #e56f3b;
  391. }
  392. }
  393. .tool_container {
  394. position: absolute;
  395. top: 23px;
  396. bottom: 0;
  397. left: 0;
  398. right: 0;
  399. }
  400. .transcript textarea {
  401. width: 100%;
  402. height: 100%;
  403. margin: 0;
  404. padding: 0;
  405. border: 0;
  406. }
  407. .tool_container .panes {
  408. position: relative;
  409. height: 100%;
  410. width: 100%;
  411. overflow: hidden;
  412. }
  413. .tool_container .panes .pane {
  414. position: absolute;
  415. overflow: auto;
  416. top: 0;
  417. left: 0;
  418. right: 0;
  419. bottom: 0;
  420. background: #fefefe;
  421. }
  422. .tool_container .multi_pane {
  423. position: relative;
  424. height: 100%;
  425. width: auto;
  426. overflow-x: auto;
  427. }
  428. .tool_container .multi_pane .pane {
  429. height: 100%;
  430. max-width: 300px;
  431. border-right: 1px solid #888;
  432. }
  433. .tool_container .panes .pane > div {
  434. height: 100%;
  435. position: relative;
  436. }
  437. .tool_container .panes.horizontal > .pane {
  438. min-height: 50px;
  439. }
  440. .tool_container .panes.horizontal > .pane {
  441. top: 50%;
  442. }
  443. .tool_container .panes.horizontal > .pane:first-child {
  444. top: 0;
  445. bottom: 50%;
  446. }
  447. .tool_container .panes.vertical > .pane {
  448. left: 50%;
  449. }
  450. .tool_container .panes.vertical > .pane:first-child {
  451. left: 0;
  452. right: 50%;
  453. }
  454. .tool_container .splitter {
  455. position: absolute;
  456. border-width: 0;
  457. z-index: 10;
  458. }
  459. .tool_container .splitter.vertical {
  460. width: 5px;
  461. left: 50%;
  462. margin-left: -1px;
  463. border-left: 1px solid #888;
  464. height: 100%;
  465. float: left;
  466. cursor: ew-resize;
  467. }
  468. .tool_container .splitter.horizontal {
  469. top: 50%;
  470. height: 5px;
  471. margin-top: -1px;
  472. width: 100%;
  473. border-top: 1px solid #888;
  474. cursor: ns-resize;
  475. }
  476. .tool_container .panes .pane .nav-pills {
  477. position: absolute;
  478. overflow-y: auto;
  479. top: 17px;
  480. bottom: 17px;
  481. width: 100%;
  482. margin: 0;
  483. }
  484. .tool_container .pane .nav-pills i {
  485. display: inline-block;
  486. width: 16px;
  487. height: 16px;
  488. margin-right: 4px;
  489. background-image: none;
  490. background-position: top left;
  491. line-height: 14px;
  492. vertical-align: text-top;
  493. }
  494. .tool_container .pane .nav-pills i.announcement {
  495. background-image: url('announcement.png');
  496. }
  497. .tool_container .pane .nav-pills i.class {
  498. background-image: url('class.png');
  499. }
  500. .tool_container .pane .nav-pills i.collection {
  501. background-image: url('collection.png');
  502. }
  503. .tool_container .pane .nav-pills i.test {
  504. background-image: url('test.png');
  505. }
  506. .tool_container .pane .nav-pills i.exception {
  507. background-image: url('exception.png');
  508. }
  509. .tool_container .pane .nav-pills i.widget {
  510. background-image: url('widget.png');
  511. }
  512. .tool_container .pane .nav-pills i.magnitude {
  513. background-image: url('magnitude.png');
  514. }
  515. .tool_container .pane .nav-pills i.package {
  516. background-image: url('package.png');
  517. }
  518. .tool_container .pane .nav-pills i.package_dirty {
  519. background-image: url('package-dirty.png');
  520. }
  521. .tool_container .pane .nav-pills i.private {
  522. background-image: url('private.png');
  523. }
  524. .tool_container .pane .nav-pills i.extension {
  525. background-image: url('extension.png');
  526. }
  527. .tool_container .pane .nav-pills i.initialization {
  528. background-image: url('initialization.png');
  529. }
  530. .tool_container .pane .nav-pills i.package {
  531. background-image: url('package.png');
  532. }
  533. .tool_container .pane .nav-pills i.override {
  534. background-image: url('override.png ');
  535. }
  536. .tool_container .pane .nav-pills i.overridden {
  537. background-image: url('overridden.png');
  538. }
  539. .tool_container .pane .nav-pills i.override-overridden {
  540. background-image: url('override-overridden.png');
  541. }
  542. .tool_container .pane .nav-pills i.warning {
  543. background-image: url('warning.gif');
  544. }
  545. .tool_container .pane .nav-pills i.uncommented {
  546. background-image: url('uncommented.png');
  547. }
  548. .tool_container .list-label {
  549. font-size: 11px;
  550. border-radius: 0;
  551. border-bottom: 1px solid #999;
  552. border-top: 1px solid #eee;
  553. background-color: #eee;
  554. background-image: -webkit-linear-gradient(top, #eee, #ddd);
  555. background-image: -moz-linear-gradient(top, #eee, #ddd);
  556. background-image: -o-linear-gradient(top, #eee, #ddd);
  557. background-image: linear-gradient(top, #eee, #ddd);
  558. color: #444;
  559. font-weight: bold;
  560. text-shadow: 0 0 0;
  561. padding-left: 4px;
  562. line-height: 14px;
  563. height: 15px;
  564. text-shadow: 0 1px 0 #eee;
  565. }
  566. .tool_container .list-label .btn-group.cog {
  567. position: absolute;
  568. top: 0;
  569. right: 0;
  570. padding: 0;
  571. margin: 0;
  572. }
  573. .tool_container .list-label .btn-group.open .dropdown-toggle {
  574. box-shadow: 0 0 0;
  575. border: 0;
  576. }
  577. .tool_container .list-label .btn-group > .dropdown-menu {
  578. padding: 0;
  579. margin: 0;
  580. font-size: 11px;
  581. }
  582. .tool_container .list-label .btn-group.cog i {
  583. margin-top: 1px;
  584. }
  585. .tool_container .list-label .cog .btn.btn-default.dropdown-toggle {
  586. padding: 0;
  587. margin: 0;
  588. line-height: 12px;
  589. border: 0;
  590. background: transparent;
  591. }
  592. .tool_container .panes .pane .pane_actions {
  593. position: absolute;
  594. overflow: hidden;
  595. width: 100%;
  596. height: 16px;
  597. bottom: 0;
  598. padding: 0;
  599. margin: 0;
  600. }
  601. .tool_container .pane_actions, .tool_container .buttons_bar {
  602. background: #dadada;
  603. border-top: 1px solid #666;
  604. background-image: -webkit-linear-gradient(top, #dadada, #bdbdbd);
  605. background-image: -moz-linear-gradient(top, #dadada, #bdbdbd);
  606. background-image: -o-linear-gradient(top, #dadada, #bdbdbd);
  607. background-image: linear-gradient(top, #dadada, #bdbdbd);
  608. }
  609. .tool_container .panes .pane .pane_actions .info {
  610. padding: 10px 5px 5px;
  611. font-weight: bold;
  612. color: #666;
  613. line-height: 20px;
  614. }
  615. .tool_container .panes .pane .pane_actions .btn-group {
  616. display: inline;
  617. margin-left: 5px;
  618. }
  619. .tool_container .panes .pane .pane_actions label {
  620. display: inline-block;
  621. padding-left: 30px;
  622. font-size: 11px;
  623. line-height: 16px;
  624. vertical-align: top;
  625. text-shadow: #ddd 0px 1px 0px;
  626. color: #222;
  627. margin-top: 0px;
  628. margin-bottom: 0px;
  629. }
  630. .tool_container .panes .pane .pane_actions label input {
  631. float: none;
  632. vertical-align: top;
  633. margin-top: 2px;
  634. margin-right: 5px;
  635. }
  636. .tool_container .panes .pane .pane_actions .btn-group .btn.btn-default,
  637. .pane_actions.form-group .btn.btn-default {
  638. background: transparent;
  639. border: 0;
  640. font-size: 11px;
  641. line-height: 16px;
  642. padding: 0 5px;
  643. margin: 0;
  644. border-radius: 0;
  645. box-shadow: 0 0 0;
  646. vertical-align: top;
  647. /* min-width: 50px; */
  648. }
  649. .tool_container .panes .pane .pane_actions .btn.btn-default:hover,
  650. .pane_actions.form-group .btn.btn-default:hover {
  651. background-color: #bbb;
  652. }
  653. .tool_container .panes .pane .pane_actions .btn-group .btn.btn-default:hover,
  654. .pane_actions.form-group .btn.btn-default:hover {
  655. background-color: transparent;
  656. }
  657. .tool_container .panes .pane .pane_actions .btn-group .btn.btn-default.active,
  658. .pane_actions.form-group .btn.btn-default {
  659. text-shadow: #ddd 0px 1px 0px;
  660. color: #222;
  661. background: #bbb;
  662. background-image: linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
  663. background-image: -webkit-linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), -webkit-linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
  664. background-image: -moz-linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), -moz-linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
  665. background-image: -o-linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), -o-linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
  666. }
  667. .tool_container .panes .pane .class_side .nav-pills {
  668. font-weight: bold;
  669. background: #ffd
  670. }
  671. .key_helper {
  672. z-index: 2001;
  673. position: fixed;
  674. top: 120px;
  675. left: 50%;
  676. width: 400px;
  677. max-height: 300px;
  678. margin-left: -200px;
  679. background: white;
  680. box-shadow: 0 0 6px #aaa;
  681. border: 1px solid #aaa;
  682. font-size: 11px;
  683. transition: all .5s;
  684. -webkit-transition: all .5s;
  685. -moz-transition: all .5s;
  686. -o-transition: all .5s;
  687. -ms-transition: all .5s;
  688. .command {
  689. padding: 0;
  690. display: inline-block;
  691. width: 50%;
  692. height: 20px;
  693. strong {
  694. display: inline-block;
  695. min-width: 1.4em;
  696. text-align: left;
  697. }
  698. }
  699. #binding-helper-main {
  700. display: block;
  701. padding: 5px;
  702. background: #eee;
  703. }
  704. .label {
  705. padding: 1px 4px;
  706. font-family: Menlo, Monaco, "Lucida Console", Courier, monospace;
  707. font-size: 100%;
  708. line-height: 14px;
  709. background: transparent;
  710. color: #0E4561;
  711. text-shadow: none;
  712. border: 0 none;
  713. }
  714. .action {
  715. padding: 0 0.5em 0 5px;
  716. color: inherit;
  717. font-weight: bold;
  718. }
  719. .selected {
  720. background-image: linear-gradient(top, #ccc, #bbb);
  721. background-image: -moz-linear-gradient(top, #ccc, #bbb);
  722. background-image: -o-linear-gradient(top, #ccc, #bbb);
  723. background-image: -webkit-linear-gradient(top, #ccc, #bbb);
  724. height: 28px;
  725. padding: 0 8px;
  726. font-weight: bold;
  727. font-size: 18px;
  728. line-height: 28px;
  729. text-shadow: 0 1px 0 #fff;
  730. display: block;
  731. border-bottom: 1px solid #aaa;
  732. }
  733. .close {
  734. font-size: 14px;
  735. line-height: 28px;
  736. opacity: 0.6;
  737. position: absolute;
  738. top: 0;
  739. right: 4px;
  740. }
  741. .close:hover {
  742. opacity: 0.8;
  743. }
  744. input {
  745. outline: none;
  746. font-size: 11px;
  747. padding: 2px 8px;
  748. background: #fff;
  749. border: 1px solid #a1a1a1;
  750. border-radius: 12px;
  751. box-shadow: inset 0 0px 2px 0px #aaa;
  752. margin: 2px 4px;
  753. line-height: 1em;
  754. }
  755. // similar but not equivalent
  756. .error .help-block,
  757. .error input {
  758. color: #B91010;
  759. font-weight: bold;
  760. }
  761. #cog-helper {
  762. position: fixed;
  763. bottom: 2px;
  764. right: 2px;
  765. z-index: 1000;
  766. opacity: 0.6;
  767. transition: all .5s;
  768. -webkit-transition: all .5s;
  769. -moz-transition: all .5s;
  770. -o-transition: all .5s;
  771. -ms-transition: all .5s;
  772. }
  773. #cog-helper:hover {
  774. opacity: 1;
  775. }
  776. }
  777. #helper {
  778. z-index: 300;
  779. top: 50%;
  780. position: absolute;
  781. left: 50%;
  782. margin-left: -220px;
  783. margin-top: -35px;
  784. width: 400px;
  785. text-align: center;
  786. color: #ddd;
  787. font-size: 18px;
  788. font-weight: bold;
  789. text-shadow: 0 -1px 0 #111;
  790. padding: 20px;
  791. background: rgba(0, 0, 0, 0.6);
  792. border-radius: 40px;
  793. }
  794. #overlay {
  795. z-index: 2000;
  796. background: transparent;
  797. position: fixed;
  798. top: 0;
  799. left: 0;
  800. right: 0;
  801. bottom: 0;
  802. }
  803. .growl {
  804. position: fixed;
  805. top: 10px;
  806. right: 10px;
  807. margin: 0;
  808. z-index: 2001;
  809. width: 200px;
  810. height:auto;
  811. padding: 15px;
  812. background-image: -webkit-linear-gradient(rgba(255,255,255,1), rgba(235,235,235,1));
  813. background-image: -moz-linear-gradient(rgba(255,255,255,1), rgba(235,235,235,1));
  814. background-image: -o-linear-gradient(rgba(255,255,255,1), rgba(235,235,235,1));
  815. background-image: linear-gradient(rgba(255,255,255,1), rgba(235,235,235,1));
  816. border: 1px solid #aaa;
  817. border-radius: 8px;
  818. box-shadow: 0 0 3px #ccc;
  819. font-weight: bold;
  820. text-shadow: 0px 2px 1px #fff;
  821. }
  822. .confirmation, .dialog {
  823. z-index: 2001;
  824. background: rgba(243, 243, 243, 0.9);
  825. background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  826. background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  827. background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  828. background-image: linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  829. padding: 20px;
  830. width: 250px;
  831. position: fixed;
  832. top: -500px;
  833. left: 50%;
  834. margin-left: -135px;
  835. box-shadow: 0 0 6px #333;
  836. transition: top .2s;
  837. -webkit-transition: top .2s;
  838. -moz-transition: top .2s;
  839. -o-transition: top .2s;
  840. .head {
  841. display: block;
  842. }
  843. .hl_widget {
  844. .form-group {
  845. padding: 0;
  846. border: 0;
  847. }
  848. }
  849. .nav {
  850. border: 1px solid #999;
  851. span {
  852. font-size: 11px;
  853. font-weight: normal;
  854. }
  855. }
  856. .title {
  857. font-size: 16px;
  858. margin-bottom: 15px;
  859. }
  860. &.large {
  861. width: 400px;
  862. margin-left: -220px;
  863. textarea {
  864. width: 385px;
  865. height: 200px;
  866. }
  867. }
  868. textarea {
  869. display: block;
  870. width: 235px;
  871. }
  872. input[type="text"] {
  873. margin: 5px 0;
  874. width: 390px;
  875. }
  876. .progress {
  877. height: 5px;
  878. .progress-bar {
  879. background-color: #e9eaf5;
  880. background-image: -webkit-linear-gradient(top, #B1BDD5, #8999b8);
  881. background-image: -moz-linear-gradient(top, #B1BDD5, #8999b8);
  882. background-image: -o-linear-gradient(top, #B1BDD5, #8999b8);
  883. background-image: linear-gradient(top, #B1BDD5, #8999b8);
  884. }
  885. }
  886. span {
  887. font-size: 13px;
  888. font-weight: bold;
  889. }
  890. .buttons {
  891. text-align: right;
  892. margin-top: 20px;
  893. }
  894. &.active {
  895. top: 0;
  896. }
  897. }
  898. .button {
  899. border-radius: 3px !important;
  900. background: #ccc;
  901. border: 1px solid #9B9B9B;
  902. height: 20px;
  903. border-radius: 5px;
  904. min-width: 68px;
  905. padding: 0 10px;
  906. text-align: center;
  907. margin: 0;
  908. margin-left: 10px;
  909. background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, .04) 50.5%, rgba(0, 0, 0, .04) 100%) #fff;
  910. background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, .04) 50.5%, rgba(0, 0, 0, .04) 100%) #fff;
  911. background: -o-linear-gradient(bottom, rgba(0, 0, 0, .09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, .04) 50.5%, rgba(0, 0, 0, .04) 100%) #fff;
  912. background: -ms-linear-gradient(bottom, rgba(0, 0, 0, .09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, .04) 50.5%, rgba(0, 0, 0, .04) 100%) #fff;
  913. background: linear-gradient(bottom, rgba(0, 0, 0, .09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, .04) 50.5%, rgba(0, 0, 0, .04) 100%) #fff;
  914. font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
  915. }
  916. .button.default {
  917. border-top: 1px solid #535273;
  918. border: 1px solid #4F4D67;
  919. border-bottom: 1px solid #4B4B58;
  920. background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, .3) 50.5%, rgba(255, 255, 255, .45) 95%, rgba(255, 255, 255, .8) 100%) #b1bdd5;
  921. background: -moz-linear-gradient(bottom, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, .3) 50.5%, rgba(255, 255, 255, .45) 95%, rgba(255, 255, 255, .8) 100%) #b1bdd5;
  922. background: -o-linear-gradient(bottom, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, .3) 50.5%, rgba(255, 255, 255, .45) 95%, rgba(255, 255, 255, .8) 100%) #b1bdd5;
  923. background: -ms-linear-gradient(bottom, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, .3) 50.5%, rgba(255, 255, 255, .45) 95%, rgba(255, 255, 255, .8) 100%) #b1bdd5;
  924. background: linear-gradient(bottom, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, .3) 50.5%, rgba(255, 255, 255, .45) 95%, rgba(255, 255, 255, .8) 100%) #b1bdd5;
  925. -moz-box-shadow: 0 0 3px rgba(69, 113, 184, 0.8);
  926. -webkit-box-shadow: 0 0 5px rgba(69, 113, 184, 0.44);
  927. box-shadow: 0 0 5px rgba(69, 113, 184, 0.44);
  928. }
  929. .button:hover {
  930. cursor: pointer;
  931. border: 1px solid rgba(0, 0, 0, .6);
  932. }
  933. .button:active {
  934. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
  935. -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
  936. box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
  937. }
  938. .button:focus {
  939. outline: 0;
  940. border-color: #08C;
  941. box-shadow: 0 0 5px #08C;
  942. }
  943. .doc {
  944. background: white;
  945. }
  946. .doc code .doc pre, .doc p, .doc div {
  947. font-size: 13px;
  948. }
  949. .doc code {
  950. padding: 1px 4px;
  951. }
  952. .doc .head {
  953. background: #666;
  954. padding: 10px;
  955. font-size: 22px;
  956. color: white;
  957. }
  958. .focused .doc .head {
  959. background: #08c;
  960. }
  961. .doc .button {
  962. float: right;
  963. }
  964. .doc .markdown,
  965. .doc .inheritance {
  966. padding: 10px;
  967. }
  968. .doc h1 {
  969. font-size: 22px;
  970. margin: 0 10px;
  971. border-bottom: 1px solid #666;
  972. }
  973. .doc h2 {
  974. font-size: 16px;
  975. }
  976. .transcript_container .list-label {
  977. height: 16px;
  978. position: absolute;
  979. top: 0;
  980. right: 0;
  981. left: 0;
  982. }
  983. .transcript {
  984. position: absolute;
  985. top: 17px;
  986. bottom: 0;
  987. left: 0;
  988. right: 0;
  989. }
  990. .transcript textarea {
  991. width: 100%;
  992. height: 100%;
  993. margin: 0;
  994. padding: 0;
  995. border: 0;
  996. }
  997. .hl_debugger {
  998. .tool_container {
  999. top: 53px;
  1000. }
  1001. .head {
  1002. position: absolute;
  1003. top: 23px;
  1004. width: 100%;
  1005. background: #08c url(debugger.png) 10px center no-repeat;
  1006. border-bottom: 1px solid white;
  1007. h2 {
  1008. font-size: 14px;
  1009. line-height: 30px;
  1010. padding: 0 30px;
  1011. margin: 0;
  1012. color: white;
  1013. }
  1014. }
  1015. }
  1016. .progress {
  1017. border-radius: 0;
  1018. }
  1019. }