Style main side nav bar

This commit is contained in:
Brian Federle 2013-09-24 14:58:19 -07:00
parent 17f1f589c1
commit 942caf29a7
2 changed files with 42 additions and 1 deletions

View File

@ -123,14 +123,50 @@ body {
width: 20%;
height: 100%;
float: left;
overflow: auto;
ul {
margin: 60px 0 0 0;
margin: 50px 0 0 0;
padding: 0;
li {
font-size: 12px;
list-style: none;
text-indent: 10px;
font-weight: bold;
color: lighten(black, 20%);
cursor: pointer;
text-shadow: 0px 1px 1px darken(white, 10%);
padding-left: 20px;
padding-right: 20px;
span {
display: block;
border-bottom: 1px solid #a7a7a7;
padding-top: 10px;
padding-bottom: 10px;
box-shadow: 0px 1px 0px white;
}
span.icon {
display: none;
}
&:hover {
background: #3f3f3f;
color: white;
text-shadow: 0px 1px 1px black;
box-shadow: inset 0px 0px 10px black;
position: relative;
z-index: 3;
top: -1px;
padding-top: 1px;
span {
border-bottom: none;
box-shadow: none;
}
}
}
}
}

View File

@ -9,6 +9,11 @@
font-family: 'Noto Sans';
src: url('../fonts/Noto_Sans/NotoSans-Regular.ttf');
}
@font-face {
font-family: 'Noto Sans';
src: url('../fonts/Noto_Sans/NotoSans-Bold.ttf');
font-weight: bold;
}
// Core style
html, body {