Removed ebib-entry-types-hash.
[ebib.git] / webpage / ebib.css
blobded773ea23076c555b94b5794077e4c4dcf70e97
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: 0px;
31 text-align: justify;
32 width: 600px;
35 #menu {
36 position: absolute;
37 /* margin-left: 78%; */
38 margin-left: 750px;
39 top: 20px;
40 width: 180px;
41 text-align: center;
42 background-color: #a01c1c;
43 height: 600px;
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%;