readline: add emacs C-x mode
[sheet.git] / base.css
1 /* media features */
2
3 @import url(terse.css) all and (max-width: 80em);
4
5 @import url(mono.css) all and (monochrome);
6
7 /* general */
8
9 body {
10         background: #FFF;
11         color: #000;
12         font-size: 90%;
13 }
14 a, a:visited {
15         color: #000;
16         text-decoration: underline;
17 }
18 a:active, a:hover {
19         color: #00F;
20         text-decoration: none;
21 }
22
23 /* common sections */
24
25 h1, h2 {
26         text-align: center;
27         font-size: 200%;
28         margin: 0;
29 }
30 h2, caption {
31         font-size: 125%;
32         font-weight: bold;
33 }
34 caption {
35         margin: 1ex;
36 }
37
38 hr {
39         clear: both;
40         visibility: hidden;
41         height: 2ex;
42         margin: 0;
43 }
44
45 .diinfo h2 {
46         margin: 0 1ex;
47         clear: both;
48         font-size: 110%;
49         text-align: left;
50 }
51
52 p {
53         text-align: center;
54         margin: 1ex 0 1em;
55 }
56 p.aside {
57         font-size: 80%;
58 }
59 p.footer {
60         margin: 1em 0 0;
61 }
62 .help + .footer {
63         margin: 0;
64 }
65
66 ul {
67         margin: 0;
68         padding: 0;
69         list-style: none;
70 }
71
72 /* "keyboard" (list of keys) */
73
74 ul#rows {margin-top: -5ex} /* top (esc) row fits besides header */
75 li.row1 {margin-left: 7em} /* row offsets relative to ~6em key width */
76 li.row2 {margin-left: 8em}
77 li.row3 {margin-left: 10em} /* should actually align to next key on row0 */
78         /* ...however rows>=1 are shifted a bit, to make space */
79
80 li.row {
81         clear: both; /* start new row block (keyboard row) */
82         padding-top: 1ex;
83 }
84 li.row > ul > li {
85         clear: both; /* start new row (screen row) */
86 } /* css2 selectors ignored by msie<=6 */
87 li.row ul ul {
88         clear: both;
89 } /* css1 alternative as well (doesn't match in gecko for some reason) */
90
91 h3      {display: none} /* semantic details (non-css/js) */
92 li.mode {display: none} /* initially hidden (only show interactively (js)) */
93
94 /* individual keys */
95
96 dl.legend dt,
97 ul.keys li {
98         float: left;
99         width: 6.2em;
100         line-height: 2.25ex; /* a little terser (seems to be gecko's default anyway) */
101         height: 4.5ex; /* 2 lines */
102         overflow: hidden;
103         margin: 0 2px -1px;
104         text-align: center;
105         border: 1px solid #000;
106         border-radius: 4px;
107         -moz-border-radius: 4px;
108 }
109 ul.keys li b {
110         float: left;
111         font-size: 200%;
112         line-height: 2.5ex; /* inherits otherwise */
113         padding-left: 2px;
114 }
115 ul.keys.omni li { /* omni-present esc */
116         width: 8.5em;
117 }
118
119 /* fine tuning of special occurrences */
120
121 ul.keys li b[title] { /* mnemonic hover */
122         cursor: help;
123 }
124 ul.keys li[onclick]:hover { /* link */
125         cursor: pointer;
126 }
127 ul.keys.meta li b,
128 ul.keys.ctrl li b,
129 ul.keys.lead li b { /* char with ctrl or leading key */
130         font-size: 100%; /* space is too limited for 2+ double-sized chars */
131         line-height: 5ex; /* keep double height though */
132 }
133 ul.keys.meta li b small,
134 ul.keys.ctrl li b small { /* meta key indicator */
135         font-size: 70%;
136         font-weight: normal; /* nice and subtle */
137 }
138
139 /* character table */
140
141 li table {
142         float: left;
143         position: relative; /* prevents buggy hovering if table-caption present in gecko */
144 }
145
146 table.glyphs {
147         border-collapse: collapse;
148 }
149 .glyphs thead th, .glyphs td {
150         text-align: center;
151         width: 1.6em; /* regular interval */
152 }
153 .glyphs th, .glyphs td {
154         border-color: #778;
155         border: 1px solid #888;
156         background: #DDD;
157 }
158 .glyphs tbody td {
159         font-size: 112%;
160 }
161 .glyphs .glyphs {
162         margin: 0.5ex 0;
163 }
164 .glyphs .glyphs td {
165         font-size: 100%;
166 }
167 .glyphs.charmap tbody td {
168         font-size: 200%;
169 }
170
171 /* table headers */
172
173 .glyphs th,
174 .glyphs thead td {
175         border: 0;
176         background: transparent !important;
177 }
178 .glyphs thead td {
179         width: auto; /* no glyph cells in header */
180 }
181 .glyphs th {
182         padding: 0 0.2em;
183 }
184 .diinfo .glyphs th {
185         font-size: 50%; /* mostly insignificant here */
186         font-weight: normal;
187 }
188 .diinfo .glyphs tbody th {
189         text-align: right; /* variable width so keep near cells */
190         padding: 0 0.5em;
191 }
192
193 /* digraphs map */
194
195 table.glyphs.dimap {
196         table-layout: fixed; /* prevent resizing, notably in msie6 */
197 }
198 .glyphs.dimap thead th, .glyphs.dimap td {
199         /* below-maximum size (but still average enough to be regular) so we can fit more */
200         width: 1.2em; /* msie only looks at the first row */
201         min-width: 1em; /* prevents gecko from restricting to page width */
202 }
203 .glyphs.dimap th {
204         text-align: center; /* row headers are also glyph-sized */
205 }
206
207 .glyphs.dimap tbody, .glyphs.dimap colgroup {
208         border: 2px double #888; /* major character group grid */
209 }
210 .glyphs.dimap tbody {
211         border-width: 2px 0; /* horizontal group dividers */
212 }
213 .glyphs.dimap colgroup {
214         border-width: 0 2px; /* vertical divides */
215 }
216
217 /* digraph selection */
218
219 .diinfo {
220         -moz-column-width: 24em;
221 }
222 .diinfo > div {
223         overflow: hidden;
224 }
225
226 .diinfo table.glyphs {
227         margin: 1ex 1ex 2ex;
228         float: left;
229 }
230
231 /* glyph cell overlay (digraph labels) */
232
233 .glyphs.dilabel td {
234         padding: 0;
235         padding-bottom: 1.1ex; /* reserve space for label */
236         vertical-align: bottom;
237 }
238 .glyphs small {
239         font-size: 50%;
240         display: block;
241         margin-top: 0.2ex;
242         margin-bottom: -2.2ex; /* take cell padding */
243 }
244 .glyphs small.digraph {
245         background: #000;
246         color: #FFF;
247         opacity: 0.3;
248 }
249 .glyphs small.value {
250         background: #600;
251         color: #FFF;
252         opacity: 0.3;
253 }
254
255 /* character properties */
256
257 td.X  {background: #FFF} /* unidentified */
258 #digraphs td.Xa {color: #0A0} /* ascii */
259 #digraphs td.Xl {color: #070} /* latin1 */
260 #digraphs   .Xz {color: #D00} /* proposed */
261
262 td.Lm, td.Mc, td.Me, td.Zl, td.Zp {background: #F00} /* unstyled */
263
264 /* letter scripts */
265 td.Armenian,
266 td.Greek    {background: #FFE8CF}
267 td.Cyrillic {background: #FFDDA8}
268 td.Latin    {background: #FFB}
269 td.Aramaic,
270 td.Hebrew   {background: #FFD}
271 td.Arabic   {background: #EFE}
272 td.African  {background: #DED}
273 td.Brahmic  {background: #FBB} /* same as number */
274 td.Khmer    {background: #FBA}
275 td.Hangul,
276 td.Syllabic {background: #DEA}
277 td.Katakana {background: #DFA}
278 td.Hiragana {background: #DFC}
279 td.Bopomofo {background: #BFC}
280 td.Han      {background: #CFD}
281 td.Alpha    {background: #ADA} /* other scripts */
282
283 /* other categories */
284 td.Nd, td.Nl, td.No        {background: #FDD} /* number */
285 td.Sc                      {background: #FCD} /* currency */
286 td.Sm                      {background: #ECE} /* math */
287 td.So                      {background: #DCF} /* symbol */
288 td.Pd, td.Po, td.Pc        {background: #CDF} /* punctuation */
289 td.Ps, td.Pe, td.Pi, td.Pf {background: #BEF} /* quote */
290 td.Lm, td.Sk               {background: #CEE} /* spacing modifier */
291 td.Mn                      {background: #ACC} /* modifier */
292 td.Cc, td.Cf  {color: #666; background: #BBB} /* control */
293 td.Zs                      {background: #ACB} /* space */
294 td.Zs span                 {background: #EEE}
295 td.Co                      {background: #A99} /* private */
296 td.Xi, td.Cs               {background: #CCC} /* invalid */
297 td.Xd                      {color: #844} /* deprecated */
298 td.Xr                      {color: #888} /* reserved (digraph reverse or proposal) */
299 .dimap td.Xr               {background: #EEE} /* reversed digraph */
300 .ccmap td.Xr {opacity:.4}
301
302 /* implementation-based alternatives */
303 td.di-b       {background: #FDD} /* bmp */
304 td.di-d       {background: #FFD} /* rfc-1345 digraph */
305 td.di-prop    {background: #FED} /* proposed digraph */
306 td.di-a       {background: #EFD} /* ascii */
307 td.di-rare    {background: #EEE} /* disfavoured */
308 td.di-invalid {background: #BBB} /* impossible */
309
310 /* continents */
311 td.c-af       {background: #FFC}
312 td.c-eu       {background: #FDC}
313 td.c-as       {background: #FDD}
314 td.c-oc       {background: #EEDDF4}
315 td.c-aa       {background: #E3E8FF}
316 td.c-sa       {background: #DFF}
317 td.c-na       {background: #DFD}
318
319 /* hover effects */
320 td.di-d,
321 td.X:hover {cursor: help}
322 td.Greek:hover, td.Armenian:hover                  {background: #FA8}
323 td.Cyrillic:hover                                  {background: #FB7}
324 td.Latin:hover                                     {background: #EE4}
325 td.Hebrew:hover, td.Aramaic:hover                  {background: #FFA}
326 td.Arabic:hover                                    {background: #CFD}
327 td.African:hover                                   {background: #BDB}
328 td.Syllabic:hover, td.Hangul:hover                 {background: #CE6}
329 td.Katakana:hover                                  {background: #BF7}
330 td.Hiragana:hover                                  {background: #AF8}
331 td.Bopomofo:hover                                  {background: #8FA}
332 td.Brahmic:hover                                   {background: #F77}
333 td.Khmer:hover                                     {background: #F87}
334 td.Han:hover                                       {background: #5EB}
335 td.Alpha:hover                                     {background: #5C5}
336 td.Nd:hover, td.Nl:hover, td.No:hover              {background: #F99} /* number */
337 td.Sc:hover                                        {background: #F8C} /* currency */
338 td.Sm:hover                                        {background: #F8F} /* math */
339 td.So:hover                                        {background: #A8F} /* symbol */
340 td.Pd:hover, td.Po:hover, td.Pc:hover              {background: #8AF} /* punctuation */
341 td.Ps:hover, td.Pe:hover, td.Pi:hover, td.Pf:hover {background: #8DF} /* quote */
342 td.Lm:hover, td.Sk:hover                           {background: #BFF} /* spacing modifier */
343 td.Mn:hover                                        {background: #CDE} /* modifier */
344 td.Zs:hover                                        {background: #CED} /* space */
345 td.Cc:hover, td.Cf:hover                           {background: #DDD} /* control */
346 td.Co:hover                                        {background: #A77} /* private */
347 td.Xr:hover                                        {background: #FFF} /* reserved */
348 td.Xa:hover {outline: 1px solid #0F0} /* ascii */
349 td.Xl:hover {outline: 1px solid #0C0} /* latin1 */
350 td.Xz:hover {outline: 1px solid #F00} /* proposed */
351 td.di-rare:hover                                   {background: #BBB}
352 td.di-b:hover                                      {background: #F88}
353 td.di-d:hover                                      {background: #FF8}
354 td.di-prop:hover                                   {background: #FC8}
355 td.di-a:hover                                      {background: #CF8}
356
357 /* key type colorization */
358
359 .pm {background: #BFB}   /* motion */
360 .po {background: #DFA}   /* window */
361 .co {background: #FFA}   /* command */
362 .ci {background: #BFE}   /* info */
363 .cp {background: #FDA}   /* TODO */
364 .mi {background: #FCA}   /* insert mode */
365 .mo {background: #FCC}   /* mode */
366 .mv {background: #ECE}   /* visual mode */
367 .me {background: #CCF}   /* key mode */
368
369 .ci[onclick]:hover {background: #5ED}
370 .mi[onclick]:hover {background: #F97}
371 .mo[onclick]:hover {background: #F88}
372 .me[onclick]:hover {background: #99F}
373 .mv[onclick]:hover {background: #D9D}
374 .co[onclick]:hover {background: #EE4}
375
376 .no {
377         background: #EEE;
378 }
379 ul.keys li.ni {
380         border: 0;
381         padding: 1px; /* same size as borderlessless keys */
382 }
383
384 dl.legend dt.ext,
385 ul.keys li.ext {
386         border-style: dashed;
387 }
388 dl.legend dt.new,
389 ul.keys li.new {
390         opacity: .6;
391 }
392
393 /* l/r help columns */
394
395 .help {
396         display: table;
397         width: 100%;
398 }
399 .help > * {
400         display: table-cell;
401         width: 20%;
402         vertical-align: top;
403 }
404
405 .left dl.legend {
406         margin-left: 6.4em; /* a bit over 6.2em to allow for borders+padding (border-sizing would work too) */
407 }
408 .left dl.legend dt {
409         margin-left: -6.4em; /* msie<=6 multiply this by two for some reason */
410         float: left;
411         clear: left;
412 }
413 .left dl.legend dd {
414         float: left; /* align next to dt (except msie<=7 does just the opposite) */
415 }
416 .right dl.legend {
417         margin-right: 6.4em;
418 }
419 .right dl.legend dt {
420         margin-right: -6.4em;
421         float: right;
422         clear: right;
423 }
424 .right dl.legend dd {
425         float: right;
426 }
427 .right {
428         text-align: right;
429 }
430
431 /* help/legend */
432
433 dl.legend dt {
434         margin: 0 0 1px; /* distinct keys */
435         height: auto; /* not key-height */
436         padding: 2px 0;
437 }
438 dl.legend dd {
439         margin: 3px 0.4em 0; /* align text (add dt border+padding height) */
440 }
441
442 dl.legend-options dt {
443         background: #CCC;
444 }
445
446 ul.legend-set {
447         clear: right;
448         padding-top: 1ex;
449 }
450 ul.legend-set li {
451         margin: 6px 0; /* similar to dl legends */
452 }
453
454 .legend {
455         margin-top: 1em;
456 }
457 .legend table {
458         width: 100%;
459 }
460 .legend td {
461         padding: 0 0.2em;
462 }
463
464 /* printing hints */
465
466 @page {
467         size: landscape;
468         margin: 0;
469 }
470
471 @media print {
472         ul.legend-set {display: none} /* current options only relevant on dynamic media */
473 }
474