helios.less 21 KB

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