helios.less 21 KB

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