vagrant/website/www/source/stylesheets/_sidebar.less

138 lines
1.9 KiB
Plaintext
Raw Normal View History

2013-09-03 20:48:55 +00:00
.sidebar { //general styles for the sidebar
h1 {
text-align: left;
color: @white;
line-height: 60px;
margin-bottom: 20px;
}
.button {
font-size: 15px;
color: @dark-blue-text;
letter-spacing: 3px;
&.big-text {
font-size: 25px;
}
}
.toggle {
font-size: 20px;
.museo-sans-light;
color: @white;
margin-left: 20px;
padding: 20px 0;
a {
display: block;
color: @white;
&:hover {
color: @white;
}
}
.open-close {
background: url(/images/open_close.png) no-repeat 0 0;
height: 20px;
width: 20px;
position: absolute;
right: 0;
top: 25px;
}
}
2015-11-15 01:18:30 +00:00
.sidebar-nav {
2013-09-03 20:48:55 +00:00
//position:fixed;
}
2015-11-15 01:18:30 +00:00
ul {
2013-09-03 20:48:55 +00:00
2015-11-15 01:18:30 +00:00
li {
2013-09-03 20:48:55 +00:00
font-size: 20px;
.museo-sans-light;
a {
display: block;
2015-11-15 01:18:30 +00:00
}
2013-09-03 20:48:55 +00:00
2015-11-15 01:18:30 +00:00
&:hover {
}
}
2013-09-03 20:48:55 +00:00
2015-11-15 01:18:30 +00:00
ul.sub {
border-top: none;
list-style-type: none;
margin:0 0 5px 0;
2013-09-03 20:48:55 +00:00
2015-11-15 01:18:30 +00:00
li {
padding: 5px 0 5px 20px;
font-size: 15px;
border: none;
border-bottom: none !important;
}
}
2013-09-03 20:48:55 +00:00
2015-11-15 01:18:30 +00:00
}
2013-09-03 20:48:55 +00:00
2015-11-15 01:18:30 +00:00
.inner & {
.padded;
position:fixed;
2013-09-03 20:48:55 +00:00
2015-11-15 01:18:30 +00:00
li.current a {
color: @purple;
}
2013-09-03 20:48:55 +00:00
2015-11-15 01:18:30 +00:00
ul {
2013-09-03 20:48:55 +00:00
2015-11-15 01:18:30 +00:00
li {
color: @dark-blue-text;
padding: 20px 0;
border-top: 1px solid fade(@white, 40%);
2013-09-03 20:48:55 +00:00
2015-11-15 01:18:30 +00:00
&:last-child {
border-bottom: 1px solid fade(@white, 40%);
}
2013-09-03 20:48:55 +00:00
2015-11-15 01:18:30 +00:00
&.current {
2013-09-03 20:48:55 +00:00
2015-11-15 01:18:30 +00:00
}
}
}
}
2013-09-03 20:48:55 +00:00
2015-11-15 01:18:30 +00:00
.docs & {
2013-09-03 20:48:55 +00:00
2015-11-15 01:18:30 +00:00
li.current a {
color: @blue;
}
2013-09-03 20:48:55 +00:00
2015-11-15 01:18:30 +00:00
ul {
margin-top: 60px;
2013-09-03 20:48:55 +00:00
2015-11-15 01:18:30 +00:00
li {
text-transform: capitalize;
color: @white;
padding: 12px 0;
border-top: 1px solid fade(@white, 20%);
2013-09-03 20:48:55 +00:00
2015-11-15 01:18:30 +00:00
&:first-child {
border-top: none;
}
2013-09-03 20:48:55 +00:00
2015-11-15 01:18:30 +00:00
&:last-child {
border-bottom: 1px solid fade(@white, 20%);
}
2013-09-03 20:48:55 +00:00
2015-11-15 01:18:30 +00:00
&.current {
2013-09-03 20:48:55 +00:00
2015-11-15 01:18:30 +00:00
}
}
}
}
}