2016-07-20 16:33:09 -04:00
|
|
|
.documentation {
|
|
|
|
font-family: Helvetica, sans-serif;
|
|
|
|
color: #666;
|
|
|
|
line-height: 1.5;
|
|
|
|
background: #f5f5f5;
|
2015-11-20 09:21:46 -05:00
|
|
|
}
|
|
|
|
|
2016-07-20 16:33:09 -04:00
|
|
|
.black {
|
|
|
|
color: #666;
|
2015-11-20 09:21:46 -05:00
|
|
|
}
|
|
|
|
|
2016-07-20 16:33:09 -04:00
|
|
|
.bg-white {
|
|
|
|
background-color: #fff;
|
2015-11-20 09:21:46 -05:00
|
|
|
}
|
|
|
|
|
2016-07-20 16:33:09 -04:00
|
|
|
h4 {
|
|
|
|
margin: 20px 0 10px 0;
|
2015-11-20 09:21:46 -05:00
|
|
|
}
|
|
|
|
|
2016-07-20 16:33:09 -04:00
|
|
|
.documentation h3 {
|
|
|
|
color: #000;
|
2015-11-20 09:21:46 -05:00
|
|
|
}
|
|
|
|
|
2016-07-20 16:33:09 -04:00
|
|
|
.border-bottom {
|
|
|
|
border-color: #ddd;
|
2015-11-20 09:21:46 -05:00
|
|
|
}
|
|
|
|
|
2016-07-20 16:33:09 -04:00
|
|
|
a {
|
|
|
|
color: #1184CE;
|
|
|
|
text-decoration: none;
|
2015-11-20 09:21:46 -05:00
|
|
|
}
|
|
|
|
|
2016-07-20 16:33:09 -04:00
|
|
|
.documentation a[href]:hover {
|
|
|
|
text-decoration: underline;
|
2015-11-20 09:21:46 -05:00
|
|
|
}
|
|
|
|
|
2016-07-20 16:33:09 -04:00
|
|
|
a:hover {
|
|
|
|
cursor: pointer;
|
2015-11-20 09:21:46 -05:00
|
|
|
}
|
|
|
|
|
2016-07-20 16:33:09 -04:00
|
|
|
.py1-ul li {
|
|
|
|
padding: 5px 0;
|
2015-11-20 09:21:46 -05:00
|
|
|
}
|
|
|
|
|
2016-07-20 16:33:09 -04:00
|
|
|
.max-height-100 {
|
|
|
|
max-height: 100%;
|
2015-11-20 09:21:46 -05:00
|
|
|
}
|
|
|
|
|
2016-07-20 16:33:09 -04:00
|
|
|
section:target h3 {
|
|
|
|
font-weight:700;
|
2015-11-20 09:21:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.documentation td,
|
|
|
|
.documentation th {
|
|
|
|
padding: .25rem .25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1:hover .anchorjs-link,
|
|
|
|
h2:hover .anchorjs-link,
|
|
|
|
h3:hover .anchorjs-link,
|
|
|
|
h4:hover .anchorjs-link {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2016-07-20 16:33:09 -04:00
|
|
|
.fix-3 {
|
|
|
|
width: 25%;
|
|
|
|
max-width: 244px;
|
2015-11-20 09:21:46 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.fix-3 {
|
|
|
|
width: 25%;
|
|
|
|
max-width: 244px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 52em) {
|
|
|
|
.fix-margin-3 {
|
|
|
|
margin-left: 25%;
|
|
|
|
}
|
|
|
|
}
|
2016-07-20 16:33:09 -04:00
|
|
|
|
|
|
|
.pre, pre, code, .code {
|
|
|
|
font-family: Source Code Pro,Menlo,Consolas,Liberation Mono,monospace;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fill-light {
|
|
|
|
background: #F9F9F9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.width2 {
|
|
|
|
width: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input {
|
|
|
|
font-family: inherit;
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
height: 2rem;
|
|
|
|
padding: .5rem;
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
font-size: .875rem;
|
|
|
|
border-radius: 3px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose table th,
|
|
|
|
.prose table td {
|
|
|
|
text-align: left;
|
|
|
|
padding:8px;
|
|
|
|
border:1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose table th:nth-child(1) { border-right: none; }
|
|
|
|
.prose table th:nth-child(2) { border-left: none; }
|
|
|
|
|
|
|
|
.prose table {
|
|
|
|
border:1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prose-big {
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.quiet {
|
|
|
|
opacity: 0.7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.minishadow {
|
|
|
|
box-shadow: 2px 2px 10px #f3f3f3;
|
|
|
|
}
|