Search crossref
[ebib.git] / manual / ebib-manual.css
blobcf8e846b62704fa9591fb2b9543d41c2ab63e384
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 #menu {
36 position: absolute;
37 /* margin-left: 78%; */
38 margin-left: 710px;
39 top: 120px;
40 width: 250px;
41 background-color: #a01c1c;
42 height: 740px;
43 padding: 10px;
44 color: #c9c9c9;
47 #menu a {
48 text-decoration: none;
49 color: #ffa71d;
52 #menu a:hover {
53 text-decoration: none;
54 color: #ffdf20;
57 .bottom-dweller {
58 width: 100%;
59 position: absolute;
60 bottom: 0%;