helios.less 19 KB

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