Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/haydn/json-api-store. An isomorphic JavaScript library that acts as an in memory data store for JSON API data. particlesystem.com/json-api-store
json-api
Something went wrong. Try again.
12 kB · 818 lines
CSS
at commit 9b883d9e
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
* { margin: 0; padding: 0; text-decoration: none;}
html{ font-family: 'Roboto', sans-serif; overflow: auto; font-size: 14px; /*color: #4d4e53;*/ color: rgba(0, 0, 0, .68); background-color: #fff;}
a { /*color: #0095dd;*/ /*color:rgb(37, 138, 175);*/ color: #039BE5;}
code a:hover { text-decoration: underline;}
ul, ol { padding-left: 20px;}
ul li { list-style: disc; margin: 4px 0;}
ol li { margin: 4px 0;}
h1 { margin-bottom: 10px; font-size: 34px; font-weight: 300; border-bottom: solid 1px #ddd;}
h2 { margin-top: 24px; margin-bottom: 10px; font-size: 20px; border-bottom: solid 1px #ddd; font-weight: 300;}
h3 { position: relative; font-size: 16px; margin-bottom: 12px; background-color: #E2E2E2; padding: 4px; font-weight: 300;}
del { text-decoration: line-through;}
p { margin-bottom: 15px; line-height: 19px;}
p > code { background-color: #f5f5f5; border-radius: 3px;}
pre > code { display: block;}
pre.prettyprint, pre > code { padding: 4px; margin: 1em 0; background-color: #f5f5f5; border-radius: 3px;}
pre.prettyprint > code { margin: 0;}
p > code,li > code { padding: 0 4px; border-radius: 3px;}
.import-path pre.prettyprint,.import-path pre.prettyprint code { margin: 0; padding: 0; border: none; background: white;}
.layout-container { /*display: flex;*/ /*flex-direction: row;*/ /*justify-content: flex-start;*/ /*align-items: stretch;*/}
.layout-container > header { height: 40px; line-height: 40px; font-size: 16px; padding: 0 10px; margin: 0; position: fixed; width: 100%; z-index: 1; background-color: white; top: 0; border-bottom: solid 1px #E02130;}.layout-container > header > a{ margin: 0 5px;}
.layout-container > header > a.repo-url-github { font-size: 0; display: inline-block; width: 20px; height: 38px; background: url("../image/github.png") no-repeat center; background-size: 20px; vertical-align: top;}
.navigation { position: fixed; top: 0; left: 0; box-sizing: border-box; width: 200px; height: 100%; padding-top: 40px; padding-left: 15px; padding-bottom: 20px; overflow-x: scroll; box-shadow: rgba(255, 255, 255, 1) -1px 0 0 inset; border-right: 1px solid rgba(0, 0, 0, 0.1);}
.navigation h1 { border: none; font-size: 18px;}
.navigation h2 { margin: 15px 0 4px; font-size: 16px; border: none;}
.navigation h2 a { color: inherit;}
.navigation ul { padding: 0;}
.navigation li { list-style: none; margin: 4px 0;}
h1 .version,h1 .url a { font-size: 14px; color: #aaa;}
.content { margin-top: 40px; margin-left: 200px; padding: 10px 50px 10px 20px;}
.header-notice { font-size: 14px; color: #aaa; margin: 0;}
.expression-extends .prettyprint { margin-left: 10px; background: white;}
.extends-chain { border-bottom: 1px solid#ddd; padding-bottom: 10px; margin-bottom: 10px;}
.extends-chain span:nth-of-type(1) { padding-left: 10px;}
.extends-chain > div { margin: 5px 0;}
.description table { font-size: 14px; border-spacing: 0; border: 0; border-collapse: collapse;}
.description thead { background: #999; color: white;}
.description table td,.description table th { border: solid 1px #ddd; padding: 4px; font-weight: normal;}
.flat-list ul { padding-left: 0;}
.flat-list li { display: inline; list-style: none;}
table.summary { width: 100%; margin: 10px 0; border-spacing: 0; border: 0; border-collapse: collapse;}
table.summary thead { background: #999; color: white;}
table.summary td { border: solid 1px #ddd; padding: 4px 10px;}
table.summary tbody td:nth-child(1) { text-align: right; white-space: nowrap; min-width: 64px; vertical-align: top;}
table.summary tbody td:nth-child(2) { width: 100%; border-right: none;}
table.summary tbody td:nth-child(3) { white-space: nowrap; border-left: none; vertical-align: top;}
table.summary td > div:nth-of-type(2) { padding-top: 4px; padding-left: 15px;}
table.summary td p { margin-bottom: 0;}
.inherited-summary thead td { padding-left: 2px;}
.inherited-summary thead a { color: white;}
.inherited-summary .summary tbody { display: none;}
.inherited-summary .summary .toggle { padding: 0 4px; font-size: 12px; cursor: pointer;}.inherited-summary .summary .toggle.closed:before { content: "▶";}.inherited-summary .summary .toggle.opened:before { content: "▼";}
.member, .method { margin-bottom: 24px;}
table.params { width: 100%; margin: 10px 0; border-spacing: 0; border: 0; border-collapse: collapse;}
table.params thead { background: #eee; color: #aaa;}
table.params td { padding: 4px; border: solid 1px #ddd;}
table.params td p { margin: 0;}
.content .detail > * { margin: 15px 0;}
.content .detail > h3 { color: black;}
.content .detail > div { margin-left: 10px;}
.content .detail > .import-path { margin-top: -8px;}
.content .detail + .detail { margin-top: 30px;}
.content .detail .throw td:first-child { padding-right: 10px;}
.content .detail h4 + :not(pre) { padding-left: 0; margin-left: 10px;}
.content .detail h4 + ul li { list-style: none;}
.return-param * { display: inline;}
.argument-params { margin-bottom: 20px;}
.return-type { padding-right: 10px; font-weight: normal;}
.return-desc { margin-left: 10px; margin-top: 4px;}
.return-desc p { margin: 0;}
.deprecated, .experimental, .instance-docs { border-left: solid 5px orange; padding-left: 4px; margin: 4px 0;}
tr.listen p,tr.throw p,tr.emit p{ margin-bottom: 10px;}
.version, .since { color: #aaa;}
h3 .right-info { position: absolute; right: 4px; font-size: 14px;}
.version + .since:before { content: '| ';}
.see { margin-top: 10px;}
.see h4 { margin: 4px 0;}
.content .detail h4 + .example-doc { margin: 6px 0;}
.example-caption { position: relative; bottom: -1px; display: inline-block; padding: 4px; font-style: italic; background-color: #f5f5f5; font-weight: bold; border-radius: 3px; border-bottom-left-radius: 0; border-bottom-right-radius: 0;}
.example-caption + pre.source-code { margin-top: 0; border-top-left-radius: 0;}
footer, .file-footer { text-align: right; font-style: italic; font-weight: 100; font-size: 13px; margin-right: 50px; margin-left: 220px; border-top: 1px solid #ddd; padding-top: 30px; margin-top: 20px; padding-bottom: 10px;}
pre.source-code { background: #f5f5f5; padding: 4px;}
pre.raw-source-code > code { padding: 0; margin: 0;}
pre.source-code.line-number { padding: 0;}
pre.source-code ol { background: #eee; padding-left: 40px;}
pre.source-code li { background: white; padding-left: 4px; list-style: decimal; margin: 0;}
pre.source-code.line-number li.active { background: rgb(255, 255, 150);}
table.files-summary { width: 100%; margin: 10px 0; border-spacing: 0; border: 0; border-collapse: collapse; text-align: right;}
table.files-summary tbody tr:hover { background: #eee;}
table.files-summary td:first-child,table.files-summary td:nth-of-type(2) { text-align: left;}
table.files-summary[data-use-coverage="false"] td.coverage { display: none;}
table.files-summary thead { background: #999; color: white;}
table.files-summary td { border: solid 1px #ddd; padding: 4px 10px; vertical-align: top;}
table.files-summary td.identifiers > span { display: block; margin-top: 4px;}table.files-summary td.identifiers > span:first-child { margin-top: 0;}
table.files-summary .coverage-count { font-size: 12px; color: #aaa; display: inline-block; min-width: 40px;}
.total-coverage-count { position: relative; bottom: 2px; font-size: 12px; color: #666; font-weight: 500; padding-left: 5px;}
table.test-summary thead { background: #999; color: white;}
table.test-summary thead .test-description { width: 50%;}
table.test-summary { width: 100%; margin: 10px 0; border-spacing: 0; border: 0; border-collapse: collapse;}
table.test-summary thead .test-count { width: 3em;}
table.test-summary tbody tr:hover { background-color: #eee;}
table.test-summary td { border: solid 1px #ddd; padding: 4px 10px; vertical-align: top;}
table.test-summary td p { margin: 0;}
table.test-summary tr.test-describe .toggle { display: inline-block; float: left; margin-right: 4px; cursor: pointer;}
table.test-summary tr.test-describe .toggle.opened:before { content: '▼';}
table.test-summary tr.test-describe .toggle.closed:before { content: '▶';}
table.test-summary .test-target > span { display: block; margin-top: 4px;}table.test-summary .test-target > span:first-child { margin-top: 0;}
.inner-link-active { background: rgb(255, 255, 150);}
/* search box */.search-box { position: absolute; top: 10px; right: 50px; padding-right: 8px; padding-bottom: 10px; line-height: normal; font-size: 12px;}
.search-box img { width: 20px; vertical-align: top;}
.search-input { display: inline; visibility: hidden; width: 0; padding: 2px; height: 1.5em; outline: none; background: transparent; border: 1px #0af; border-style: none none solid none; vertical-align: bottom;}
.search-input-edge { display: none; width: 1px; height: 5px; background-color: #0af; vertical-align: bottom;}
.search-result { position: absolute; display: none; height: 600px; width: 100%; padding: 0; margin-top: 5px; margin-left: 24px; background: white; box-shadow: 1px 1px 4px rgb(0,0,0); white-space: nowrap; overflow-y: scroll;}
.search-result-import-path { color: #aaa; font-size: 12px;}
.search-result li { list-style: none; padding: 2px 4px;}
.search-result li a { display: block;}
.search-result li.selected { background: #ddd;}
.search-result li.search-separator { background: rgb(37, 138, 175); color: white;}
.search-box.active .search-input { visibility: visible; transition: width 0.2s ease-out; width: 300px;}
.search-box.active .search-input-edge { display: inline-block;}
/* coverage badge */.esdoc-coverage { display: inline-block; height: 20px; vertical-align: top;}
h1 .esdoc-coverage { position: relative; top: -4px;}
.esdoc-coverage-wrap { color: white; font-size: 12px; font-weight: 500;}
.esdoc-coverage-label { padding: 3px 4px 3px 6px; background: linear-gradient(to bottom, #5e5e5e 0%,#4c4c4c 100%); border-radius: 4px 0 0 4px; display: inline-block; height: 20px; box-sizing: border-box; line-height: 14px;}
.esdoc-coverage-ratio { padding: 3px 6px 3px 4px; border-radius: 0 4px 4px 0; display: inline-block; height: 20px; box-sizing: border-box; line-height: 14px;}
.esdoc-coverage-low { background: linear-gradient(to bottom, #db654f 0%,#c9533d 100%);}
.esdoc-coverage-middle { background: linear-gradient(to bottom, #dab226 0%,#c9a179 100%);}
.esdoc-coverage-high { background: linear-gradient(to bottom, #4fc921 0%,#3eb810 100%);}
/* github markdown */.github-markdown { font-size: 16px;}
.github-markdown h1,.github-markdown h2,.github-markdown h3,.github-markdown h4,.github-markdown h5 { margin-top: 1em; margin-bottom: 16px; font-weight: bold; padding: 0;}
.github-markdown h1:nth-of-type(1) { margin-top: 0;}
.github-markdown h1 { font-size: 2em; padding-bottom: 0.3em;}
.github-markdown h2 { font-size: 1.75em; padding-bottom: 0.3em;}
.github-markdown h3 { font-size: 1.5em; background-color: transparent;}
.github-markdown h4 { font-size: 1.25em;}
.github-markdown h5 { font-size: 1em;}
.github-markdown ul, .github-markdown ol { padding-left: 2em;}
.github-markdown pre > code { font-size: 0.85em;}
.github-markdown table { margin-bottom: 1em; border-collapse: collapse; border-spacing: 0;}
.github-markdown table tr { background-color: #fff; border-top: 1px solid #ccc;}
.github-markdown table th,.github-markdown table td { padding: 6px 13px; border: 1px solid #ddd;}
.github-markdown table tr:nth-child(2n) { background-color: #f8f8f8;}