-
Notifications
You must be signed in to change notification settings - Fork 2
/
steno.css
177 lines (159 loc) · 3.62 KB
/
steno.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
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
@font-face {
font-family: Stenodisplay Classic;
src: url(Stenodisplay-Classic.ttf);
}
.steno-classic {
white-space: pre-wrap;
font-family: Stenodisplay Classic, monospace;
font-size: 200pt;
}
@font-face {
font-family: Stenodisplay Classic Medium;
src: url(Stenodisplay-ClassicMedium.ttf);
}
.steno-classicmedium {
white-space: pre-wrap;
font-family: Stenodisplay Classic Medium, monospace;
font-size: 200pt;
}
@font-face {
font-family: Stenodisplay Classic Large;
src: url(Stenodisplay-ClassicLarge.ttf);
}
.steno-classiclarge {
white-space: pre-wrap;
font-family: Stenodisplay Classic Large, monospace;
font-size: 200pt;
}
@font-face {
font-family: Stenodisplay Classic Blank;
src: url(Stenodisplay-ClassicBlank.ttf);
}
.steno-classicblank {
white-space: pre-wrap;
font-family: Stenodisplay Classic Blank, monospace;
font-size: 200pt;
}
@font-face {
font-family: Stenodisplay Wide;
src: url(Stenodisplay-Wide.ttf);
}
.steno-wide {
white-space: pre-wrap;
font-family: Stenodisplay Wide, monospace;
font-size: 200pt;
}
@font-face {
font-family: Stenodisplay Wide Medium;
src: url(Stenodisplay-WideMedium.ttf);
}
.steno-widemedium {
white-space: pre-wrap;
font-family: Stenodisplay Wide Medium, monospace;
font-size: 200pt;
}
@font-face {
font-family: Stenodisplay Wide Large;
src: url(Stenodisplay-WideLarge.ttf);
}
.steno-widelarge {
white-space: pre-wrap;
font-family: Stenodisplay Wide Large, monospace;
font-size: 200pt;
}
@font-face {
font-family: Stenodisplay Wide Blank;
src: url(Stenodisplay-WideBlank.ttf);
}
.steno-wideblank {
white-space: pre-wrap;
font-family: Stenodisplay Wide Blank, monospace;
font-size: 200pt;
}
@font-face {
font-family: Stenodisplay Square;
src: url(Stenodisplay-Square.ttf);
}
.steno-square {
white-space: pre-wrap;
font-family: Stenodisplay Square, monospace;
font-size: 200pt;
}
@font-face {
font-family: Stenodisplay Square Medium;
src: url(Stenodisplay-SquareMedium.ttf);
}
.steno-squaremedium {
white-space: pre-wrap;
font-family: Stenodisplay Square Medium, monospace;
font-size: 200pt;
}
@font-face {
font-family: Stenodisplay Square Large;
src: url(Stenodisplay-SquareLarge.ttf);
}
.steno-squarelarge {
white-space: pre-wrap;
font-family: Stenodisplay Square Large, monospace;
font-size: 200pt;
}
@font-face {
font-family: Stenodisplay Square Blank;
src: url(Stenodisplay-SquareBlank.ttf);
}
.steno-squareblank {
white-space: pre-wrap;
font-family: Stenodisplay Square Blank, monospace;
font-size: 200pt;
}
@font-face {
font-family: Palandisplay;
src: url(Palandisplay.ttf);
}
.palan {
white-space: pre-wrap;
font-family: Palandisplay, monospace;
font-size: 160pt;
}
input:required:invalid {
border-color: red;
}
.db-help {
margin-top: 0;
margin-bottom: 0.5rem;
}
.exp {
min-height: 3.750rem;
}
.top-bar ul {
color: #FFF;
background-color: #FE6861;
}
.top-bar ul a {
font-size: 0.875rem;
font-weight: bold;
color: #FFF;
opacity: .8;
}
.top-bar ul .act-pg a {
opacity: 1;
}
.m-item {
padding-bottom: 0.2rem;
}
.pastelred {
background-color: #FE6861;
}
.callout {
font-size: 0.875rem;
}
input[type="text"], select {
height: 2.125rem;
font-size: 0.875rem;
}
.bh {
color: #E74C3C;
}
.show-for-small-only > li > a {
font-size: 1.375rem;
}