helios.less 24 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180
  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.trait {
  501. background-image: url('trait.png');
  502. }
  503. .tool_container .pane .nav-pills i.collection {
  504. background-image: url('collection.png');
  505. }
  506. .tool_container .pane .nav-pills i.test {
  507. background-image: url('test.png');
  508. }
  509. .tool_container .pane .nav-pills i.exception {
  510. background-image: url('exception.png');
  511. }
  512. .tool_container .pane .nav-pills i.widget {
  513. background-image: url('widget.png');
  514. }
  515. .tool_container .pane .nav-pills i.magnitude {
  516. background-image: url('magnitude.png');
  517. }
  518. .tool_container .pane .nav-pills i.package {
  519. background-image: url('package.png');
  520. }
  521. .tool_container .pane .nav-pills i.package_dirty {
  522. background-image: url('package-dirty.png');
  523. }
  524. .tool_container .pane .nav-pills i.private {
  525. background-image: url('private.png');
  526. }
  527. .tool_container .pane .nav-pills i.extension {
  528. background-image: url('extension.png');
  529. }
  530. .tool_container .pane .nav-pills i.initialization {
  531. background-image: url('initialization.png');
  532. }
  533. .tool_container .pane .nav-pills i.package {
  534. background-image: url('package.png');
  535. }
  536. .tool_container .pane .nav-pills i.override {
  537. background-image: url('override.png ');
  538. }
  539. .tool_container .pane .nav-pills i.overridden {
  540. background-image: url('overridden.png');
  541. }
  542. .tool_container .pane .nav-pills i.override-overridden {
  543. background-image: url('override-overridden.png');
  544. }
  545. .tool_container .pane .nav-pills i.warning {
  546. background-image: url('warning.gif');
  547. }
  548. .tool_container .pane .nav-pills i.uncommented {
  549. background-image: url('uncommented.png');
  550. }
  551. .tool_container .list-label {
  552. font-size: 11px;
  553. border-radius: 0;
  554. border-bottom: 1px solid #999;
  555. border-top: 1px solid #eee;
  556. background-color: #eee;
  557. background-image: -webkit-linear-gradient(top, #eee, #ddd);
  558. background-image: -moz-linear-gradient(top, #eee, #ddd);
  559. background-image: -o-linear-gradient(top, #eee, #ddd);
  560. background-image: linear-gradient(top, #eee, #ddd);
  561. color: #444;
  562. font-weight: bold;
  563. text-shadow: 0 0 0;
  564. padding-left: 4px;
  565. line-height: 14px;
  566. height: 15px;
  567. text-shadow: 0 1px 0 #eee;
  568. }
  569. .tool_container .list-label .btn-group.cog {
  570. position: absolute;
  571. top: 0;
  572. right: 0;
  573. padding: 0;
  574. margin: 0;
  575. }
  576. .tool_container .list-label .btn-group.open .dropdown-toggle {
  577. box-shadow: 0 0 0;
  578. border: 0;
  579. }
  580. .tool_container .list-label .btn-group > .dropdown-menu {
  581. padding: 0;
  582. margin: 0;
  583. font-size: 11px;
  584. }
  585. .tool_container .list-label .btn-group.cog i {
  586. margin-top: 1px;
  587. }
  588. .tool_container .list-label .cog .btn.btn-default.dropdown-toggle {
  589. padding: 0;
  590. margin: 0;
  591. line-height: 12px;
  592. border: 0;
  593. background: transparent;
  594. }
  595. .tool_container .panes .pane .pane_actions {
  596. position: absolute;
  597. overflow: hidden;
  598. width: 100%;
  599. height: 16px;
  600. bottom: 0;
  601. padding: 0;
  602. margin: 0;
  603. }
  604. .tool_container .pane_actions, .tool_container .buttons_bar {
  605. background: #dadada;
  606. border-top: 1px solid #666;
  607. background-image: -webkit-linear-gradient(top, #dadada, #bdbdbd);
  608. background-image: -moz-linear-gradient(top, #dadada, #bdbdbd);
  609. background-image: -o-linear-gradient(top, #dadada, #bdbdbd);
  610. background-image: linear-gradient(top, #dadada, #bdbdbd);
  611. }
  612. .tool_container .panes .pane .pane_actions .info {
  613. padding: 10px 5px 5px;
  614. font-weight: bold;
  615. color: #666;
  616. line-height: 20px;
  617. }
  618. .tool_container .panes .pane .pane_actions .btn-group {
  619. display: inline;
  620. margin-left: 5px;
  621. }
  622. .tool_container .panes .pane .pane_actions label {
  623. display: inline-block;
  624. padding-left: 30px;
  625. font-size: 11px;
  626. line-height: 16px;
  627. vertical-align: top;
  628. text-shadow: #ddd 0px 1px 0px;
  629. color: #222;
  630. margin-top: 0px;
  631. margin-bottom: 0px;
  632. }
  633. .tool_container .panes .pane .pane_actions label input {
  634. float: none;
  635. vertical-align: top;
  636. margin-top: 2px;
  637. margin-right: 5px;
  638. }
  639. .tool_container .panes .pane .pane_actions .btn-group .btn.btn-default,
  640. .pane_actions.form-group .btn.btn-default {
  641. background: transparent;
  642. border: 0;
  643. font-size: 11px;
  644. line-height: 16px;
  645. padding: 0 5px;
  646. margin: 0;
  647. border-radius: 0;
  648. box-shadow: 0 0 0;
  649. vertical-align: top;
  650. /* min-width: 50px; */
  651. }
  652. .tool_container .panes .pane .pane_actions .btn.btn-default:hover,
  653. .pane_actions.form-group .btn.btn-default:hover {
  654. background-color: #bbb;
  655. }
  656. .tool_container .panes .pane .pane_actions .btn-group .btn.btn-default:hover,
  657. .pane_actions.form-group .btn.btn-default:hover {
  658. background-color: transparent;
  659. }
  660. .tool_container .panes .pane .pane_actions .btn-group .btn.btn-default.active,
  661. .pane_actions.form-group .btn.btn-default {
  662. text-shadow: #ddd 0px 1px 0px;
  663. color: #222;
  664. background: #bbb;
  665. background-image: linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
  666. background-image: -webkit-linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), -webkit-linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
  667. background-image: -moz-linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), -moz-linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
  668. background-image: -o-linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), -o-linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
  669. }
  670. .tool_container .panes .pane .class_side .nav-pills {
  671. font-weight: bold;
  672. background: #ffd
  673. }
  674. .key_helper {
  675. z-index: 2001;
  676. position: fixed;
  677. top: 120px;
  678. left: 50%;
  679. width: 400px;
  680. max-height: 300px;
  681. margin-left: -200px;
  682. background: white;
  683. box-shadow: 0 0 6px #aaa;
  684. border: 1px solid #aaa;
  685. font-size: 11px;
  686. transition: all .5s;
  687. -webkit-transition: all .5s;
  688. -moz-transition: all .5s;
  689. -o-transition: all .5s;
  690. -ms-transition: all .5s;
  691. .command {
  692. padding: 0;
  693. display: inline-block;
  694. width: 50%;
  695. height: 20px;
  696. strong {
  697. display: inline-block;
  698. min-width: 1.4em;
  699. text-align: left;
  700. }
  701. }
  702. #binding-helper-main {
  703. display: block;
  704. padding: 5px;
  705. background: #eee;
  706. }
  707. .label {
  708. padding: 1px 4px;
  709. font-family: Menlo, Monaco, "Lucida Console", Courier, monospace;
  710. font-size: 100%;
  711. line-height: 14px;
  712. background: transparent;
  713. color: #0E4561;
  714. text-shadow: none;
  715. border: 0 none;
  716. }
  717. .action {
  718. padding: 0 0.5em 0 5px;
  719. color: inherit;
  720. font-weight: bold;
  721. }
  722. .selected {
  723. background-image: linear-gradient(top, #ccc, #bbb);
  724. background-image: -moz-linear-gradient(top, #ccc, #bbb);
  725. background-image: -o-linear-gradient(top, #ccc, #bbb);
  726. background-image: -webkit-linear-gradient(top, #ccc, #bbb);
  727. height: 28px;
  728. padding: 0 8px;
  729. font-weight: bold;
  730. font-size: 18px;
  731. line-height: 28px;
  732. text-shadow: 0 1px 0 #fff;
  733. display: block;
  734. border-bottom: 1px solid #aaa;
  735. }
  736. .close {
  737. font-size: 14px;
  738. line-height: 28px;
  739. opacity: 0.6;
  740. position: absolute;
  741. top: 0;
  742. right: 4px;
  743. }
  744. .close:hover {
  745. opacity: 0.8;
  746. }
  747. input {
  748. outline: none;
  749. font-size: 11px;
  750. padding: 2px 8px;
  751. background: #fff;
  752. border: 1px solid #a1a1a1;
  753. border-radius: 12px;
  754. box-shadow: inset 0 0px 2px 0px #aaa;
  755. margin: 2px 4px;
  756. line-height: 1em;
  757. }
  758. // similar but not equivalent
  759. .error .help-block,
  760. .error input {
  761. color: #B91010;
  762. font-weight: bold;
  763. }
  764. #cog-helper {
  765. position: fixed;
  766. bottom: 2px;
  767. right: 2px;
  768. z-index: 1000;
  769. opacity: 0.6;
  770. transition: all .5s;
  771. -webkit-transition: all .5s;
  772. -moz-transition: all .5s;
  773. -o-transition: all .5s;
  774. -ms-transition: all .5s;
  775. }
  776. #cog-helper:hover {
  777. opacity: 1;
  778. }
  779. }
  780. #helper {
  781. z-index: 300;
  782. top: 50%;
  783. position: absolute;
  784. left: 50%;
  785. margin-left: -220px;
  786. margin-top: -35px;
  787. width: 400px;
  788. text-align: center;
  789. color: #ddd;
  790. font-size: 18px;
  791. font-weight: bold;
  792. text-shadow: 0 -1px 0 #111;
  793. padding: 20px;
  794. background: rgba(0, 0, 0, 0.6);
  795. border-radius: 40px;
  796. }
  797. #overlay {
  798. z-index: 2000;
  799. background: transparent;
  800. position: fixed;
  801. top: 0;
  802. left: 0;
  803. right: 0;
  804. bottom: 0;
  805. }
  806. .growl {
  807. position: fixed;
  808. top: 10px;
  809. right: 10px;
  810. margin: 0;
  811. z-index: 2001;
  812. width: 200px;
  813. height:auto;
  814. padding: 15px;
  815. background-image: -webkit-linear-gradient(rgba(255,255,255,1), rgba(235,235,235,1));
  816. background-image: -moz-linear-gradient(rgba(255,255,255,1), rgba(235,235,235,1));
  817. background-image: -o-linear-gradient(rgba(255,255,255,1), rgba(235,235,235,1));
  818. background-image: linear-gradient(rgba(255,255,255,1), rgba(235,235,235,1));
  819. border: 1px solid #aaa;
  820. border-radius: 8px;
  821. box-shadow: 0 0 3px #ccc;
  822. font-weight: bold;
  823. text-shadow: 0px 2px 1px #fff;
  824. }
  825. .confirmation, .dialog {
  826. z-index: 2001;
  827. background: rgba(243, 243, 243, 0.9);
  828. background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  829. background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  830. background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  831. background-image: linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  832. padding: 20px;
  833. width: 250px;
  834. position: fixed;
  835. top: -500px;
  836. left: 50%;
  837. margin-left: -135px;
  838. box-shadow: 0 0 6px #333;
  839. transition: top .2s;
  840. -webkit-transition: top .2s;
  841. -moz-transition: top .2s;
  842. -o-transition: top .2s;
  843. .head {
  844. display: block;
  845. }
  846. .hl_widget {
  847. .form-group {
  848. padding: 0;
  849. border: 0;
  850. }
  851. }
  852. .nav {
  853. border: 1px solid #999;
  854. span {
  855. font-size: 11px;
  856. font-weight: normal;
  857. }
  858. }
  859. .title {
  860. font-size: 16px;
  861. margin-bottom: 15px;
  862. }
  863. &.large {
  864. width: 400px;
  865. margin-left: -220px;
  866. textarea {
  867. width: 385px;
  868. height: 200px;
  869. }
  870. }
  871. textarea {
  872. display: block;
  873. width: 235px;
  874. }
  875. input[type="text"] {
  876. margin: 5px 0;
  877. width: 390px;
  878. }
  879. .progress {
  880. height: 5px;
  881. .progress-bar {
  882. background-color: #e9eaf5;
  883. background-image: -webkit-linear-gradient(top, #B1BDD5, #8999b8);
  884. background-image: -moz-linear-gradient(top, #B1BDD5, #8999b8);
  885. background-image: -o-linear-gradient(top, #B1BDD5, #8999b8);
  886. background-image: linear-gradient(top, #B1BDD5, #8999b8);
  887. }
  888. }
  889. span {
  890. font-size: 13px;
  891. font-weight: bold;
  892. }
  893. .buttons {
  894. text-align: right;
  895. margin-top: 20px;
  896. }
  897. &.active {
  898. top: 0;
  899. }
  900. }
  901. .button {
  902. border-radius: 3px !important;
  903. background: #ccc;
  904. border: 1px solid #9B9B9B;
  905. height: 20px;
  906. border-radius: 5px;
  907. min-width: 68px;
  908. padding: 0 10px;
  909. text-align: center;
  910. margin: 0;
  911. margin-left: 10px;
  912. 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;
  913. 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;
  914. 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;
  915. 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;
  916. 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;
  917. font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
  918. }
  919. .button.default {
  920. border-top: 1px solid #535273;
  921. border: 1px solid #4F4D67;
  922. border-bottom: 1px solid #4B4B58;
  923. 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;
  924. 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;
  925. 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;
  926. 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;
  927. 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;
  928. -moz-box-shadow: 0 0 3px rgba(69, 113, 184, 0.8);
  929. -webkit-box-shadow: 0 0 5px rgba(69, 113, 184, 0.44);
  930. box-shadow: 0 0 5px rgba(69, 113, 184, 0.44);
  931. }
  932. .button:hover {
  933. cursor: pointer;
  934. border: 1px solid rgba(0, 0, 0, .6);
  935. }
  936. .button:active {
  937. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
  938. -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
  939. box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
  940. }
  941. .button:focus {
  942. outline: 0;
  943. border-color: #08C;
  944. box-shadow: 0 0 5px #08C;
  945. }
  946. .doc {
  947. background: white;
  948. }
  949. .doc code .doc pre, .doc p, .doc div {
  950. font-size: 13px;
  951. }
  952. .doc code {
  953. padding: 1px 4px;
  954. }
  955. .doc .head {
  956. background: #666;
  957. padding: 10px;
  958. font-size: 22px;
  959. color: white;
  960. }
  961. .focused .doc .head {
  962. background: #08c;
  963. }
  964. .doc .button {
  965. float: right;
  966. }
  967. .doc .markdown,
  968. .doc .inheritance {
  969. padding: 10px;
  970. }
  971. .doc h1 {
  972. font-size: 22px;
  973. margin: 0 10px;
  974. border-bottom: 1px solid #666;
  975. }
  976. .doc h2 {
  977. font-size: 16px;
  978. }
  979. .transcript_container .list-label {
  980. height: 16px;
  981. position: absolute;
  982. top: 0;
  983. right: 0;
  984. left: 0;
  985. }
  986. .transcript {
  987. position: absolute;
  988. top: 17px;
  989. bottom: 0;
  990. left: 0;
  991. right: 0;
  992. }
  993. .transcript textarea {
  994. width: 100%;
  995. height: 100%;
  996. margin: 0;
  997. padding: 0;
  998. border: 0;
  999. }
  1000. .hl_debugger {
  1001. .tool_container {
  1002. top: 53px;
  1003. }
  1004. .head {
  1005. position: absolute;
  1006. top: 23px;
  1007. width: 100%;
  1008. background: #08c url(debugger.png) 10px center no-repeat;
  1009. border-bottom: 1px solid white;
  1010. h2 {
  1011. font-size: 14px;
  1012. line-height: 30px;
  1013. padding: 0 30px;
  1014. margin: 0;
  1015. color: white;
  1016. }
  1017. }
  1018. }
  1019. .progress {
  1020. border-radius: 0;
  1021. }
  1022. }