forked from stblassitude/ceptjs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcept.css
76 lines (61 loc) · 1.13 KB
/
cept.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
@font-face {
font-family: "European Teletext";
src: url("fonts/EuropeanTeletext.ttf") format("truetype");
}
@font-face {
font-family: "Galax Teletext";
src: url("fonts/MODE7GX0.ttf") format("truetype");
}
@font-face {
font-family: "ModeSeven";
src: url("fonts/modeseven.ttf") format("truetype");
}
@font-face {
font-family: "Fairfax HD";
src: url("fonts/FairfaxHD.ttf") format("truetype");
}
.cept-screen {
background: none;
width: fit-content;
padding: 0;
transform: scale(1.5, 1);
transform-origin: left top;
}
.cept-above, .cept-below {
min-width: 100%;
min-height: 20px;
}
.cept-row {
padding: 0 20px;
white-space: pre;
}
.cept-span {
display: inline-block;
transform-origin: left bottom;
vertical-align: text-top;
/* outline: 1px solid blue; */
}
svg.cept-span {
fill: currentColor;
line-height: 1;
height: 1em;
width: .5em;
display: inline-block;
}
.cept-ul {
text-decoration: underline;
}
.cept-dw {
transform: scale(2, 1);
}
.cept-dha, .cept-dhb {
transform: scale(1, 2);
}
.cept-ds {
transform: scale(2, 2);
}
.cept-dha, .cept-ds {
}
.cept-dhb {
transform-origin: left top;
}