forked from pharmaR/events-positconf2024
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
58 lines (47 loc) · 823 Bytes
/
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
.blueify {
filter: grayscale() brightness(65%) sepia() contrast(150%) saturate(500%) hue-rotate(3.15rad);
}
.font-size-huge {
font-size: 3em;
}
.font-size-small {
font-size: 0.8em;
}
.font-size-smaller {
font-size: 0.6em;
}
.panel {
background: rgba(0.75, 0.75, 0.75, 0.1);
padding: 1%;
margin: 1%;
border-radius: 0.5em;
border-bottom: solid 0.35em rgba(1, 1, 1, 0.1);
}
.dim {
font-style: italic;
font-weight: bold;
opacity: 0.35;
margin: 0 0.5em;
}
.center {
text-align: center;
}
.person {
font-weight: bold;
font-size: 0.8em;
margin: 1em 0 0.5em 0;
}
.person p {
display: inline;
}
.person:before {
display: inline;
content: "👤 ";
}
.badge-pill {
font-weight: bold;
background: var(--r-link-color);
color: white;
border-radius: 1em;
padding: 0 0.5em;
}