-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
114 lines (90 loc) · 1.41 KB
/
style.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
103
104
105
106
107
108
109
110
111
112
113
@import url('https://fonts.googleapis.com/css?family=Bitter');
html,
body {
font-size: 100%;
}
body {
background: #f7f7f7;
color: #222222;
padding: 0;
margin: 0;
font-family: 'Bitter', serif;
font-weight: normal;
font-style: normal;
line-height: 1;
position: relative;
text-align: center;
}
@media (max-width:1000px){
.link-panel {
padding-bottom: 1.5rem;
}
.social-link {
padding-bottom: 0.75rem;
}
}
h1 {
font-size: 6rem;
}
.heading-text {
color: white !important;
font-size: 6rem;
}
h2 {
font-size: 3rem;
}
h3 {
font-size: 2rem;
text-align: center;
}
h4 {
font-size: 1.5rem;
padding-bottom: 0.5rem;
text-align: center;
}
p {
font-size: 1.25rem;
}
a {
color: #e87c36;
}
.text-white {
color: white
}
a:hover {
color: #f3ab7b;
}
.link-panel {
margin-bottom: 0rem;
}
.weblink {
font-size: 1.75rem;
}
#lang {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
background-color: #343434;
color: white;
text-align: right;
}
#heading {
background-color: #343434;
align-content: center;
text-align: center;
}
.body-padding {
padding-top: 1.75rem;
}
.social {
padding-top: 0.5rem;
padding-bottom: 1rem;
font-size: 1.25rem;
}
.datetime {
padding-top:10px;
font-size:1.5rem;
}
.datetimesmall {
padding-top:4px;
font-size:0.8rem;
}