blob: d74c607f9106f83e82574795e0ed624b33d2bfa3 [file] [log] [blame]
/***************/
/* page layout */
/***************/
#menu {
line-height:1.3;
width: 18em;
float: left;
margin-right: 3em;
padding: 1em;
background-color: #edf7ff;
}
/**************/
/* menu style */
/**************/
#menu .submenu {
display:block;
padding-top: 0.2em;
font-bottom: 1.2em;
}
/*
* Color scheme
* blue: #556293
* red: #931e24
* brown: #937155
* green: #24931e
*/
#menu label {
display:block;
color: white;
margin-bottom: 0.4em;
margin-top: 0.4em;
font-weight: bold;
font-size: 1.1em;
text-align: center;
background-color: #3b4567;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#menu a {
padding:0 .2em;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
display:block;
font-weight: bold;
text-decoration: none;
color: #3b4567;
}
#menu a:hover {
background: #f35555;
color: #3b4567;
}
#menu a:visited {
}
#menu .submenu2 {
margin-top: 2em;
}
#menu .submenu2 label {
background-color: #f35555;
}
#menu a.rss_item:hover {
background-color: transparent;
color: none;
}
.rss_item {
line-height: 0.5em;
padding-top: 1em;
}
.rss_date {
font-size: 0.8em;
color: #f35555;
padding-left: 0.4em;
}