-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdamStyle.css
50 lines (50 loc) · 854 Bytes
/
AdamStyle.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
body {
font-family: 'Open Sans', serif;
font-size: 16px;
background-color: #EEE5CE;
background-image: url("background.jpg");
margin-top: 0;
overflow-y: scroll;
height: 100%
}
h1,
h2,
h3,
h4 {
margin-top: .2em;
margin-bottom: .2em;
font-family: MrJeeves;
font-weight: 800;
color: #58180D
}
h1 {
column-span: all;
font-size: .987cm;
-webkit-column-span: all;
-moz-column-span: all
}
h1+p::first-letter {
float: left;
font-family: Solberry;
font-size: 10em;
color: #222;
line-height: .8em
}
h2 {
font-size: .705cm
}
h3 {
font-size: .529cm;
border-bottom: 2px solid #c9ad6a
}
h4 {
margin-top: .15cm;
margin-bottom: 0;
font-size: .458cm
}
h5 {
margin-bottom: .2em;
font-family: ScalySansSmallCaps;
font-size: .423cm;
font-weight: 900
}