2014-02-08 00:41:03 +00:00
|
|
|
//
|
|
|
|
// Docs
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
2014-04-08 21:01:49 +00:00
|
|
|
body.layout-docs,
|
|
|
|
body.layout-intro{
|
|
|
|
background: #f7f3f9;
|
|
|
|
|
|
|
|
>.container{
|
|
|
|
.col-md-8[role=main]{
|
2014-04-08 23:38:25 +00:00
|
|
|
min-height: 800px;
|
2014-04-08 21:01:49 +00:00
|
|
|
background-color: white;
|
2014-04-08 23:38:25 +00:00
|
|
|
|
|
|
|
&::before {
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: -9999px;
|
|
|
|
right: 0;
|
|
|
|
box-shadow: 9999px 0 0 white;
|
|
|
|
}
|
|
|
|
|
|
|
|
>div{
|
|
|
|
position: relative;
|
|
|
|
z-index: 10;
|
|
|
|
}
|
2014-04-08 21:01:49 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-02-08 00:41:03 +00:00
|
|
|
.docs-sidebar{
|
|
|
|
margin-bottom: 30px;
|
|
|
|
margin-top: 50px;
|
|
|
|
margin-right: 4%;
|
2014-04-08 21:01:49 +00:00
|
|
|
// background-color: @tan;
|
2014-02-08 00:41:03 +00:00
|
|
|
border-radius: @el-border-radius;
|
|
|
|
|
|
|
|
a{
|
|
|
|
color: @black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.docs-sidenav{
|
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
|
|
|
|
:last-child{
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
//all li > a
|
|
|
|
li{
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
> a{
|
|
|
|
.transition( color 0.5s ease );
|
|
|
|
}
|
|
|
|
|
|
|
|
> a:hover,
|
|
|
|
> a:focus {
|
|
|
|
background-color: transparent !important;
|
|
|
|
color: @red-dark;
|
|
|
|
.transition( color 0.5s ease );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
> li {
|
|
|
|
padding: 10px 0;
|
|
|
|
margin: 0 30px;
|
|
|
|
border-bottom: 1px solid #fff;
|
|
|
|
|
|
|
|
&.active {
|
|
|
|
&:before{
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
background-color: @red;
|
|
|
|
border-radius: 4px;
|
|
|
|
top: 26px;
|
|
|
|
left: -10px;
|
|
|
|
}
|
|
|
|
> a{
|
2014-04-05 09:03:01 +00:00
|
|
|
font-weight: @font-weight-museo-xb;
|
2014-02-08 00:41:03 +00:00
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|
|
|
|
|
|
|
|
> a:hover,
|
|
|
|
> a:focus {
|
|
|
|
color: @black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav {
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
li.active a {
|
|
|
|
color: @red;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
> a {
|
|
|
|
text-transform: uppercase;
|
2014-04-05 09:03:01 +00:00
|
|
|
font-family: @font-family-museo;
|
|
|
|
font-weight: @font-weight-museo-sb;
|
2014-02-08 00:41:03 +00:00
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav {
|
|
|
|
display: none;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
|
|
|
> li{
|
|
|
|
margin-left: 20px;
|
|
|
|
|
|
|
|
> a{
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
font-family: @font-family-open-sans;
|
|
|
|
padding: 6px 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.bs-docs-section{
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-left: 3%;
|
|
|
|
padding-bottom: 80px;
|
|
|
|
|
|
|
|
.lead{
|
|
|
|
margin-bottom: 48px
|
|
|
|
}
|
|
|
|
|
|
|
|
.doc-sectional{
|
|
|
|
margin-bottom: 48px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p, li, .alert {
|
|
|
|
font-size: 20px;
|
|
|
|
font-family: @font-family-open-sans;
|
|
|
|
font-weight: @font-weight-open;
|
|
|
|
line-height: 1.5em;
|
|
|
|
margin: 0 0 18px;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre{
|
|
|
|
margin: 0 0 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a{
|
|
|
|
color: @red-darker;
|
|
|
|
&:hover{
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
h1{
|
|
|
|
padding-bottom: 24px;
|
|
|
|
margin-top: 40px;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
border-bottom: 1px solid #eeeeee;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2, h3, h4{
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#graph {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
}
|