forked from abrudz/APL386
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.css
More file actions
50 lines (49 loc) · 838 Bytes
/
index.css
File metadata and controls
50 lines (49 loc) · 838 Bytes
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
@font-face {font-family: 'APL387';src: url('APL387.ttf');}
@font-face {font-family: 'APL385';src: url('APL385.ttf');}
#c{
position: fixed;
background: rgba(255,255,255,0.7);
font-size: 18;
}
* {
font-weight: unset;
font-feature-settings: inherit;
}
:has(#APL387:checked) *:not(.x){font-family: 'APL387'!important;}
:has(#APL385:checked) *:not(.x){font-family: 'APL385'!important;}
label{
left:2em;
}
h1>span {
float: right;
}
h1>span>a {
text-decoration: none;
color: #ea4aaa;
}
body {
font-size: 125%;
line-height: 1.2;
}
blockquote {
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
font-size: 125%;
}
sup {
font-size: 50%;
}
textarea {
width: 100%;
resize: vertical;
min-height: 4em;
font-size: inherit;
font-family: inherit;
}
#wb {
display: none;
}
#wb.s {
display: unset;
}