Uniquify keys
[ebib.git] / webpage / ebib.css
blob70a5af346975e941a36ab7d4019fdede599d2dd4
1 body {
2 font-family: Verdana, "Bitstream Vera Sans", sans-serif;
3 background-color: #c9c9c9;
4 color: #33333A;
5 line-height: 140%;
6 font-size: 100%;
9 a {
10 text-decoration: none;
11 color: #533333;
12 font-weight: bold;
15 a:hover {
16 text-decoration: none;
17 color: #cf1212;
20 h1.title {
21 text-align: center;
22 font-size: 2em;
25 h1 {
26 font-size: 1.5em;
29 h2 {
30 font-size: 1.3em;
33 img {
34 border: 0;
37 #main {
38 margin-left: 30%;
39 max-width: 40em;
40 top: 140px;
41 text-align: justify;
44 #menu {
45 position: fixed;
46 margin-left: 5%;
47 padding: 2%;
48 height: 600px;
49 width: 130px;
50 background-color: #6b1d1d;
51 color: #c9c9c9;
54 #menu a {
55 text-decoration: none;
56 color: #ffa71d;
59 #menu a:hover {
60 text-decoration: none;
61 color: #ffdf20;
64 .bottom-dweller {
65 width: 100%;
66 position: absolute;
67 bottom: 0%;
70 .centering {
71 text-align: center;