mirror of
https://github.com/darlinghq/darling-libcxx.git
synced 2024-11-23 20:09:41 +00:00
58971966d3
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@103498 91177308-0d34-0410-b5e6-96231b3b80d8
40 lines
594 B
CSS
40 lines
594 B
CSS
/***************/
|
|
/* page layout */
|
|
/***************/
|
|
|
|
[id=menu] {
|
|
position:fixed;
|
|
width:25ex;
|
|
}
|
|
[id=content] {
|
|
/* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
|
|
position:absolute;
|
|
left:29ex;
|
|
padding-right:4ex;
|
|
}
|
|
|
|
/**************/
|
|
/* 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 {
|
|
padding:0 .2em;
|
|
display:block;
|
|
text-align: center;
|
|
background-color: rgb(235,235,235);
|
|
}
|
|
#menu a:visited {
|
|
color:rgb(100,50,100);
|
|
}
|