File size: 2,473 Bytes
fca4ff8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
main > header.pagewidth {
    margin-top: var(--medskip);
    height: 2.5rem;
}

main > header > menu {
    float: right;
    visibility: hidden;
    margin: 0 0 0 auto;
    padding: 0;
}

main#term > header > menu,
main#page > header > menu {
    visibility: visible;
}

#back,
menu button,
menu a {
    border: unset;
    background: unset;
    padding: 1ex;
    color: inherit;
}

#back::before,
header menu button,
header menu a,
#join-discussion-bluesky,
#menu-footer a {
    display: inline-block;
    position: relative;
    padding: 5pt 0;
    width: 2.25em;
    text-align: center;
    font-size: var(--normalsize);
}

#back::before {
    width: 2rem;
}

#bionReadSwitch + label,
#join-discussion,
#saveButton,
#share {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 2em;
    background: var(--fg);
    padding: 1ex 12pt;
    text-align: center;
    color: var(--bg);
    font-weight: 550;
}

#back .t,
menu button .t,
menu a .t,
#menu-footer a .t,
#join-discussion-bluesky > .t {
    --tsf: translate(-4.65em);
}

#rss-button::before {
    font-family: 'base-ui';
    content: '\e910';
}

#print-button::before {
    font-family: 'base-ui';
    content: '\e90c';
}

#navigatorShare::before {
    font-family: 'base-ui';
    content: '\e912';
}

#copyPermalink::before {
    font-family: base-ui;
    content: '\e905';
}

label .t::after,
main#term #print-button {
    visibility: hidden;
}

#back {
    position: relative;
    top: 3pt;
    float: left;
    padding: 0;
}

.pagination .rfill a::before,
.carousel__viewport__slide:last-child > nav a::before,
#back::before {
    --tsf: rotate(-90deg) translateX(1pt);
    font-family: base-ui;
    content: '\e902';
}

main > header > menu > li,
ul.breadcrumb > li {
    display: inline;
}

#has-breadcrumb a {
    margin: 2pt;
    padding: 0.5ex;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    color: var(--fg);
    font-size: var(--small);
}

ul.breadcrumb {
    display: block;
    padding: 5pt 0;
    overflow: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

ul.breadcrumb > li:last-child a {
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
}

ul.breadcrumb > li + li:before {
    color: var(--mid);
    content: '/';
}