llvm-capstone/clang/www/menu.css
2007-12-10 07:14:08 +00:00

44 lines
650 B
CSS

/***************/
/* page layout */
/***************/
/***IE***/
#menu {
float:left;
}
#content {
float:left;
margin-left:1ex;
}
/***W3C***/
[id=menu] {
position:fixed;
}
[id=content] {
/* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
padding-left:16ex;
}
/**************/
/* menu style */
/**************/
#menu .submenu {
padding-top:1em;
display:block;
}
#menu label {
display:block;
font-weight: bold;
text-align: center;
background-color: rgb(192,192,192);
}
#menu a {
display:block;
text-align: center;
background-color: rgb(235,235,235);
}
#menu a:visited {
color:rgb(100,50,100);
}