2
0

helios.less 21 KB

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