1
0

helios.less 22 KB

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