helios.less 19 KB

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