-
Notifications
You must be signed in to change notification settings - Fork 0
/
archive.css
100 lines (93 loc) · 1.47 KB
/
archive.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
:root
{
--archive-margin: 0.7rem;
--body-font-size: clamp(15px, 0.9rem, 40px);
}
.info
{
position: relative;
top:0;
margin: 2rem var(--archive-margin);
line-height: 2.5em;
}
.info h1
{
color:white;
font-size:40px;
text-align: center;
margin-bottom: 1rem;
}
.info h2
{
color:white;
font-size:25px;
text-align: center;
margin-bottom: 1rem;
}
.statement
{
color:white;
text-align: left;
line-height: 2em;
margin-bottom: 1em;
text-align:justify;
font-size: var(--body-font-size);
margin-top: 0rem;
padding: 0px var(--archive-margin);
}
.statement img
{
width: clamp(10em, 100%, 40em);
display:block;
margin: 0em auto 2em auto;
}
.statement p
{
margin-bottom: 2rem;
}
.statement a:any-link
{
text-decoration: underline;
color:white;
}
.statement ul
{
margin-bottom: 1.2em;
}
.statement strong
{
font-size: 120%;
}
.photo-vid-credits
{
margin-top: 3em;
line-height: 2em;
}
.iframe-container-container, .instagram-media
{
width:100%;
margin: 0 auto 2em auto;
}
.iframe-container {
position: relative;
overflow: hidden;
padding-top: 56.25%
}
.iframe-container iframe {
position: absolute;
top: 0;
border: 0;
height: 100%;
width: 100%;
}
.soundcloud
{
margin-top: 3em;
}
@media ((min-width: 690px) and (min-aspect-ratio: 1/1)), (min-width: 1025px)
{
.iframe-container-container
{
width: clamp(40rem, 70%, 70rem);
}
}