-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
119 lines (98 loc) · 1.65 KB
/
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
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
a.naked::after {
content: attr(href)
}
article {
margin-top: 4rem;
}
aside {
border-top: 1px solid;
font-size: smaller;
margin-left: 4rem;
max-width: max-content;
}
body {
font-family: "Segoe UI", Courier, monospace;
margin: 0 2rem 1rem;
max-width: 60rem;
}
dl {
display: grid;
line-height: 1.3;
max-width: max-content;
}
dl dd {
grid-column-start: 2;
}
figure {
margin: 0 auto;
overflow-x: auto;
max-width: min-content;
}
figure img {
vertical-align: bottom;
}
iframe {
border: 2px solid;
box-sizing: border-box;
height: 500px;
width: 100%;
}
input[type="text"] {
font-size: inherit;
}
label:has(textarea) {
display: grid;
grid-template-columns: 5rem 1fr;
}
label textarea {
box-sizing: border-box;
font-size: inherit;
height: 200px;
resize: vertical;
width: 100%;
}
p {
line-height: 1.3;
margin: 1rem 0;
overflow-wrap: break-word;
}
pre {
background-color: color-mix(in srgb-linear, #808080, Canvas 90%);
border: 2px solid;
font-size: larger;
max-width: max-content;
overflow-x: auto;
padding: 0.7rem;
}
q code {
word-break: break-all;
}
section.featured {
background-color: color-mix(in srgb, DeepPink, transparent 75%);
box-shadow: 0 0 0 15px color-mix(in srgb, DeepPink, transparent 92%);
margin: 30px 15px;
padding: 1rem;
}
section.featured h3 {
margin-top: 0;
text-align: center;
}
section.featured p:last-child {
margin-bottom: 0;
}
span.fl {
font-family: "EB Garamond", "American Typewriter", "Century Gothic", monospace;
font-size: 1.7em;
font-weight: normal;
}
ul {
line-height: 1.3;
}
#collage_619 {
position: relative;
}
#collage_619 figure figcaption {
max-width: 390px;
position: absolute;
top: 294px;
}