2020-03-26 12:57:10 -06:00
|
|
|
body {
|
|
|
|
font-family: Maven Pro, sans-serif;
|
2020-03-30 15:38:40 -06:00
|
|
|
background: #f1f4f5;
|
2020-03-26 12:57:10 -06:00
|
|
|
}
|
|
|
|
|
2020-01-24 12:47:52 -07:00
|
|
|
header {
|
2020-03-30 15:38:40 -06:00
|
|
|
padding: 20px 40px;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#logo-container {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
line-height: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#logo {
|
|
|
|
height: 25px;
|
|
|
|
line-height: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#logo-docs {
|
|
|
|
font-family: Montserrat, sans-serif;
|
2020-03-30 15:38:40 -06:00
|
|
|
font-weight: bold;
|
2020-01-24 12:47:52 -07:00
|
|
|
text-transform: uppercase;
|
2020-03-30 15:38:40 -06:00
|
|
|
color: #0e495e;
|
2020-01-24 12:47:52 -07:00
|
|
|
margin-left: 10px;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
2020-04-04 16:17:54 -06:00
|
|
|
#search {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2020-01-24 12:47:52 -07:00
|
|
|
header nav {
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
header nav .button {
|
|
|
|
padding-top: 4px;
|
|
|
|
padding-bottom: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumbs {
|
2020-03-30 15:38:40 -06:00
|
|
|
padding: 10px 20px !important;
|
|
|
|
margin-bottom: 0 !important;
|
|
|
|
color: #2861aa;
|
2020-01-24 12:47:52 -07:00
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 1.75em;
|
|
|
|
}
|
|
|
|
|
2020-03-30 15:38:40 -06:00
|
|
|
#top-breadcrumb {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#top-breadcrumb:not(:hover) {
|
|
|
|
color: #2861aa;
|
|
|
|
}
|
|
|
|
|
2020-01-24 12:47:52 -07:00
|
|
|
.breadcrumbs a {
|
|
|
|
font-weight: normal;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumb-siblings-title {
|
|
|
|
padding: 10px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumb-siblings a {
|
|
|
|
display: block;
|
|
|
|
padding: 0 10px;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumb-siblings a+a {
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumb-siblings a:last-child {
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
main {
|
|
|
|
display: flex;
|
2020-03-30 15:38:40 -06:00
|
|
|
justify-content: center;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
main > .sidebar {
|
2020-03-30 15:38:40 -06:00
|
|
|
width: 18%;
|
2020-01-24 12:47:52 -07:00
|
|
|
flex-shrink: 0;
|
2020-03-30 15:38:40 -06:00
|
|
|
flex-grow: 1;
|
|
|
|
padding: 20px;
|
|
|
|
max-width: 400px;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
2020-03-30 15:38:40 -06:00
|
|
|
main > .sidebar:last-child {
|
|
|
|
flex-shrink: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
main > nav.sidebar {
|
2020-01-24 12:47:52 -07:00
|
|
|
position: relative;
|
2020-03-30 15:38:40 -06:00
|
|
|
font-size: 16px;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
2020-06-02 20:03:43 -06:00
|
|
|
main nav li img {
|
|
|
|
max-height: .9em;
|
|
|
|
}
|
|
|
|
|
2020-01-24 12:47:52 -07:00
|
|
|
main nav ul {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
main nav li {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
main nav li a {
|
|
|
|
display: block;
|
|
|
|
text-decoration: none;
|
|
|
|
color: inherit;
|
2020-03-30 15:38:40 -06:00
|
|
|
border-radius: 1.5em;
|
|
|
|
padding: 6px 18px 6px 28px;
|
|
|
|
color: #546c75;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
2020-03-30 15:38:40 -06:00
|
|
|
|
|
|
|
|
2020-01-24 12:47:52 -07:00
|
|
|
main nav li a:hover {
|
2020-03-30 15:38:40 -06:00
|
|
|
color: #01324b;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
main nav li a:before {
|
|
|
|
content: '\203A';
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 1rem;
|
|
|
|
position: absolute;
|
|
|
|
opacity: 0;
|
2020-03-30 15:38:40 -06:00
|
|
|
left: 0;
|
2020-01-24 12:47:52 -07:00
|
|
|
transition: left .15s, opacity .15s;
|
|
|
|
}
|
|
|
|
|
|
|
|
main nav li a:hover:before {
|
|
|
|
opacity: 1;
|
2020-03-30 15:38:40 -06:00
|
|
|
left: .75em;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
main nav li li a:hover:before {
|
|
|
|
left: 1.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
main nav li a.current {
|
2020-03-30 15:38:40 -06:00
|
|
|
background-color: #e0e8f0;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
main nav li.heading {
|
|
|
|
font-weight: bold;
|
2020-03-30 15:38:40 -06:00
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 90%;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
padding: 10px 20px 10px 2em;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
main nav li.heading:not(:first-child) {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
main nav li li a {
|
|
|
|
padding-top: 6px;
|
|
|
|
padding-bottom: 4px;
|
2020-03-30 15:38:40 -06:00
|
|
|
padding-left: 3em;
|
2020-01-24 12:47:52 -07:00
|
|
|
font-size: 90%;
|
|
|
|
}
|
|
|
|
|
2020-03-30 15:38:40 -06:00
|
|
|
.paper {
|
|
|
|
position: relative;
|
|
|
|
flex-shrink: 0;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
background: white;
|
|
|
|
border-radius: 4px;
|
|
|
|
box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, .15);
|
|
|
|
}
|
|
|
|
|
|
|
|
#paper1,
|
|
|
|
#paper2 {
|
|
|
|
background: #f8fafb;
|
|
|
|
max-height: 1500px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#paper1 {
|
|
|
|
top: -20px;
|
|
|
|
left: 20px;
|
|
|
|
transform: rotate(3deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
#paper2 {
|
|
|
|
top: 30px;
|
|
|
|
left: -100%;
|
|
|
|
transform: rotate(-5deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
.paper3 {
|
|
|
|
top: 20px;
|
|
|
|
left: -200%;
|
|
|
|
}
|
|
|
|
|
2020-01-24 12:47:52 -07:00
|
|
|
.article-container {
|
2020-03-30 15:38:40 -06:00
|
|
|
display: flex;
|
|
|
|
align-content: flex-start;
|
2020-01-24 12:47:52 -07:00
|
|
|
flex-grow: 1;
|
|
|
|
min-width: 0;
|
2020-03-30 15:38:40 -06:00
|
|
|
margin: 20px;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 1100px;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
article {
|
2020-03-30 15:38:40 -06:00
|
|
|
padding-top: 8%;
|
|
|
|
padding-bottom: 8%;
|
2020-01-24 12:47:52 -07:00
|
|
|
font-size: 20px;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
2020-03-30 15:38:40 -06:00
|
|
|
/*
|
|
|
|
while we want most elements that are rendered
|
|
|
|
server-side from markdown to have a constrained
|
|
|
|
width, a few elements should be allowed to
|
|
|
|
extend to the borders of the page
|
|
|
|
*/
|
|
|
|
article > :not(.fullwidth),
|
|
|
|
article > .fullwidth > * {
|
|
|
|
padding-left: 8%;
|
|
|
|
padding-right: 8%;
|
|
|
|
}
|
|
|
|
article > :not(h1),
|
|
|
|
dd,
|
2020-01-24 12:47:52 -07:00
|
|
|
article p,
|
2020-03-30 15:38:40 -06:00
|
|
|
article ol,
|
2020-01-24 12:47:52 -07:00
|
|
|
article ul,
|
2020-03-30 15:38:40 -06:00
|
|
|
article pre,
|
|
|
|
article table {
|
|
|
|
margin-bottom: 1.5rem;
|
|
|
|
}
|
|
|
|
article > .fullwidth { margin-bottom: 1.5rem; }
|
|
|
|
article > .fullwidth > * { margin-bottom: 0; }
|
|
|
|
|
|
|
|
article > pre.chroma > code {
|
|
|
|
background: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
article > pre.chroma {
|
|
|
|
padding-top: 2em;
|
|
|
|
padding-bottom: 2em;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
article ul,
|
|
|
|
article ol,
|
|
|
|
#hovercard ul,
|
|
|
|
#hovercard ol {
|
|
|
|
margin-left: 2.5em;
|
|
|
|
}
|
|
|
|
|
2020-03-30 15:38:40 -06:00
|
|
|
article ul ul,
|
|
|
|
article ol ol,
|
|
|
|
article ol ul,
|
|
|
|
article ul ol {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2020-01-24 12:47:52 -07:00
|
|
|
article p,
|
|
|
|
article li {
|
|
|
|
line-height: 1.5em;
|
|
|
|
}
|
|
|
|
|
2020-06-11 11:47:34 -06:00
|
|
|
article li p,
|
|
|
|
article li ul,
|
|
|
|
article li ol {
|
|
|
|
margin-bottom: .5em;
|
|
|
|
}
|
|
|
|
|
2020-03-30 15:38:40 -06:00
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
|
|
|
/* to ensure that the anchor-link icons stay inside the heading */
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1,
|
|
|
|
h2 {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2020-01-24 12:47:52 -07:00
|
|
|
h1 {
|
2020-03-30 15:38:40 -06:00
|
|
|
font-size: 72px;
|
|
|
|
color: #0e3e5b;
|
|
|
|
letter-spacing: -2px;
|
2020-03-21 21:03:29 -06:00
|
|
|
margin-bottom: 50px;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: 46px;
|
|
|
|
padding-bottom: 15px;
|
2020-03-30 15:38:40 -06:00
|
|
|
border-bottom: 4px solid #72abe8;
|
|
|
|
margin: 100px 0 40px !important;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-size: 34px;
|
|
|
|
margin: 50px 0 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
font-size: 24px;
|
|
|
|
margin: 25px 0 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h5 {
|
|
|
|
font-size: 22px;
|
|
|
|
margin: 2em 0 1em;
|
|
|
|
}
|
|
|
|
|
2020-02-26 16:30:54 -05:00
|
|
|
.anchor-link {
|
|
|
|
opacity: 0;
|
2020-03-30 15:38:40 -06:00
|
|
|
font-size: .6em;
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: .3em .5em;
|
|
|
|
margin-left: .25em;
|
|
|
|
position: absolute;
|
|
|
|
top: 5px;
|
2020-02-26 16:30:54 -05:00
|
|
|
}
|
2020-03-30 15:38:40 -06:00
|
|
|
|
2020-02-26 16:30:54 -05:00
|
|
|
*:hover > .anchor-link,
|
|
|
|
.anchor-link:focus {
|
|
|
|
opacity: 1;
|
2020-03-30 15:38:40 -06:00
|
|
|
text-decoration: none;
|
2020-02-26 16:30:54 -05:00
|
|
|
}
|
|
|
|
|
2020-03-30 15:38:40 -06:00
|
|
|
.anchor-link:hover {
|
|
|
|
background-color: rgba(0, 0, 0, .075);
|
|
|
|
}
|
|
|
|
|
2020-01-24 12:47:52 -07:00
|
|
|
code {
|
2020-03-30 15:38:40 -06:00
|
|
|
background-color: #e9f1fb;
|
|
|
|
border-radius: 5px;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
code.cmd {
|
|
|
|
background-color: #333;
|
|
|
|
color: #eaeaea;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre > code,
|
|
|
|
pre.chroma,
|
|
|
|
.group {
|
|
|
|
display: block;
|
|
|
|
white-space: pre;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre > code,
|
2020-03-30 15:38:40 -06:00
|
|
|
article > pre {
|
2020-01-24 12:47:52 -07:00
|
|
|
padding: 1em;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre > code.cmd {
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
code.cmd.bash,
|
|
|
|
code.cmd .bash {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
code.cmd.bash::before,
|
|
|
|
code.cmd .bash::before {
|
|
|
|
content: '$';
|
|
|
|
margin-right: .5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
dt:hover .inline-link {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
dd {
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#field-list-header {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.field-name {
|
|
|
|
display: block;
|
|
|
|
font-family: 'Source Code Pro', monospace;
|
2020-03-30 15:38:40 -06:00
|
|
|
margin-top: 2em;
|
2020-01-24 12:47:52 -07:00
|
|
|
font-weight: bold;
|
|
|
|
margin-bottom: .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-link {
|
|
|
|
text-decoration: none;
|
|
|
|
position: absolute;
|
2020-03-30 15:38:40 -06:00
|
|
|
margin-left: -1.5em;
|
|
|
|
/* margin-top: -.1em; */
|
|
|
|
padding-right: .3em;
|
2020-01-24 12:47:52 -07:00
|
|
|
padding-left: .2em;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-link:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
|
|
|
border: none;
|
2020-03-30 15:38:40 -06:00
|
|
|
border-top: 8px solid #34669b;
|
|
|
|
margin: 4em 0;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
article img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
iframe {
|
|
|
|
margin: 1em 0 2em;
|
|
|
|
}
|
|
|
|
|
2020-07-16 15:51:46 -06:00
|
|
|
.nonstandard-notice {
|
|
|
|
font-size: 14px;
|
|
|
|
max-width: 500px;
|
|
|
|
margin: 25px auto;
|
|
|
|
border: 1px solid #ecd200;
|
|
|
|
background: #fffddf;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 10px;
|
|
|
|
color: #886c00;
|
|
|
|
line-height: 1.4em;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nonstandard {
|
|
|
|
color: rgb(214, 145, 16);
|
|
|
|
}
|
|
|
|
|
|
|
|
.nonstandard-flag {
|
|
|
|
cursor: help;
|
|
|
|
font-size: 8px;
|
|
|
|
line-height: 1em;
|
|
|
|
padding: 4px 8px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: bold;
|
|
|
|
background-color: rgb(238, 167, 34);
|
|
|
|
color: white;
|
|
|
|
border-radius: 4px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-01-24 12:47:52 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.json {
|
|
|
|
line-height: 1.5em;
|
|
|
|
}
|
|
|
|
.json .qu { color: #5c91bf; }
|
|
|
|
.json .key { color: #1c83dc; font-weight: bold; }
|
|
|
|
.json .str { color: #2f8598; }
|
|
|
|
.json .num { color: #038a3f; }
|
|
|
|
.json .bool { color: #9b5e14; }
|
2020-03-21 21:03:29 -06:00
|
|
|
.json .key a:not([href]) { color: #222; }
|
2020-03-30 15:38:40 -06:00
|
|
|
article .json a {
|
2020-01-24 12:47:52 -07:00
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2020-03-21 21:03:29 -06:00
|
|
|
.json .has-popup { border-bottom: 1px dashed #222; }
|
|
|
|
.json a[href].has-popup { border-bottom-color: #1c82dc; }
|
2020-01-24 12:47:52 -07:00
|
|
|
.json .has-popup.module { border-bottom: none; }
|
|
|
|
|
|
|
|
|
|
|
|
#hovercard {
|
|
|
|
max-width: 450px;
|
|
|
|
border-radius: 10px;
|
|
|
|
filter: drop-shadow(0 5px 5px rgba(0, 0, 0, .25));
|
|
|
|
position: absolute;
|
|
|
|
font-size: 16px;
|
|
|
|
transition: transform .25s ease-in-out, opacity .25s ease-in-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
#hovercard:not(.popup) {
|
|
|
|
opacity: 0;
|
|
|
|
display: none;
|
|
|
|
transform: translateY(0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup {
|
|
|
|
display: block;
|
|
|
|
opacity: 1;
|
|
|
|
transform: translateY(-10px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.arrow-box {
|
|
|
|
position: relative;
|
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.arrow-box:after {
|
|
|
|
bottom: 100%;
|
|
|
|
left: 50%;
|
|
|
|
border: solid transparent;
|
|
|
|
content: " ";
|
|
|
|
height: 0;
|
|
|
|
width: 0;
|
|
|
|
position: absolute;
|
|
|
|
pointer-events: none;
|
|
|
|
border-color: rgba(255, 255, 255, 0);
|
|
|
|
border-bottom-color: white;
|
|
|
|
border-width: 10px;
|
|
|
|
margin-left: -10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#hovercard p {
|
|
|
|
padding: 1em;
|
|
|
|
line-height: 1.4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#hovercard p+p {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#hovercard li {
|
|
|
|
margin: .25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#hovercard pre > code {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#hovercard li {
|
|
|
|
padding-top: 0;
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2020-07-16 15:51:46 -06:00
|
|
|
#hovercard .nonstandard-flag {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2020-01-24 12:47:52 -07:00
|
|
|
#hovercard .module-link {
|
|
|
|
display: block;
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 1em;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: .5em 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#hovercard .module-link:hover {
|
|
|
|
background: #f5f5f5;
|
|
|
|
}
|
|
|
|
|
|
|
|
#hovercard .module-link:last-child {
|
|
|
|
border-bottom-left-radius: 10px;
|
|
|
|
border-bottom-right-radius: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#hovercard .module-link-description {
|
|
|
|
font-size: 14px;
|
|
|
|
color: #555;
|
|
|
|
margin-left: .5em;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
#hovercard-namespace-box,
|
|
|
|
#hovercard-inline-link {
|
|
|
|
border: 0px solid #f0f6f7;
|
|
|
|
}
|
|
|
|
|
|
|
|
#hovercard-namespace-box {
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#hovercard-inline-link {
|
|
|
|
border-top-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#hovercard-inline-link a {
|
|
|
|
display: block;
|
|
|
|
padding: 8px 10px;
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 85%;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#hovercard-namespace {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.explain {
|
|
|
|
font-style: italic;
|
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
2020-03-30 15:38:40 -06:00
|
|
|
article aside {
|
|
|
|
position: relative;
|
|
|
|
font-size: 16px;
|
|
|
|
margin: 2em auto 3em !important;
|
|
|
|
max-width: 800px;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
2020-03-30 15:38:40 -06:00
|
|
|
article aside.tip,
|
|
|
|
article aside.advice {
|
|
|
|
padding-left: calc(8% + 50px) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
article aside.tip::before,
|
|
|
|
article aside.advice::before {
|
|
|
|
font-size: 45px;
|
2020-01-24 12:47:52 -07:00
|
|
|
position: absolute;
|
2020-03-30 15:38:40 -06:00
|
|
|
top: -4px;
|
|
|
|
left: 8%;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
2020-03-30 15:38:40 -06:00
|
|
|
article aside.tip {
|
|
|
|
color: #706b95;
|
|
|
|
}
|
|
|
|
article aside.advice {
|
|
|
|
color: #826848;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
2020-03-30 15:38:40 -06:00
|
|
|
article aside.tip:nth-child(even)::before {
|
|
|
|
content: '💁♀️';
|
|
|
|
}
|
|
|
|
article aside.tip:nth-child(odd)::before {
|
|
|
|
content: '💁♂️';
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
2020-03-30 15:38:40 -06:00
|
|
|
article aside.advice::before {
|
|
|
|
content: '🤦';
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
2020-03-30 15:38:40 -06:00
|
|
|
article aside.complete {
|
|
|
|
color: #6b6b6b;
|
|
|
|
border: 2px dotted #88db88;
|
|
|
|
text-align: center;
|
|
|
|
max-width: 500px;
|
|
|
|
padding: 15px 25px !important;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
2020-03-30 15:38:40 -06:00
|
|
|
article aside.complete::before {
|
|
|
|
content: '✅ complete';
|
|
|
|
color: #39c849;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
margin-right: 2em;
|
|
|
|
margin-bottom: .5em;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
table-layout: fixed;
|
|
|
|
border-collapse: collapse;
|
|
|
|
font-size: 16px;
|
2020-03-30 15:38:40 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
article > table {
|
|
|
|
margin: 25px auto;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
th, td {
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
padding: 10px;
|
|
|
|
line-height: 1.4em;
|
|
|
|
vertical-align: top;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
|
|
|
text-align: left;
|
|
|
|
background: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
td code {
|
|
|
|
font-size: 14px;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
2020-03-21 21:03:29 -06:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#module-docs-container,
|
|
|
|
#module-list-container {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#module-list {
|
|
|
|
margin-top: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#module-list td:first-child {
|
|
|
|
word-wrap: break-word;
|
|
|
|
max-width: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#module-list .module-link {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-01-24 12:47:52 -07:00
|
|
|
|
|
|
|
@media (max-width: 1400px) {
|
|
|
|
table {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: 38px;
|
|
|
|
margin-top: 65px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-size: 28px;
|
|
|
|
margin-top: 40px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-03-30 15:38:40 -06:00
|
|
|
@media (max-width: 1100px) {
|
|
|
|
header {
|
|
|
|
padding-bottom: 0;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
main > .sidebar {
|
2020-03-30 15:38:40 -06:00
|
|
|
min-width: 200px;
|
|
|
|
padding: 20px 10px 0 0;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
2020-03-30 15:38:40 -06:00
|
|
|
main > .sidebar:last-child {
|
|
|
|
display: none;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
2020-03-30 15:38:40 -06:00
|
|
|
#paper1,
|
|
|
|
#paper2 {
|
|
|
|
display: none;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
2020-03-30 15:38:40 -06:00
|
|
|
.paper3 {
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
2020-03-30 15:38:40 -06:00
|
|
|
article {
|
2020-01-24 12:47:52 -07:00
|
|
|
font-size: 18px;
|
2020-03-30 15:38:40 -06:00
|
|
|
padding-top: 40px;
|
|
|
|
padding-bottom: 40px;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
2020-03-30 15:38:40 -06:00
|
|
|
|
|
|
|
article > :not(.fullwidth),
|
|
|
|
article > .fullwidth > * {
|
|
|
|
padding-left: 40px;
|
|
|
|
padding-right: 40px;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
2020-03-30 15:38:40 -06:00
|
|
|
article > :not(h1) {
|
|
|
|
margin-bottom: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
article > pre.chroma {
|
|
|
|
padding-top: 1em;
|
|
|
|
padding-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 45px;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
2020-03-30 15:38:40 -06:00
|
|
|
h2 {
|
|
|
|
font-size: 32px;
|
|
|
|
}
|
|
|
|
}
|
2020-01-24 12:47:52 -07:00
|
|
|
|
2020-04-04 16:17:54 -06:00
|
|
|
@media (max-width: 900px) {
|
|
|
|
#logo-container {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2020-01-24 12:47:52 -07:00
|
|
|
#logo-docs {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
main {
|
|
|
|
flex-direction: column-reverse;
|
2020-03-30 15:38:40 -06:00
|
|
|
align-items: center;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
main > .sidebar {
|
|
|
|
width: 100%;
|
|
|
|
border-width: 0;
|
|
|
|
border-top-width: 2px;
|
|
|
|
}
|
2020-03-30 15:38:40 -06:00
|
|
|
|
|
|
|
.article-container {
|
|
|
|
max-width: 100%; /* TODO: why is this necessary?? without it, article overflows super wide on narrow screen */
|
|
|
|
margin: 20px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.paper {
|
|
|
|
border-radius: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.anchor-link {
|
|
|
|
display: none;
|
|
|
|
}
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
|
|
body {
|
|
|
|
background-color: #060e17;
|
|
|
|
color: #bdd6f7;
|
|
|
|
}
|
|
|
|
|
2020-05-17 17:26:46 -04:00
|
|
|
header nav .new {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2020-03-30 15:38:40 -06:00
|
|
|
#search {
|
|
|
|
background: rgb(28, 52, 79);
|
|
|
|
color: #bdd6f7;
|
|
|
|
}
|
|
|
|
#search:focus {
|
|
|
|
background: rgb(46, 70, 96);
|
|
|
|
}
|
|
|
|
|
|
|
|
#paper1,
|
|
|
|
#paper2 {
|
|
|
|
background-color: #030a11;
|
|
|
|
}
|
|
|
|
.paper3 {
|
|
|
|
background-color: #051628;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#logo {
|
|
|
|
/* TODO: Add some color */
|
|
|
|
filter: invert(1) opacity(.35);
|
|
|
|
}
|
|
|
|
|
|
|
|
#logo-docs {
|
|
|
|
color: #5aa3dc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumbs {
|
|
|
|
color: #5aa3dc;
|
|
|
|
}
|
|
|
|
|
2020-03-30 15:38:40 -06:00
|
|
|
main nav li a {
|
|
|
|
color: #668d9b;
|
|
|
|
}
|
|
|
|
|
2020-01-24 12:47:52 -07:00
|
|
|
main nav ul li a:hover {
|
|
|
|
color: #5aa3dc;
|
|
|
|
}
|
|
|
|
|
|
|
|
main nav ul li a.current {
|
|
|
|
background-color: #061b35;
|
|
|
|
}
|
|
|
|
|
2020-03-30 15:38:40 -06:00
|
|
|
.breadcrumbs {
|
2020-01-24 12:47:52 -07:00
|
|
|
border-color: #061b35;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
color: #5aa3dc;
|
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
|
|
|
background-color: #122844;
|
|
|
|
}
|
|
|
|
|
|
|
|
code.cmd {
|
|
|
|
background-color: #000;
|
|
|
|
color: #ccc;
|
|
|
|
}
|
2020-03-22 16:14:17 -06:00
|
|
|
|
|
|
|
.json .key a:not([href]) {
|
|
|
|
color: #bdd6f7
|
|
|
|
}
|
2020-01-24 12:47:52 -07:00
|
|
|
|
|
|
|
#hovercard,
|
|
|
|
.arrow-box {
|
|
|
|
background-color: #0a192b;
|
|
|
|
}
|
|
|
|
|
|
|
|
.arrow-box:after {
|
|
|
|
border-bottom-color: #0a192b;
|
|
|
|
}
|
|
|
|
|
|
|
|
#hovercard .module-link:hover {
|
|
|
|
background: #0f2c50;
|
|
|
|
}
|
|
|
|
|
|
|
|
#hovercard .module-link-description {
|
|
|
|
color: rgb(167, 167, 167);
|
|
|
|
}
|
|
|
|
|
|
|
|
#hovercard-namespace-box,
|
|
|
|
#hovercard-inline-link {
|
|
|
|
border-color: #0a2b53;
|
|
|
|
}
|
2020-02-26 15:52:16 -05:00
|
|
|
|
2020-03-30 15:38:40 -06:00
|
|
|
article aside.tip {
|
|
|
|
color: #8c81e4;
|
2020-01-24 12:47:52 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
|
|
|
background-color: #142638;
|
|
|
|
}
|
|
|
|
|
|
|
|
th,
|
|
|
|
td {
|
|
|
|
border-bottom-color: #233444;
|
|
|
|
}
|
|
|
|
}
|