helios.less 21 KB

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