helios.less 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880
  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. background: #fff;
  39. }
  40. .CodeMirror-hints {
  41. border-radius: 0;
  42. font-family: Menlo, Monaco, "Lucida Console", Courier, monospace;
  43. font-size: 11px;
  44. line-height: 1em;
  45. padding: 0;
  46. max-height: 120px;
  47. }
  48. .CodeMirror-hint {
  49. border-radius: 0;
  50. padding: 0 10px;
  51. }
  52. .CodeMirror pre {
  53. font-family: Menlo, Monaco, "Lucida Console", Courier, monospace;
  54. line-height: 16px;
  55. }
  56. .CodeMirror-gutter.stops {
  57. width: 20px;
  58. }
  59. .CodeMirror .CodeMirror-gutter-elt {
  60. line-height: 1.5em;
  61. }
  62. .CodeMirror .highlighted.CodeMirror-linebackground {
  63. background-color: #ffffaa;
  64. }
  65. .CodeMirror .CodeMirror-gutter-elt .stop {
  66. width: 16px;
  67. height: 16px;
  68. background: url('../images/arrowRight.png');
  69. margin-left: 2px;
  70. }
  71. .state {
  72. position: absolute;
  73. right: 15px;
  74. top: 10px;
  75. width: 16px;
  76. height: 16px;
  77. }
  78. .state.modified {
  79. background: transparent url('../images/modified.png') 50% 50% no-repeat;
  80. }
  81. .editor {
  82. position: absolute;
  83. top: 0;
  84. bottom: 23px;
  85. left: 0;
  86. right: 0;
  87. }
  88. .buttons_bar {
  89. position: absolute;
  90. bottom: 0;
  91. right: 0;
  92. left: 0;
  93. z-index: 2;
  94. padding: 0px 25px;
  95. height: 21px;
  96. line-height: 18px;
  97. border-top: 1px solid #999;
  98. text-align: right;
  99. .button {
  100. height: 17px;
  101. font-size: 12px;
  102. min-width: 0;
  103. }
  104. }
  105. .btn, .btn-group > .btn, .btn-group > .dropdown-menu {
  106. padding: 2px 8px;
  107. }
  108. .navbar-fixed-top {
  109. font-size: 11px;
  110. line-height: 16px;
  111. }
  112. .navbar-fixed-top 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 span.references {
  129. background-image: url('../images/references.png')
  130. }
  131. .navbar-fixed-top a span.browser {
  132. background-image: url('../images/browser.png')
  133. }
  134. .navbar-fixed-top a span.sunit {
  135. background-image: url('../images/sunit.png')
  136. }
  137. .navbar-fixed-top a span.workspace {
  138. background-image: url('../images/workspace.png')
  139. }
  140. .navbar-fixed-top a span.debugger {
  141. background-image: url('../images/debugger.png')
  142. }
  143. .navbar-fixed-top a span.inspector {
  144. background-image: url('../images/inspector.png')
  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. }
  509. .key_helper .command {
  510. padding: 0 2px;
  511. }
  512. .key_helper .label {
  513. padding: 1px 4px;
  514. font-family: Menlo, Monaco, "Lucida Console", Courier, monospace;
  515. background: transparent;
  516. color: #08C;
  517. text-shadow: none;
  518. border: 0 none;
  519. }
  520. .key_helper .action {
  521. padding: 0 5px;
  522. color: #666;
  523. }
  524. .key_helper .selected {
  525. background-image: linear-gradient(top, #ccc, #aaa);
  526. background-image: -moz-linear-gradient(top, #ccc, #aaa);
  527. background-image: -o-linear-gradient(top, #ccc, #aaa);
  528. background-image: -webkit-linear-gradient(top, #ccc, #aaa);
  529. height: 30px;
  530. padding: 0 8px;
  531. color: #333;
  532. font-weight: bold;
  533. text-shadow: 0 1px 0 #fff;
  534. display: inline-block;
  535. border-right: 1px solid #aaa;
  536. }
  537. .key_helper .close {
  538. font-size: 14px;
  539. line-height: 26px;
  540. opacity: 0.6;
  541. }
  542. .key_helper .close:hover {
  543. opacity: 0.8;
  544. }
  545. .key_helper input {
  546. outline: none;
  547. font-size: 11px;
  548. padding: 2px 8px;
  549. background: #fff;
  550. border: 1px solid #a1a1a1;
  551. border-radius: 12px;
  552. box-shadow: inset 0 0px 2px 0px #aaa;
  553. margin: 2px 4px;
  554. line-height: 1em;
  555. }
  556. .key_helper .error .help-inline,
  557. .key_helper .error input {
  558. color: #B91010;
  559. font-weight: bold;
  560. }
  561. .typeahead.dropdown-menu {
  562. position: fixed !important;
  563. top: auto !important;
  564. bottom: 30px !important;
  565. }
  566. #cog-helper {
  567. position: fixed;
  568. bottom: 2px;
  569. right: 2px;
  570. z-index: 1000;
  571. opacity: 0.6;
  572. transition: all .5s;
  573. -webkit-transition: all .5s;
  574. -moz-transition: all .5s;
  575. -o-transition: all .5s;
  576. -ms-transition: all .5s;
  577. }
  578. #cog-helper:hover {
  579. opacity: 1;
  580. }
  581. #helper {
  582. z-index: 300;
  583. top: 50%;
  584. position: absolute;
  585. left: 50%;
  586. margin-left: -220px;
  587. margin-top: -35px;
  588. width: 400px;
  589. text-align: center;
  590. color: #ddd;
  591. font-size: 18px;
  592. font-weight: bold;
  593. text-shadow: 0 -1px 0 #111;
  594. padding: 20px;
  595. background: rgba(0,0,0, 0.6);
  596. border-radius: 40px;
  597. }
  598. #overlay {
  599. z-index: 2000;
  600. background: transparent;
  601. position: fixed;
  602. top: 0;
  603. left: 0;
  604. right: 0;
  605. bottom: 0;
  606. }
  607. .confirmation, .dialog {
  608. z-index: 2001;
  609. background: rgba(243,243,243,0.9);
  610. background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 5px, transparent 6px);
  611. background-image: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 5px, transparent 6px);
  612. background-image: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 5px, transparent 6px);
  613. background-image: linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 5px, transparent 6px);
  614. padding: 20px;
  615. width: 250px;
  616. position: fixed;
  617. top: -500px;
  618. left: 50%;
  619. margin-left: -135px;
  620. box-shadow: 0 0 6px #333;
  621. transition: top .5s;
  622. -webkit-transition: top .5s;
  623. -moz-transition: top .5s;
  624. -o-transition: top .5s;
  625. }
  626. .confirmation.large,
  627. .dialog.large {
  628. width: 400px;
  629. margin-left: -220px;
  630. }
  631. .confirmation textarea,
  632. .dialog textarea {
  633. display: block;
  634. width: 235px;
  635. }
  636. .confirmation.large textarea,
  637. .dialog.large textarea {
  638. width: 385px;
  639. height: 200px;
  640. }
  641. .dialog .progress {
  642. height: 5px;
  643. }
  644. .dialog .progress .bar {
  645. background-color: #e9eaf5;
  646. background-image: -webkit-linear-gradient(top, #B1BDD5, #8999b8);
  647. background-image: -moz-linear-gradient(top, #B1BDD5, #8999b8);
  648. background-image: -o-linear-gradient(top, #B1BDD5, #8999b8);
  649. background-image: linear-gradient(top, #B1BDD5, #8999b8);
  650. }
  651. .confirmation span,
  652. .dialog span {
  653. font-size: 13px;
  654. font-weight: bold;
  655. }
  656. .confirmation .buttons,
  657. .dialog .buttons {
  658. text-align: right;
  659. margin-top: 20px;
  660. }
  661. .confirmation.active,
  662. .dialog.active {
  663. top: 0;
  664. }
  665. .button {
  666. border-radius: 3px !important;
  667. background: #ccc;
  668. border: 1px solid #9B9B9B;
  669. height: 20px;
  670. border-radius: 5px;
  671. min-width: 68px;
  672. padding: 0 10px;
  673. text-align: center;
  674. margin: 0;
  675. margin-left: 10px;
  676. 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;
  677. font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
  678. }
  679. .button.default {
  680. border-top: 1px solid #535273;
  681. border: 1px solid #4F4D67;
  682. border-bottom: 1px solid #4B4B58;
  683. 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;
  684. 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;
  685. -moz-box-shadow: 0 0 3px rgba(69, 113, 184, 0.8);
  686. -webkit-box-shadow: 0 0 5px rgba(69, 113, 184, 0.44);
  687. box-shadow: 0 0 5px rgba(69, 113, 184, 0.44);
  688. }
  689. .button:hover {
  690. cursor: pointer;
  691. border: 1px solid rgba(0,0,0,.6);
  692. }
  693. .button:active {
  694. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.5);
  695. -moz-box-shadow: inset 0 0 5px rgba(0,0,0,.5);
  696. box-shadow: inset 0 0 5px rgba(0,0,0,.5);
  697. }
  698. .button:focus {
  699. outline: 0;
  700. }
  701. .doc {
  702. background: white;
  703. }
  704. .doc code .doc pre {
  705. font-size: 11px;
  706. }
  707. .doc code {
  708. padding: 1px 4px;
  709. }
  710. .doc .head {
  711. background: #08C;
  712. padding: 10px;
  713. font-size: 22px;
  714. color: white;
  715. }
  716. .doc .button {
  717. float: right;
  718. }
  719. .doc .markdown,
  720. .doc .inheritance {
  721. padding: 10px;
  722. }
  723. .doc h1 {
  724. font-size: 22px;
  725. margin: 0 10px;
  726. border-bottom: 1px solid #666;
  727. }
  728. .doc h2 {
  729. font-size: 16px;
  730. }
  731. .transcript_container .list-label {
  732. height: 16px;
  733. position: absolute;
  734. top: 0;
  735. right: 0;
  736. left: 0;
  737. }
  738. .transcript {
  739. position: absolute;
  740. top: 17px;
  741. bottom: 0;
  742. left: 0;
  743. right: 0;
  744. }
  745. .transcript textarea {
  746. width: 100%;
  747. height: 100%;
  748. margin: 0;
  749. padding: 0;
  750. border: 0;
  751. }
  752. }