643 lines
12 KiB
CSS
643 lines
12 KiB
CSS
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, "segoe ui", Roboto, Helvetica, Arial, sans-serif, "apple color emoji", "segoe ui emoji", "segoe ui symbol";
|
|
font-weight: 300;
|
|
min-height: 100%;
|
|
background-color: rgb(89, 53, 30);
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4 {
|
|
font-family: -apple-system, BlinkMacSystemFont, "segoe ui", Roboto, Helvetica, Arial, sans-serif, "apple color emoji", "segoe ui emoji", "segoe ui symbol";
|
|
font-weight: 300;
|
|
}
|
|
|
|
.center {
|
|
text-align: center;
|
|
}
|
|
|
|
.bold {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.warning {
|
|
font-weight: 500;
|
|
color: rgb(156, 1, 1);
|
|
}
|
|
|
|
.container-fluid {
|
|
background-color: rgb(255, 255, 255);
|
|
padding-bottom: 30px;
|
|
}
|
|
|
|
.bg-image-full {
|
|
background: no-repeat center center scroll;
|
|
background-color: #4b2313; /* For browsers that do not support gradients */
|
|
background-image: linear-gradient(210deg, #4b2313, #2c0c0a); /* Standard syntax (must be last) */
|
|
background-size: cover;
|
|
-o-background-size: cover;
|
|
height: 100svh;
|
|
opacity: 0.95;
|
|
display: flex;
|
|
justify-content: center;
|
|
text-align: center;
|
|
flex-direction: column;
|
|
}
|
|
@media only screen and (min-height: 1100px) {
|
|
.bg-image-full {
|
|
max-height: 900px;
|
|
}
|
|
}
|
|
@media only screen and (min-height: 1900px) {
|
|
.bg-image-full {
|
|
max-height: 1260px;
|
|
}
|
|
}
|
|
.bg-image-full .container {
|
|
text-align: center;
|
|
align-self: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
flex-grow: 1;
|
|
}
|
|
.bg-image-full .recommendation {
|
|
position: absolute;
|
|
top: 40px;
|
|
right: -95px;
|
|
z-index: 10;
|
|
display: inline-block;
|
|
width: 330px;
|
|
text-align: center;
|
|
padding: 0.25em 0;
|
|
color: white;
|
|
transform: rotate(45deg);
|
|
background: rgb(151, 29, 29);
|
|
font-size: 0.9rem;
|
|
}
|
|
@media only screen and (min-width: 420px) {
|
|
.bg-image-full .recommendation {
|
|
font-size: 1rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 768px) {
|
|
.bg-image-full .recommendation {
|
|
font-size: 1.1rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 1024px) {
|
|
.bg-image-full .recommendation {
|
|
top: 50px;
|
|
right: -75px;
|
|
font-size: 1.2rem;
|
|
}
|
|
}
|
|
.bg-image-full .recommendation:hover {
|
|
text-decoration: none;
|
|
}
|
|
.bg-image-full .title {
|
|
color: #fff;
|
|
padding-top: 10px;
|
|
font-size: 1.8rem;
|
|
margin-bottom: 10px;
|
|
font-weight: 500;
|
|
}
|
|
@media only screen and (min-width: 374px) {
|
|
.bg-image-full .title {
|
|
font-size: 2.1rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 420px) {
|
|
.bg-image-full .title {
|
|
font-size: 2.4rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 767px) {
|
|
.bg-image-full .title {
|
|
font-size: 3.5rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 1024px) {
|
|
.bg-image-full .title {
|
|
font-size: 4rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 1200px) {
|
|
.bg-image-full .title {
|
|
font-size: 5rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 1900px) {
|
|
.bg-image-full .title {
|
|
font-size: 6rem;
|
|
}
|
|
}
|
|
.bg-image-full .logo {
|
|
width: 100px;
|
|
}
|
|
@media only screen and (min-width: 420px) {
|
|
.bg-image-full .logo {
|
|
width: 120px;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 767px) {
|
|
.bg-image-full .logo {
|
|
width: 160px;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 1024px) {
|
|
.bg-image-full .logo {
|
|
width: 200px;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 1900px) {
|
|
.bg-image-full .logo {
|
|
width: 250px;
|
|
}
|
|
}
|
|
.bg-image-full .subtitle {
|
|
text-align: center;
|
|
color: #bbb;
|
|
font-size: 0.78rem;
|
|
}
|
|
@media only screen and (min-width: 375px) {
|
|
.bg-image-full .subtitle {
|
|
font-size: 0.9rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 420px) {
|
|
.bg-image-full .subtitle {
|
|
font-size: 1rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 767px) {
|
|
.bg-image-full .subtitle {
|
|
font-size: 1.1rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 1024px) {
|
|
.bg-image-full .subtitle {
|
|
font-size: 1.3rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 1200px) {
|
|
.bg-image-full .subtitle {
|
|
font-size: 1.4rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 1900px) {
|
|
.bg-image-full .subtitle {
|
|
font-size: 1.6rem;
|
|
}
|
|
}
|
|
.bg-image-full .text > a {
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 0.9rem;
|
|
}
|
|
.bg-image-full .text > a:hover {
|
|
color: #aaa;
|
|
text-decoration: none;
|
|
}
|
|
@media only screen and (min-width: 375px) {
|
|
.bg-image-full .text > a {
|
|
font-size: 0.9rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 420px) {
|
|
.bg-image-full .text > a {
|
|
font-size: 1rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 767px) {
|
|
.bg-image-full .text > a {
|
|
font-size: 1rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 1024px) {
|
|
.bg-image-full .text > a {
|
|
font-size: 1.1rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 1200px) {
|
|
.bg-image-full .text > a {
|
|
font-size: 1.2rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 1900px) {
|
|
.bg-image-full .text > a {
|
|
font-size: 1.5rem;
|
|
}
|
|
}
|
|
.bg-image-full .version {
|
|
text-align: center;
|
|
margin-bottom: 10px;
|
|
color: #fff;
|
|
font-size: 0.9rem;
|
|
}
|
|
@media only screen and (min-width: 420px) {
|
|
.bg-image-full .version {
|
|
font-size: 0.9rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 768px) {
|
|
.bg-image-full .version {
|
|
font-size: 1rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 1024px) {
|
|
.bg-image-full .version {
|
|
font-size: 1.1rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 1200px) {
|
|
.bg-image-full .version {
|
|
font-size: 1.2rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 1900px) {
|
|
.bg-image-full .version {
|
|
font-size: 1.5rem;
|
|
}
|
|
}
|
|
.bg-image-full .down {
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 1.3rem;
|
|
line-height: 1;
|
|
margin-bottom: 15px;
|
|
cursor: pointer;
|
|
}
|
|
.bg-image-full .down .caret {
|
|
font-size: 3rem;
|
|
}
|
|
|
|
.nav {
|
|
background: no-repeat center center scroll;
|
|
background-color: #4b2313; /* For browsers that do not support gradients */
|
|
background-image: linear-gradient(210deg, #4b2313, #2c0c0a); /* Standard syntax (must be last) */
|
|
background-size: cover;
|
|
-o-background-size: cover;
|
|
height: 65px;
|
|
position: relative;
|
|
}
|
|
.nav .logo {
|
|
width: 60px;
|
|
margin-top: 12px;
|
|
}
|
|
.nav .title {
|
|
display: none;
|
|
color: #fff;
|
|
font-size: 1.2rem;
|
|
margin-left: 15px;
|
|
margin-top: 18px;
|
|
}
|
|
@media only screen and (min-width: 768px) {
|
|
.nav .title {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 1024px) {
|
|
.nav .title {
|
|
font-size: 1.2rem;
|
|
}
|
|
}
|
|
.nav .text {
|
|
margin-top: 18px;
|
|
}
|
|
.nav .text a {
|
|
color: #fff;
|
|
margin-top: 12px;
|
|
font-size: 1rem;
|
|
}
|
|
@media only screen and (min-width: 1023px) {
|
|
.nav .text a {
|
|
margin-top: 10px;
|
|
font-size: 1.2rem;
|
|
}
|
|
}
|
|
.nav .text a:hover {
|
|
color: #aaa;
|
|
text-decoration: none;
|
|
}
|
|
.nav .github {
|
|
display: none;
|
|
}
|
|
@media only screen and (min-width: 768px) {
|
|
.nav .github {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
.nav .todocs {
|
|
display: inline-block;
|
|
}
|
|
@media only screen and (min-width: 768px) {
|
|
.nav .todocs {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.features {
|
|
text-align: center;
|
|
color: #333;
|
|
}
|
|
.features .inner {
|
|
padding: 10px 0px;
|
|
}
|
|
@media only screen and (min-width: 768px) {
|
|
.features .inner {
|
|
padding: 15px 20px;
|
|
}
|
|
}
|
|
.features .inner .icons {
|
|
display: block;
|
|
font-size: 3rem;
|
|
color: #bbb;
|
|
}
|
|
@media only screen and (min-width: 420px) {
|
|
.features .inner .icons {
|
|
font-size: 3.5rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 768px) {
|
|
.features .inner .icons {
|
|
font-size: 4rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 1024px) {
|
|
.features .inner .icons {
|
|
font-size: 5rem;
|
|
}
|
|
}
|
|
.features .inner .icontitle {
|
|
font-size: 1.2rem;
|
|
}
|
|
.features .inner:hover {
|
|
background: #f4f4f4;
|
|
color: rgb(86, 122, 223);
|
|
}
|
|
.features .inner:hover .icons {
|
|
color: rgb(86, 122, 223);
|
|
}
|
|
|
|
.sectionheader .title {
|
|
text-align: center;
|
|
padding-top: 20px;
|
|
font-size: 2rem;
|
|
}
|
|
@media only screen and (min-width: 420px) {
|
|
.sectionheader .title {
|
|
font-size: 2.3rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 768px) {
|
|
.sectionheader .title {
|
|
text-align: left;
|
|
padding-top: 25px;
|
|
font-size: 2.6rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 1024px) {
|
|
.sectionheader .title {
|
|
padding-top: 30px;
|
|
font-size: 3rem;
|
|
}
|
|
}
|
|
.sectionheader .title-small {
|
|
text-align: center;
|
|
font-size: 1.4rem;
|
|
}
|
|
@media only screen and (min-width: 420px) {
|
|
.sectionheader .title-small {
|
|
font-size: 1.6rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 768px) {
|
|
.sectionheader .title-small {
|
|
text-align: left;
|
|
padding-top: 25px;
|
|
font-size: 1.8rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 1024px) {
|
|
.sectionheader .title-small {
|
|
padding-top: 30px;
|
|
font-size: 2rem;
|
|
}
|
|
}
|
|
.sectionheader .subtitle {
|
|
text-align: center;
|
|
font-size: 0.9rem;
|
|
}
|
|
@media only screen and (min-width: 420px) {
|
|
.sectionheader .subtitle {
|
|
font-size: 1rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 768px) {
|
|
.sectionheader .subtitle {
|
|
text-align: left;
|
|
font-size: 1.1rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 1024px) {
|
|
.sectionheader .subtitle {
|
|
font-size: 1.3rem;
|
|
}
|
|
}
|
|
.sectionheader .npmicons {
|
|
text-align: center;
|
|
}
|
|
.sectionheader .text {
|
|
text-align: center;
|
|
padding-top: 10px;
|
|
}
|
|
@media only screen and (min-width: 768px) {
|
|
.sectionheader .text {
|
|
text-align: left;
|
|
}
|
|
}
|
|
.sectionheader hr {
|
|
margin-top: 40px;
|
|
margin-bottom: 0px;
|
|
border: 1px solid #ddd;
|
|
}
|
|
|
|
.index {
|
|
margin: 0 0 10px 0;
|
|
}
|
|
.index .text,
|
|
.index .subtitle,
|
|
.index .title,
|
|
.index .title-small,
|
|
.index .npmicons {
|
|
text-align: center;
|
|
}
|
|
.index a {
|
|
text-decoration: none;
|
|
}
|
|
.index a:hover {
|
|
text-decoration: none;
|
|
color: rgb(86, 122, 223);
|
|
}
|
|
|
|
.left .text,
|
|
.left .subtitle,
|
|
.left .title,
|
|
.left .title-small .npmicons {
|
|
text-align: left;
|
|
}
|
|
|
|
.table {
|
|
text-align: left;
|
|
background-color: #fff;
|
|
}
|
|
|
|
ul {
|
|
text-align: left;
|
|
}
|
|
|
|
.number-section {
|
|
margin-top: 40px;
|
|
text-align: center;
|
|
}
|
|
.number-section .numbers {
|
|
font-size: 2rem;
|
|
}
|
|
@media only screen and (min-width: 420px) {
|
|
.number-section .numbers {
|
|
font-size: 2.4rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 768px) {
|
|
.number-section .numbers {
|
|
font-size: 2.8rem;
|
|
}
|
|
}
|
|
.number-section .title {
|
|
color: #999;
|
|
font-size: 1rem;
|
|
}
|
|
@media only screen and (min-width: 420px) {
|
|
.number-section .title {
|
|
font-size: 1.1rem;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 768px) {
|
|
.number-section .title {
|
|
font-size: 1.2rem;
|
|
}
|
|
}
|
|
|
|
.menu {
|
|
display: none;
|
|
}
|
|
@media only screen and (min-width: 768px) {
|
|
.menu {
|
|
margin-top: 30px;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
.menu .title {
|
|
margin: 25px 0 5px 0;
|
|
color: #000;
|
|
}
|
|
.menu .title a {
|
|
width: 100%;
|
|
color: #000;
|
|
text-decoration: none;
|
|
}
|
|
.menu .title a:hover {
|
|
color: rgb(86, 122, 223);
|
|
}
|
|
.menu hr {
|
|
margin: 5px 0;
|
|
}
|
|
.menu ul {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.menu ul li {
|
|
padding: 2px 0;
|
|
}
|
|
.menu ul li a {
|
|
width: 100%;
|
|
color: #666;
|
|
text-decoration: none;
|
|
}
|
|
.menu ul li a:hover {
|
|
color: rgb(86, 122, 223);
|
|
}
|
|
.menu ul li.active > a {
|
|
color: rgb(86, 122, 223);
|
|
}
|
|
|
|
.code {
|
|
font-family: Menlo, "dejavu sans mono", "lucida console", monospace;
|
|
-webkit-font-smoothing: antialiased;
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: 400;
|
|
display: inline-block;
|
|
background-color: #eee;
|
|
margin: 0;
|
|
padding: 0 5px;
|
|
}
|
|
|
|
pre {
|
|
padding: 4px 10px 4px 10px;
|
|
font-family: Menlo, "dejavu sans mono", "lucida console", monospace;
|
|
-webkit-font-smoothing: antialiased;
|
|
font-size: 13px;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: 400;
|
|
line-height: 18px;
|
|
background-color: #eee;
|
|
width: 100%;
|
|
text-align: left;
|
|
}
|
|
|
|
.example td:first-child {
|
|
background-color: #fff !important;
|
|
}
|
|
.example td:last-child {
|
|
background-color: #f8faff !important;
|
|
}
|
|
.example h5 {
|
|
padding-top: 5px;
|
|
padding-left: 10px;
|
|
}
|
|
.example pre {
|
|
background-color: unset;
|
|
}
|
|
.example pre .js {
|
|
background-color: #f0f0f4;
|
|
}
|
|
|
|
.footer {
|
|
background-color: #eee;
|
|
padding-top: 30px;
|
|
padding-bottom: 30px;
|
|
position: relative;
|
|
}
|
|
.footer a {
|
|
color: #000;
|
|
}
|
|
.footer .badge {
|
|
color: #fff;
|
|
font-size: 0.9rem;
|
|
}
|
|
|
|
.larger {
|
|
margin-top: 10px;
|
|
font-size: 1.5rem !important;
|
|
}
|
|
|
|
.v5 {
|
|
color: rgb(86, 122, 223);
|
|
}/*# sourceMappingURL=styles.css.map */ |