helios.css 18 KB

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