helios.less 21 KB

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