comparison poster/os9/os9s.css @ 8:7fd82a802a66

add os9
author anatofuz
date Fri, 19 Apr 2019 18:23:10 +0900
parents
children
comparison
equal deleted inserted replaced
7:d8feb607c44e 8:7fd82a802a66
1
2 @import url(ui/s6/projection.css); /* required to make the slide show run at all */
3
4 body { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
5
6 a:link, a:visited { color: black; }
7
8 .slide h1 { font-size: 30pt; }
9
10 .slide h1 { text-align: center; }
11
12 .slide h1.fullscreen { position: absolute;
13 top: 40%;
14 width: 100%; }
15
16 /* lets you create slides with no heading (because heading is hidden but gets included in toc) */
17 .slide h1.hidden { display: none; }
18
19
20 .slide h2 { font-size: 28pt; }
21
22 h3 { font-size: 25pt; }
23
24 /* todo: add special formating for .cover slide
25 lets you use h1(cover). for title/cover slide (a la S5 slide0) but more generic (not bound to 1st slide)
26 */
27
28 .cover h1 { /* tbd */ }
29 .cover h2 { /* tbd */ }
30
31 /* todo: add special formating for h1, h2 in footer */
32
33 #footer h1 { /* tbd */ }
34 #footer h2 { /* tbd */ }
35
36
37 p, li, dt, dd, td, th { font-size: 18pt; }
38
39 ul { list-style-type: square; }
40
41 /**********************************/
42 /* general text-alignment classes */
43
44 .left { text-align: left; }
45 .center { text-align: center; }
46 .right { text-align: right; }
47
48 /**********************************/
49 /* general font-size classes */
50
51 .small { font-size: 97%; }
52
53 .x-small,
54 .smaller { font-size: 88%; }
55
56 .xx-small,
57 .smallest,
58 .tiny { font-size: 82%; }
59
60
61
62 pre { font-size: 16pt; }
63
64 .code {
65 background-color: azure;
66 padding: 5px;
67 }
68
69 .footnote a:first-of-type { text-decoration: none; }
70
71
72 p.small { font-size: 97%; }
73
74 p.x-small,
75 p.smaller,
76 p.footnote { font-size: 88%; }
77
78 p.xx-small,
79 p.smallest,
80 p.tiny { font-size: 82%; }
81
82
83 .help p,
84 .help td { font-size: 88%; }
85
86
87 .step { color: silver; }
88 /* or hide next steps e.g. .step { visibility: hidden; } */
89 .stepcurrent { color: black; }
90
91
92
93 table#ajax { width: 100%; }
94
95 table#ajax td { text-align: center; }
96