llvm-project/polly/www/menu.css

59 lines
954 B
CSS

/***************/
/* page layout */
/***************/
#menu {
width:15em;
float: left;
margin-right: 3em;
}
/**************/
/* 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: #93aaff;
}
#menu a:visited {
}