helios.less 19 KB

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