helios.less 21 KB

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