mirror of https://github.com/lukechilds/docs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
999 B
71 lines
999 B
.nav, .nav ul, .nav li {
|
|
list-style: none;
|
|
}
|
|
|
|
.nav ul {
|
|
padding: 0;
|
|
margin: 0 0 0 18px;
|
|
}
|
|
|
|
.nav {
|
|
padding: 4px;
|
|
margin: 0px;
|
|
}
|
|
|
|
.nav > li {
|
|
margin: 4px 0;
|
|
}
|
|
|
|
.nav > li li {
|
|
margin: 2px 0;
|
|
}
|
|
|
|
.nav a {
|
|
color: #333;
|
|
display: block;
|
|
outline: none;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.nav li > a > span {
|
|
float: right;
|
|
font-size: 19px;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
.nav li > a:hover > span {
|
|
color: #fff;
|
|
}
|
|
|
|
.nav li > a > span:after {
|
|
content: '\25be';
|
|
}
|
|
.nav li.open > a > span:after {
|
|
content: '\25b4';
|
|
}
|
|
|
|
.nav a:hover, .nav li.active > a {
|
|
background-color: #726e6e;
|
|
color: #f5f5f5;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.nav > li.active > a {
|
|
background-color: #4D90FE;
|
|
}
|
|
|
|
.nav li a {
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
padding: 5px 10px;
|
|
}
|
|
|
|
.nav > li > a {
|
|
font-size: 16px;
|
|
line-height: 1.4;
|
|
padding: 5px 10px;
|
|
font-weight: 800;
|
|
}
|