helios.css 18 KB

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