-
Notifications
You must be signed in to change notification settings - Fork 0
/
otletosphere.css
106 lines (88 loc) · 1.54 KB
/
otletosphere.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
@charset "UTF-8";
/* Custom CSS for the Otletosphere – Arthur Perret */
.menu-index-list {
max-height: 50vh;
overflow: scroll;
border-top: 1px solid var(--border-color);
border-bottom: 1px solid var(--border-color);
}
a.record-link {
text-decoration-style: dotted;
}
em.link-text {
font-style: normal;
}
.menu-tags-container button {
font-size: 1.2rem;
font-family: var(--condensed);
margin: .4rem .2rem 0 .2rem;
padding: 0 0 0 5px;
color: black;
}
.record div.csl-entry {
font-size: 1.2rem;
}
text {
font-family: var(--condensed);
fill: #e1e1e1;
}
line {
stroke-width: 0.5;
}
.title,
details > summary,
.record header div span:first-of-type {
text-transform: unset;
}
.title {
font-weight: 200;
font-size: 3.8rem;
}
details > summary {
font-weight: normal;
}
.record header div span:first-of-type {
font-weight: 300;
}
h1.record-title {
font-weight: 300;
font-size: 2em;
color: var(--off-black);
}
.record header img {
max-height: 150px;
}
.record-outside.link,
.record-content h3:first-child {
display: none;
}
.record footer details > summary {
text-transform: capitalize;
font-size: 1em;
font-weight: 700;
}
.title {
color: inherit;
}
article#credits p.metas-description {
text-align: left;
}
button.menu-tags-btn,
div.record-id,
span.tooltip {
display: none;
}
.record header div span:first-of-type {
font-size: inherit
}
div.graph-timeline,
div.graph-controls-focus {
color: #ffffff;
}
/* WIDE SCREEN LAYOUT */
@media screen and (min-width: 2300px) {
.graph-wrapper {
left: 30rem;
width: calc(100vw - 80rem);
}
}