Skip to content

Instantly share code, notes, and snippets.

Created May 8, 2014 22:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/f352ddaf7f69617042e1 to your computer and use it in GitHub Desktop.
Save anonymous/f352ddaf7f69617042e1 to your computer and use it in GitHub Desktop.
A Pen by Secret Sam.
/**
* Navigation
*/
f20c8e
.navigation {
line-height: 1.5;
font-size: 11px;
font-weight: normal;
letter-spacing: 1.px;
margin: 1px;
padding: 2px;
padding-bottom: 40px;
z-index: 15;
left: 35px;
top: 115px;
position: fixed;
width: 200px;
z-index: 10;
}
.navigation a:hover {
color: #ffffff;
text-decoration: underline;
border-bottom: none;
;
}
.navigation.fixed {
position: relative
;
}
.navigation li.active a {
background: inherit;
color: #000000;
text-decoration: underline;
line-height: 1.75px
}
.navigation.scroll {
position: absolute;
}
.navigation li {
text-overflow: inherit;
white-space: normal;
overflow: hidden;
}
.navigation a,
.navigation span {
text-decoration: none;
padding: 5px 5px 5px 5px;
line-height: 1.
}
.project_link a {
color: #ffffff;
}
.project_link a.hover,
.project_link a:hover {
background: #0f0f0f;
color: #ffffff;
}
.project_link a:active {
background: #333333;
color: #000000;
}
.page_link a {
color: #ffffff;
}
.page_link a:hover {
color: #ffffff;
}
.page_link a:active {
background: #000000;
color: #000000;
border-bottom: none;
}
.link_link a {
color: #ffffff;
text-decoration: underline;
}
.link_link a:hover {
color: #c42828;
}
.link_link a:active {
color: #ae4848;
}
.navigation li.active a {
background: #000000;
color: #ffffff;
text-decoration: underline;
}
.navigation .active a:hover {
}
.navigation .active a:active {
}
.navigation .list {
padding: 0;
margin-top: 0;
margin-bottom: 0;
}
.navigation .list li {
list-style: inherit;
}
.navigation .list li ul {
padding-left: 0px;
}
.navigation ul .set_link.closed ul li {
display: none;
}
.navigation .set_name {
font-weight: 100
arial
;
color: #ffffff;
}
.navigation .set_link.toggle .set_name:hover {
color: #6f5959;
}
.navigation .set_link.toggle .set_name:active {
color: #ffffff;
}
.set_link.open .set_wrapper {
margin-bottom: 2em;
}
.set_link.open.last-set.spacer .set_wrapper {
margin-bottom: 0px;
}
.navigation li.set_link.last-set.spacer {
margin-bottom: 2em;
}
.navigation li.set_link.first-set.spacer {
margin-top: 2em;
}
.navigation li.set_link.closed.last-set {
margin-bottom: 2em;
}
.following {
color: #999999;
margin-top: 0;
}
.following a {
color: #999999;
}
.following a:hover {
color: #333333;
text-decoration: underline;
}
.following a:active {
background: #000000;
color: #000000;
}
.cargo_link {
display: none;
}
.filter {
border: 1px solid #ffffff;
display: none;
color: 333333;
padding: 3px 5px 2px 7px;
margin-bottom: 1.6em;
}
.filter a {
color: #333333;
text-decoration: underline;
}
.filter a:hover {
background: none;
color: #ffffff;
}
.filter a:active {
color: #000000;
}
body[data-bodyview="index"] .navigation li.set_link.active a {
background: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment