helios.less 21 KB

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