nest-parrot
Version:
Parrot built on react
266 lines (217 loc) • 4.2 kB
CSS
@import url("../../target/fonts/css/fonts.sourcesanspro.css");
html {
}
body {
position: relative;
margin-bottom: 3px;
}
code {
font-size: 13px;
max-height: 400px;
}
pre {
margin-bottom: 0;
}
pre code {
font-size: 13px;
}
.docs-head {
text-align: center;
}
.docs-head .btn {
padding: 15px 30px;
font-size: 20px;
}
.btn-outline-inverse {
color: #666666;
background-color: transparent;
border-color: #e0e0e0;
}
.version {
margin-top: -15px;
margin-bottom: 30px;
}
.lead {
display: block;
font-size: 30px;
width: 80%;
font-weight: 600;
line-height: 1.4;
margin: 0 auto 30px;
/*color: #6f5499;*/
}
.javascript .xml {
opacity: 1.0;
}
code.api-pattern {
font-size: 15px;
}
.api-block {
/*z-index: 1;*/
padding-bottom: 20px;
padding-top: 10px;
position: relative;
}
.api-block code,
.api-block span {
/*z-index: 1;*/
position: relative;
}
.example-all-title {
/*z-index: 1;*/
}
.example {
padding-bottom: 15px;
}
.example-title {
padding-top: 69px;
margin-top: -69px;
position: relative;
visibility: hidden;
}
h3.example-title {
/*z-index: 0;*/
}
h4.example-title {
/*z-index: 0*/
}
h5.example-title {
/*z-index: 0;*/
}
.example-title + h4 .example-title-link {
display: none;
}
.example-title + h4:hover .example-title-link {
display: block;
}
.example-title-link {
position: absolute;
margin-left: -1em;
padding-right: 1em;
font-size: 0.8em;
/*bottom: 3px;*/
top: 17px;
color: #666666;
text-decoration: none;
}
.example-title-link:active,
.example-title-link:focus,
.example-title-link:hover {
color: #666666;
text-decoration: none;
}
.example-title ~ span {
display: block;
}
.example-block {
padding-left: 30px;
padding-right: 30px;
/*z-index: 1;*/
}
.example-block > div:first-child {
border-top: 1px solid #e0e0e0;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-left: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
padding-bottom: 5px;
padding-top: 5px;
}
.example-block > div:last-child {
border: 1px solid #e0e0e0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
padding-top: 5px;
padding-bottom: 5px;
}
.ui-block {
}
.ui-block-title {
text-transform: uppercase;
font-size: 15px;
font-weight: bold;
}
.code-block {
}
a.code-link {
padding-right: 10px;
padding-left: 10px;
border-left: 1px solid #e0e0e0;
/*border-right: 1px solid #e0e0e0;*/
border-bottom: 1px solid #e0e0e0;
/*border-bottom-right-radius: 4px;*/
border-bottom-left-radius: 4px;
margin-right: -15px;
margin-top: -5px;
}
.side-nav {
margin-top: 0;
margin-bottom: 0;
}
.side-nav li > a {
padding: 1px 20px;
color: #666666;
background-color: transparent;
font-size: 14px;
position: relative;
transition: none;
-webkit-transition: none;
-o-transition: none;
}
.side-nav li > a:hover {
padding-left: 19px;
border-left: 1px solid #563d7c;
background-color: transparent;
}
.side-nav li > a:focus {
background-color: transparent;
}
.side-nav li.active > a {
padding-left: 18px;
color: #563d7c;
font-weight: 700;
border-left: 2px solid #563d7c;
background-color: transparent;
}
.side-nav .nav {
display: none;
}
.side-nav li.active > .nav {
display: block;
}
.side-nav .nav > li > a {
padding-left: 35px;
font-size: 13px;
}
.side-nav .nav > li > a:hover {
padding-left: 34px;
}
.side-nav .nav > li.active > a {
padding-left: 33px;
font-weight: 400;
}
.side-nav .nav > li > .nav > li > a {
padding-left: 50px;
font-size: 13px;
}
.side-nav .nav > li > .nav > li > a:hover {
padding-left: 49px;
}
.side-nav .nav > li > .nav > li.active > a {
padding-left: 48px;
font-weight: 400;
}
.no-fix-top .navbar-fixed-top {
position: relative;
top: auto;
z-index: 1000;
}
.no-fix-bottom .footer {
position: relative;
}
.no-fix-bottom .footer .container {
width: 100%;
}
#page-footer {
text-align: center;
}