codo
Version:
A CoffeeScript documentation generator.
117 lines (88 loc) • 1.6 kB
text/stylus
#menu {
font-size: 1.3em;
color: #bbb;
top: -5px;
position: relative;
.title, a {
font-size: 0.7em;
}
.title a {
font-size: 1em;
}
.title {
color: #555;
}
a:link, a:visited {
color: #333;
text-decoration: none;
border-bottom: 1px dotted #bbd;
}
a:hover {
color: #05a;
}
}
#header {
nav {
float: right;
color: #000;
font-size: 0.7em;
ul {
list-style-type: none;
&, & li {
margin: 0px;
padding: 0px;
display: inline;
}
margin: 4px ;
}
a {
font-size: 1em;
}
}
#search {
float: right;
margin-top: -3px;
a:link, a:visited {
box-shadow: #ddd -1px 1px 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
display: block;
float: left;
margin-right: 4px;
padding: 8px 10px;
color: #05a;
background: #eaf0ff;
text-decoration: none;
border: 1px solid #d8d8e5;
}
a:hover {
background: #f5faff;
color: #06b;
}
a.active {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding-bottom: 20px;
color: #fff;
background: #568;
border: 1px solid #457;
}
a.inactive {
color: #999;
}
}
}
#search_frame {
box-shadow: #aaa -7px 5px 25px;
display: none;
position: absolute;
overflow-y: scroll;
z-index: 9999;
top: 36px;
right: 18px;
width: 500px;
height: 80%;
background: white;
border: 1px solid #999;
border-collapse: collapse;
}