helios.less 22 KB

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