Uniquify keys
[ebib.git] / manual / ebib-manual.css
blobec2f76fc4b5e304170961a374d247c234a731d45
1 body {
2 font-family: Verdana, "Bitstream Vera Sans", sans-serif;
3 background-color: #c9c9c9;
4 color: #33333A;
7 a {
8 text-decoration: none;
9 color: #533333;
10 font-weight: bold;
13 a:hover {
14 text-decoration: none;
15 color: #cf1212;
18 h1 {
19 text-align: center
22 img {
23 border: 0;
26 #main {
27 position: absolute;
28 /* margin-right: 20%; */
29 margin-left: 50px;
30 top: 100px;
31 text-align: justify;
32 width: 600px;
35 #TOC {
36 position: absolute;
37 /* margin-left: 78%; */
38 margin-left: 710px;
39 top: 120px;
40 width: 250px;
41 background-color: #a01c1c;
42 /* height: 770px; */
43 padding: 10px;
44 color: #c9c9c9;
47 #TOC > ul > li > ul > li ul { display: none; }
49 #TOC a {
50 text-decoration: none;
51 color: #ffa71d;
54 #TOC a:hover {
55 text-decoration: none;
56 color: #ffdf20;
59 .bottom-dweller {
60 width: 100%;
61 position: absolute;
62 bottom: 0%;