-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy patheha.css
66 lines (54 loc) · 870 Bytes
/
eha.css
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
body {
font-family: Raleway, helvetica, sans-serif;
color: rgb(0, 0, 0);
}
text {
font-family: Raleway, helvetica, sans-serif;
color: rgb(0, 0, 0);
}
h1 {
color: rgb(121, 187, 5);
font-size: 127%;
font-family: Raleway, georgia, serif;
}
.title {
margin-right: 200px;
}
h2 {
color: rgb(0, 124, 146);
font-size: 121%;
}
h3 {
color: rgb(0, 124, 146);
font-size: 109%;
font-weight: bold;
}
h4 {
color: rgb(0, 124, 146);
font-size: 100%;
font-weight: bold;
font-style: italic;
}
.watermark {
opacity: 0.2;
position: fixed;
top: 50%;
left: 50%;
font-size: 500%;
color: #00407d;
}
#left {
left:-8.33%;
text-align: left;
float: left;
width:50%;
z-index:-10;
}
#right {
left:31.25%;
top: 75px;
float: right;
text-align: right;
z-index:-10;
width:50%;
}