[FreeBSD] Port sanitizers' syscalls.
[blocksruntime.git] / www / menu.css
blob6e96a457ab53cc8bf10c49f2c48940562446d74d
1 /***************/
2 /* page layout */
3 /***************/
5 [id=menu] {
6 position:fixed;
7 width:25ex;
9 [id=content] {
10 /* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
11 position:absolute;
12 left:29ex;
13 padding-right:4ex;
16 /**************/
17 /* menu style */
18 /**************/
20 #menu .submenu {
21 padding-top:1em;
22 display:block;
25 #menu label {
26 display:block;
27 font-weight: bold;
28 text-align: center;
29 background-color: rgb(192,192,192);
31 #menu a {
32 padding:0 .2em;
33 display:block;
34 text-align: center;
35 background-color: rgb(235,235,235);
37 #menu a:visited {
38 color:rgb(100,50,100);