helios.less 18 KB

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