123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399 |
- html, body {
- height: 100%;
- margin: 0;
- padding: 0;
- }
- #dr-js {
- background: #999;
- margin: 0;
- padding: 0;
- overflow-y: hidden;
- }
- #src-dr-js {
- background: #000;
- margin: 1em;
- padding: 0;
- }
- .dr-doc {
- background: #eee;
- border-right: solid #eee 3px;
- float: right;
- font: 300 16px/1.4 "Myriad Pro", "Helvetica Neue", Helvetica, "Arial Unicode MS", Arial, sans-serif;
- height: 100%;
- margin: 0;
- overflow: auto;
- padding: 0 30px;
- width: 800px;
- }
- .dr-toc {
- margin: 0;
- padding: 0 16px;
- background: #ddd;
- list-style: none;
- font-family: Menlo, Consolas, Monaco, "Lucida Console", monospace;
- overflow: auto;
- border-right: solid #ddd 3px;
- height: 100%;
- float: right;
- width: 240px;
- }
- #dr {
- margin: 0 auto;
- width: 1152px;
- height: 100%;
- }
- ::-moz-selection {
- background: #c00;
- color: #fff;
- }
- ::selection {
- background: #c00;
- color: #fff;
- }
- .dr-doc code,
- .dr-type em,
- .dr-returns em,
- .dr-property em {
- font-family: Menlo, Consolas, Monaco, "Lucida Console", monospace;
- }
- pre.code code {
- color: #fff;
- }
- pre.code {
- background: #333;
- color: #fff;
- overflow-x: auto;
- padding: 16px 30px;
- margin: 0 -30px;
- }
- code b {
- color: #e9df8f;
- font-weight: normal;
- }
- code i,
- code i *,
- code i .d {
- color: #8b9967;
- font-style: normal;
- }
- code .s {
- color: #e7be61;
- }
- code .d {
- color: #cf6a4c;
- }
- code .c,
- code .c * {
- color: #999;
- font-style: italic;
- }
- em.amp {
- font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif;
- font-style: italic;
- }
- dl.dr-parameters {
- margin: 8px 0;
- }
- dt.dr-param {
- color: #666;
- font-weight: 400;
- float: left;
- margin-right: 16px;
- min-width: 160px;
- }
- dd.dr-type {
- margin: 0;
- }
- dd.dr-description {
- display: table;
- min-height: 24px;
- border: solid 1px #eee;
- }
- .dr-type {
- float: left;
- }
- .dr-type em,
- .dr-returns em,
- .dr-property em {
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- background: #ccc;
- border-radius: 5px;
- float: left;
- font-size: .75em;
- font-style: normal;
- font-weight: 700;
- margin: 0 8px 0 0;
- min-width: 80px;
- padding: 2px 5px;
- text-align: center;
- }
- .dr-type em.amp,
- .dr-returns em.amp,
- .dr-property em.amp {
- float: none;
- background: none;
- font-size: 1em;
- font-weight: 400;
- font-style: italic;
- margin: 0;
- padding: 0;
- min-width: 0;
- }
- .dr-property em.dr-type {
- margin: 4px 16px 0 0;
- }
- em.dr-type-string {
- background: #e1edb1;
- color: #3d4c00;
- }
- em.dr-type-object {
- background: #edb1b1;
- color: #4c0000;
- }
- em.dr-type-function {
- background: #cfb1ed;
- color: #26004c;
- }
- em.dr-type-number {
- background: #b1c9ed;
- color: #001e4c;
- }
- em.dr-type-boolean {
- background: #b1edc9;
- color: #004c1e;
- }
- em.dr-type-array {
- background: #edd5b1;
- color: #4c2d00;
- }
- dd.dr-optional {
- display: none;
- }
- ol.dr-json {
- background: #ddd;
- list-style: none;
- margin: 0 -30px;
- padding: 16px 30px;
- }
- ol.dr-json .dr-json-key {
- float: left;
- min-width: 50px;
- margin-right: 16px;
- }
- ol.dr-json .dr-json-description {
- display: table;
- }
- ol.dr-json ol.dr-json {
- margin: 0;
- padding: 0 0 0 50px;
- }
- h1 {
- font-weight: 400;
- font-size: 2.6em;
- margin: 0;
- }
- h2, h3, h4, h5 {
- margin: 1em 0 .5em 0;
- padding: 6px 0 0;
- font-weight: 600;
- position: relative;
- }
- h5 {
- font-size: 18px;
- }
- h4 {
- font-size: 20px;
- }
- h3 {
- font-size: 28px;
- }
- h2 {
- font-size: 38px;
- }
- h2.dr-method,
- h3.dr-method,
- h4.dr-method,
- h5.dr-method {
- color: #900;
- }
- h2.dr-property,
- h3.dr-property,
- h4.dr-property,
- h5.dr-property {
- color: #009;
- }
- i.dr-trixie {
- border: solid 10px #eee;
- border-left-color: #999;
- height: 0;
- margin-left: -30px;
- margin-top: -10px;
- overflow: hidden;
- position: absolute;
- top: 50%;
- width: 0;
- }
- p.header {
- font-size: 19px;
- font-weight: 600;
- margin: 1em 0 .3em;
- }
- .dr-returns {
- margin-top: 16px;
- }
- .dr-returns .dr-title {
- float: left;
- margin-right: 16px;
- width: 160px;
- }
- .dr-toc a {
- display: block;
- text-decoration: none;
- color: #333;
- padding-top: 8px;
- position: relative;
- z-index: 1000;
- }
- .dr-toc li.dr-lvl1 a {
- padding-left: 1em;
- }
- .dr-toc li.dr-lvl2 a {
- padding-left: 2em;
- }
- .dr-toc li.dr-lvl3 a {
- padding-left: 3em;
- }
- .dr-toc li.dr-lvl4 a {
- padding-left: 4em;
- }
- .dr-toc li.dr-lvl5 a {
- padding-left: 5em;
- }
- .dr-toc li.dr-lvl6 a {
- padding-left: 6em;
- }
- .dr-toc a.dr-property {
- color: #339;
- }
- .dr-toc a.dr-method {
- color: #933;
- }
- .dr-toc a:hover {
- text-shadow: 0 0 2px #333;
- }
- .dr-toc a.dr-property:hover {
- text-shadow: 0 0 2px #66c;
- }
- .dr-toc a.dr-method:hover {
- text-shadow: 0 0 2px #c66;
- }
- a.dr-hash,
- a.dr-sourceline {
- -webkit-transition: opacity 0.2s linear;
- color: #333;
- font-family: Menlo, "Arial Unicode MS", sans-serif;
- margin: 0 0 0 .3em;
- opacity: 0;
- text-decoration: none;
- }
- a.dr-link {
- position: relative;
- color: #3875c0;
- }
- a.dr-link:hover {
- text-shadow: 0 1px 2px #999;
- bottom: 1px;
- padding-bottom: 1px;
- }
- a.dr-link:visited {
- color: #7051bc;
- }
- h2:hover a.dr-hash,
- h3:hover a.dr-hash,
- h4:hover a.dr-hash,
- h5:hover a.dr-hash,
- h2:hover a.dr-sourceline,
- h3:hover a.dr-sourceline,
- h4:hover a.dr-sourceline,
- h5:hover a.dr-sourceline {
- opacity: 1;
- }
- p {
- margin: 0 0 .5em;
- }
- .dr-source-line {
- margin: 0;
- }
- .dr-source-line a {
- -webkit-border-radius: 5px;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- border-radius: 5px;
- color: #000;
- background: #999;
- font-weight: 400;
- font-size: .75em;
- text-decoration: none;
- padding: 5px;
- }
- #src-dr-js code {
- background: #000;
- display: block;
- color: #fff;
- font-family: Menlo, Consolas, Monaco, "Lucida Console", monospace;
- white-space: pre;
- padding-left: 100px;
- position: relative;
- line-height: 1.2;
- }
- #src-dr-js code:hover {
- background: #333;
- }
- #src-dr-js code:hover .ln {
- color: #fff;
- }
- #src-dr-js code .ln {
- position: absolute;
- left: 0;
- color: #333;
- width: 70px;
- text-align: right;
- }
- /*Scrollbar*/
- .dr-doc::-webkit-scrollbar,
- .dr-toc::-webkit-scrollbar {
- width: 7px;
- height: 9px;
- }
- .dr-doc::-webkit-scrollbar-button:start:decrement,
- .dr-doc::-webkit-scrollbar-button:end:increment,
- .dr-toc::-webkit-scrollbar-button:start:decrement,
- .dr-toc::-webkit-scrollbar-button:end:increment {
- display: block;
- height: 0;
- background-color: transparent;
- }
- .dr-doc::-webkit-scrollbar-track-piece,
- .dr-toc::-webkit-scrollbar-track-piece {
- -webkit-border-radius: 0;
- -webkit-border-bottom-right-radius: 4px;
- -webkit-border-bottom-left-radius: 4px;
- }
- .dr-doc::-webkit-scrollbar-thumb:vertical,
- .dr-toc::-webkit-scrollbar-thumb:vertical {
- height: 50px;
- background-color: rgba(0, 0, 0, 0.2);
- -webkit-border-radius: 4px;
- }
- .dr-doc::-webkit-scrollbar-thumb:horizontal,
- .dr-toc::-webkit-scrollbar-thumb:horizontal {
- width: 50px;
- background-color: rgba(0, 0, 0, 0.2);
- -webkit-border-radius: 4px;
- }
|