-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
54 lines (54 loc) · 762 Bytes
/
Copy pathstyle.css
File metadata and controls
54 lines (54 loc) · 762 Bytes
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
html {
height: 100%;
}
body {
font-family: 'Crimson Text', sans-serif;
font-size: 20px;
color: #111111;
}
body {
min-height: 100%;
background-image: url("SIL4632.jpg");
background-size: cover;
}
img {
max-width: 100%;
max-height: 100%;
}
.everything {
position: fixed;
top: 20px;
left: 20px;
width: 80%;
}
.main-box {
background: rgba(220,220,220,0.85);
padding: 20px 24px 16px;
}
.sne {
font-size: 20px;
font-weight: bold;
margin-bottom: 12px;
}
.main-box p {
margin: 0 0 14px;
}
.main-box a {
color: #111111;
}
.button-bar {
display: flex;
gap: 24px;
align-items: center;
height: 60px;
margin-top: 8px;
}
.button-bar a {
height: 100%;
display: flex;
align-items: center;
}
.button-bar a img {
max-height: 40px;
max-width: 40px;
}