aboutsummaryrefslogtreecommitdiff
path: root/doc/styles.css
blob: dd149d980aa18d9fda8874bf8faeb73893d2a6c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
body {
	font-family: 'FreeMono', 'Courier New', Courier, monospace;
}
#panel ul{
padding:0;
}
#panel li a{
display:block;
padding-left:1.5em;
padding-top:0.2em;
padding-bottom:0.2em;
list-style-type:none;
}
#panel li a.active {
background-color:#AEA;
}
#panel li a:hover:not(.active) {
background-color:#DED;
}
a:link { 
color:#1194FF; 
text-decoration:none; 
} 
a:visited { 
color:#20ACFF; 
text-decoration:none; 
} 
a:hover { 
color:#3FBFFF; 
text-decoration:none; 
} 
a:active { 
color:#CCCCFF; 
text-decoration:none; 
} 
#panel {
width:20%;
height:100%;
background-color:#EEE;
position:fixed;
top:0px;
left:0px;
overflow:auto;
}
#content {
margin-left:20%;
}