blob: 6f4686769655eae414927b25126349139cda12f2 [file] [log] [blame]
/* Palette generated by Material Palette - materialpalette.com/blue-grey/light-blue */
.dark-primary-color { background: #455A64; }
.default-primary-color { background: #607D8B; }
.light-primary-color { background: #CFD8DC; }
.text-primary-color { color: #FFFFFF; }
.accent-color { background: #03A9F4; }
.primary-text-color { color: #212121; }
.secondary-text-color { color: #727272; }
.divider-color { border-color: #B6B6B6; }
/*
Palette generated by Material Palette - materialpalette.com/cyan/teal
.dark-primary-color { background: #0097A7; }
.default-primary-color { background: #00BCD4; }
.light-primary-color { background: #B2EBF2; }
.text-primary-color { color: #FFFFFF; }
.accent-color { background: #009688; }
.primary-text-color { color: #212121; }
.secondary-text-color { color: #727272; }
.divider-color { border-color: #B6B6B6; }
*/
html {
position: relative;
min-height: 100%;
}
body {
font-family: 'Roboto', sans-serif;
font-size: 15px;
padding-top: 50px;
margin-bottom: 60px;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
overflow-x: hidden;
}
/* some of this is to reset bootstrap */
nav.navbar {
background-color: inherit;
min-height: 56px;
border: 0;
display: flex;
flex-direction: column;
justify-content: center;
display: -webkit-flex;
-webkit-flex-direction: column;
-webkit-justify-content: center;
}
header {
background-color: #607D8B;
color: white;
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}
header.header-fixed nav.navbar-fixed-top {
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}
header.container-fluid {
padding: 0;
}
dl {
margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
margin: 0;
}
h1.title {
overflow: hidden;
text-overflow: ellipsis;
}
h2 {
font-size: 32px;
}
.subtitle {
font-size: 17px;
min-height: 1.4em;
}
.title-description .subtitle {
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
}
p {
margin-bottom: 1em;
}
p,
ul,
li {
color: #727272;
}
a {
color: #455A64;
}
pre {
font-family: 'Source Code Pro', monospace;
color: black;
border-radius: 4px;
font-size: 14px;
word-wrap: normal;
line-height: 1.4;
border: 1px solid #f0f0f0;
margin: 16px;
padding: 8px;
}
pre code {
white-space: pre;
}
.fixed {
white-space: pre;
}
code {
font-family: 'Source Code Pro', monospace;
/* overriding bootstrap */
font-size: 14px;
color: inherit;
border-radius: 0;
padding: 0;
background-color: inherit;
}
@media (min-width: 970px) and (max-width: 2500px) {
.container {
width: 768px;
}
}
@media(max-width: 768px) {
nav .container {
width: 100%
}
h1 {
font-size: 24px;
}
pre {
margin: 16px 0;
}
}
@media (min-width: 768px) {
.dl-horizontal dd {
margin-left: 128px;
}
.dl-horizontal dt {
width: 128px;
}
}
header h1 {
margin-top: 64px;
font-weight: 400;
}
header a,
header p,
header li {
color: white;
}
/*header h1 .kind {
font-weight: 300;
}*/
dt {
font-weight: normal;
}
dd {
margin-bottom: 16px;
color: hsl(0, 0%, 46%);
}
section.summary h2 {
color: hsl(0, 0%, 46%);
margin-bottom: 16px;
border-bottom: 1px solid #B6B6B6;
}
section.summary dd {
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
}
section.summary dt {
margin-left: 24px;
text-indent: -24px;
}
dl.dl-horizontal dt {
font-style: normal;
text-align: left;
}
dt .name {
font-size: 17px;
}
dl dt.callable .name {
float: none;
width: auto;
}
.parameter {
white-space: nowrap;
}
.signature a {
color: rgb(51, 51, 51);
}
.optional {
font-style: italic;
}
.undocumented {
font-style: italic;
}
.deprecated {
text-decoration: line-through;
}
p.firstline {
font-weight: bold;
}
footer {
padding: 20px;
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
}
footer p {
margin: 0;
}
footer .no-break {
white-space: nowrap;
}
footer .container,
footer .container-fluid {
padding-left: 0;
padding-right: 0;
}
.copyright a {
color: #727272;
}
.markdown h1 {
font-size: 24px;
margin-bottom: 8px;
}
.markdown h2 {
font-size: 20px;
margin-top: 24px;
margin-bottom: 8px;
}
.markdown h3 {
font-size: 18px;
margin-bottom: 8px;
}
.markdown h4 {
font-size: 16px;
margin-bottom: 0;
}
.markdown li p {
margin: 0;
}
.gt-separated {
list-style: none;
padding: 0;
display: inline;
}
.gt-separated li {
display: inline;
}
.gt-separated li:after {
content: " → ";
}
.gt-separated li:last-child:after {
content: "";
}
.is-inherited {
font-style: italic;
}
.multi-line-signature {
font-size: 17px;
}
.breadcrumbs {
padding: 0;
margin: 8px 0 8px 0;
font-size: 17px;
}
.annotation-list {
list-style: none;
padding: 0;
display: inline;
}
.annotation-list li {
display: inline;
}
.annotation-list li:before {
content: "@";
}
.comma-separated {
list-style: none;
padding: 0;
display: inline;
}
.comma-separated li {
display: inline;
}
.comma-separated li:after {
content: ", ";
}
.comma-separated li:last-child:after {
content: "";
}
.end-with-period li:last-child:after {
content: ".";
}
section {
padding-top: 32px;
}
.container > section:first-child {
border: 0;
}
.constructor-modifier {
font-style: italic;
}
.readable-writable {
font-style: italic;
}
section.multi-line-signature div.parameters {
margin-left: 24px;
}