helios.less 18 KB

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