-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnormalize.css
102 lines (88 loc) · 1.6 KB
/
normalize.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
body {
font-family: 'Marcellus SC', serif;
color: #faf3bc;
background: #420600 url('img/background_texture.jpeg');
}
a {
color: white;
text-decoration: underline;
}
a:hover {
color: #ac0000;
}
h1 {
font-size: 1.750em;
font-weight: 100;
letter-spacing: -1.5px;
color: white;
text-align: center;
}
h2 {
font-weight: 100;
font-size: 1.500em;
color: white;
text-align: center;
text-decoration: italic;
}
h3 {
font-weight: 100;
font-size: 1.125em;
color: white;
text-align: center;
}
p {
font-weight: 100;
font-size: 1.2em;
color: white;
text-align: center;
padding: 25px;
}
#mc_embed_signup {
font-size: 1.750em;
font-weight: 100;
letter-spacing: 2px;
color: white;
}
.btn {
padding: 10px;
margin: 10px;
color: white;
background: #ac0000 url('img/texture.png') no-repeat right top;
border-radius: 100px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
text-transform: uppercase;
font-size: 1em;
font-weight: 100;
letter-spacing: 2px;
}
.btn:hover {
background-color: white;
color: black;
}
img.One_Read {
display: block;
margin-left: auto;
margin-right: auto;
padding-top: 25px;
}
img.sg {
padding: 15px;
}
img.netted {
padding: 15px;
}
div.featured {
border-style: solid;
border-color: white;
padding-top: 5px;
padding-bottom: 25px;
text-align: center;
vertical-align: center;
margin-right: 25px;
margin-left: 25px;
}
div.subscribe {
text-align: center;
padding-bottom: 10px
}