File size: 2,537 Bytes
64aaca8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
145
hr.ldots {
    margin-left: 0;
    border: none;
    width: var(--golden-ratio);
}

hr.ldots::after {
    --tsf: translateY(-2.3rem);
    display: block;
    width: 100%;
    height: 1rem;
    text-align: center;
    color: var(--g18s);
    font-size: 3rem;
    content: '…';
}

#list-subsection {
    padding: 0 calc(1rem - 1ex);
}

#list-subsection .carousel__viewport,
#taxonomy .carousel__viewport,
#taxonomy #list-tags ul {
    padding: 0 1rem;
}

#list-series,
#list-categories {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: flex-start;
}

#list-series .section-title,
#list-categories .section-title {
    margin: var(--smallskip);
    writing-mode: tb;
}

#list-tags {
    position: sticky;
    position: -webkit-sticky;
    top: var(--vhead);
    right: var(--void);
}

.section-title,
#list-tags > ul {
    margin: var(--medskip) 0 1ex;
}

#term section.pagewidth,
#taxonomy section.pagewidth,
#list-posts  {
    min-height: calc(var(--vbody) - 7.258rem);
}

#taxonomy #list-tags {
    position: unset;
    float: unset;
    margin: unset;
    padding: 0 var(--void);
    width: unset;
}

#taxonomy #list-series,
#taxonomy #list-categories {
    display: unset;
}

#taxonomy #list-tags .section-title,
#taxonomy #list-series .section-title,
#taxonomy #list-categories .section-title {
    margin: var(--bigskip) 0 var(--smallskip);
    writing-mode: unset;
}

#has-pagination {
    margin-top: 1in;
}

.section-title#series {
    margin-left: auto;
    width: var(--golden-ratio);
}

.list-year.textwidth {
    display: flex;
    position: relative;
    align-items: baseline;
    margin-left: auto;
}

.list-year > .section-title {
    padding: 8pt;
    width: 5rem;
    text-align: right;
}

.list-year > div {
    flex: 1;
}

.list-month > summary {
    padding-left: 1rem;
    list-style: none;
}

.list-day a {
    display: block;
    margin: 1ex 1rem;
    padding: 1ex 0;
    width: 100%;
    font-size: var(--normalsize);
}

.list-day a.has-pre::before {
    position: absolute;
    left: -9pt;
    padding: 0.25rem 0;
    width: 5rem;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: var(--footnotesize);
}

#feed ul.rounded.invert a {
    font-size: var(--footnotesize);
}

@media only screen and (max-width: 640px) {

    body > main > aside#list-tags {
        position: unset;
        position: unset;
        float: unset;
        margin: var(--bigskip) auto;
        padding: 0;
        width: var(--canonic);
    }

}