helios.less 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894
  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.CodeMirror {
  19. font-family: Menlo, Monaco, Consolas, Inconsolata, "Lucida Console", Courier, monospace;
  20. line-height: 16px;
  21. font-size: 13px;
  22. }
  23. .cm-s-helios {
  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: 20;
  497. position: fixed;
  498. bottom: 0px;
  499. background: #fff;
  500. background-image: linear-gradient(top, #fafafa, #f0f0f0 50%, #e1e1e1 51%);
  501. background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0 50%, #e1e1e1 51%);
  502. background-image: -o-linear-gradient(top, #fafafa, #f0f0f0 50%, #e1e1e1 51%);
  503. background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0 50%, #e1e1e1 51%);
  504. width: 100%;
  505. border-top: 1px solid #aaa;
  506. font-size: 11px;
  507. height: 22px;
  508. .command {
  509. padding: 0 2px;
  510. }
  511. #binding-helper-main {
  512. display: inline;
  513. }
  514. .label {
  515. padding: 1px 4px;
  516. font-family: Menlo, Monaco, "Lucida Console", Courier, monospace;
  517. background: transparent;
  518. color: #08C;
  519. text-shadow: none;
  520. border: 0 none;
  521. }
  522. .action {
  523. padding: 0 5px;
  524. color: #666;
  525. }
  526. .selected {
  527. background-image: linear-gradient(top, #ccc, #aaa);
  528. background-image: -moz-linear-gradient(top, #ccc, #aaa);
  529. background-image: -o-linear-gradient(top, #ccc, #aaa);
  530. background-image: -webkit-linear-gradient(top, #ccc, #aaa);
  531. height: 30px;
  532. padding: 0 8px;
  533. color: #333;
  534. font-weight: bold;
  535. text-shadow: 0 1px 0 #fff;
  536. display: inline-block;
  537. border-right: 1px solid #aaa;
  538. }
  539. .close {
  540. font-size: 14px;
  541. line-height: 26px;
  542. opacity: 0.6;
  543. }
  544. .close:hover {
  545. opacity: 0.8;
  546. }
  547. input {
  548. outline: none;
  549. font-size: 11px;
  550. padding: 2px 8px;
  551. background: #fff;
  552. border: 1px solid #a1a1a1;
  553. border-radius: 12px;
  554. box-shadow: inset 0 0px 2px 0px #aaa;
  555. margin: 2px 4px;
  556. line-height: 1em;
  557. }
  558. .error .help-inline,
  559. .error input {
  560. color: #B91010;
  561. font-weight: bold;
  562. }
  563. .typeahead.dropdown-menu {
  564. position: fixed !important;
  565. top: auto !important;
  566. bottom: 30px !important;
  567. }
  568. #cog-helper {
  569. position: fixed;
  570. bottom: 2px;
  571. right: 2px;
  572. z-index: 1000;
  573. opacity: 0.6;
  574. transition: all .5s;
  575. -webkit-transition: all .5s;
  576. -moz-transition: all .5s;
  577. -o-transition: all .5s;
  578. -ms-transition: all .5s;
  579. }
  580. #cog-helper:hover {
  581. opacity: 1;
  582. }
  583. }
  584. #helper {
  585. z-index: 300;
  586. top: 50%;
  587. position: absolute;
  588. left: 50%;
  589. margin-left: -220px;
  590. margin-top: -35px;
  591. width: 400px;
  592. text-align: center;
  593. color: #ddd;
  594. font-size: 18px;
  595. font-weight: bold;
  596. text-shadow: 0 -1px 0 #111;
  597. padding: 20px;
  598. background: rgba(0, 0, 0, 0.6);
  599. border-radius: 40px;
  600. }
  601. #overlay {
  602. z-index: 2000;
  603. background: transparent;
  604. position: fixed;
  605. top: 0;
  606. left: 0;
  607. right: 0;
  608. bottom: 0;
  609. }
  610. .confirmation, .dialog {
  611. z-index: 2001;
  612. background: rgba(243, 243, 243, 0.9);
  613. background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  614. background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  615. background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  616. background-image: linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  617. padding: 20px;
  618. width: 250px;
  619. position: fixed;
  620. top: -500px;
  621. left: 50%;
  622. margin-left: -135px;
  623. box-shadow: 0 0 6px #333;
  624. transition: top .5s;
  625. -webkit-transition: top .5s;
  626. -moz-transition: top .5s;
  627. -o-transition: top .5s;
  628. .hl_widget {
  629. &:focus {
  630. outline: 0 none;
  631. }
  632. .form-actions {
  633. padding: 0;
  634. border: 0;
  635. }
  636. }
  637. .nav {
  638. border: 1px solid #999;
  639. span {
  640. font-size: 11px;
  641. font-weight: normal;
  642. }
  643. }
  644. .title {
  645. font-size: 16px;
  646. margin-bottom: 15px;
  647. }
  648. .large {
  649. width: 400px;
  650. margin-left: -220px;
  651. textarea {
  652. width: 385px;
  653. height: 200px;
  654. }
  655. }
  656. textarea {
  657. display: block;
  658. width: 235px;
  659. }
  660. .progress {
  661. height: 5px;
  662. .bar {
  663. background-color: #e9eaf5;
  664. background-image: -webkit-linear-gradient(top, #B1BDD5, #8999b8);
  665. background-image: -moz-linear-gradient(top, #B1BDD5, #8999b8);
  666. background-image: -o-linear-gradient(top, #B1BDD5, #8999b8);
  667. background-image: linear-gradient(top, #B1BDD5, #8999b8);
  668. }
  669. }
  670. span {
  671. font-size: 13px;
  672. font-weight: bold;
  673. }
  674. .buttons {
  675. text-align: right;
  676. margin-top: 20px;
  677. }
  678. &.active {
  679. top: 0;
  680. }
  681. }
  682. .button {
  683. border-radius: 3px !important;
  684. background: #ccc;
  685. border: 1px solid #9B9B9B;
  686. height: 20px;
  687. border-radius: 5px;
  688. min-width: 68px;
  689. padding: 0 10px;
  690. text-align: center;
  691. margin: 0;
  692. margin-left: 10px;
  693. 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;
  694. font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
  695. }
  696. .button.default {
  697. border-top: 1px solid #535273;
  698. border: 1px solid #4F4D67;
  699. border-bottom: 1px solid #4B4B58;
  700. 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;
  701. 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;
  702. -moz-box-shadow: 0 0 3px rgba(69, 113, 184, 0.8);
  703. -webkit-box-shadow: 0 0 5px rgba(69, 113, 184, 0.44);
  704. box-shadow: 0 0 5px rgba(69, 113, 184, 0.44);
  705. }
  706. .button:hover {
  707. cursor: pointer;
  708. border: 1px solid rgba(0, 0, 0, .6);
  709. }
  710. .button:active {
  711. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
  712. -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
  713. box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
  714. }
  715. .button:focus {
  716. outline: 0;
  717. border-color: #08C;
  718. box-shadow: 0 0 5px #08C;
  719. }
  720. .doc {
  721. background: white;
  722. }
  723. .doc code .doc pre {
  724. font-size: 11px;
  725. }
  726. .doc code {
  727. padding: 1px 4px;
  728. }
  729. .doc .head {
  730. background: #08C;
  731. padding: 10px;
  732. font-size: 22px;
  733. color: white;
  734. }
  735. .doc .button {
  736. float: right;
  737. }
  738. .doc .markdown,
  739. .doc .inheritance {
  740. padding: 10px;
  741. }
  742. .doc h1 {
  743. font-size: 22px;
  744. margin: 0 10px;
  745. border-bottom: 1px solid #666;
  746. }
  747. .doc h2 {
  748. font-size: 16px;
  749. }
  750. .transcript_container .list-label {
  751. height: 16px;
  752. position: absolute;
  753. top: 0;
  754. right: 0;
  755. left: 0;
  756. }
  757. .transcript {
  758. position: absolute;
  759. top: 17px;
  760. bottom: 0;
  761. left: 0;
  762. right: 0;
  763. }
  764. .transcript textarea {
  765. width: 100%;
  766. height: 100%;
  767. margin: 0;
  768. padding: 0;
  769. border: 0;
  770. }
  771. }