]> pere.pagekite.me Git - homepage.git/blob - mypapers/mrtg-td/slides.css
Generated.
[homepage.git] / mypapers / mrtg-td / slides.css
1 <style type="text/css">
2 .add:before {
3 content: "Chapter: ";
4 font-style: italic;
5 text-decoration: blink;
6 }
7
8 H2[ID]:before {
9 content: attr(ID) ": ";
10 text-decoration: blink;
11 }
12
13 PRE {
14 font-family: courier;
15 font-style: bold;
16 }
17
18 BODY {
19 font-family: sans-serif;
20 margin: 0.7em;
21 }
22
23 P, LI, DIV { font-weight: bold; }
24
25 LI P { font-size: smaller }
26
27 H1, H2 {
28 clear: both;
29 font-family:sans-serif
30 }
31
32 IMG { /* width: 200px display: none */ }
33
34 UL UL { list-style-type: circle }
35
36 BLOCKQUOTE {
37 margin: 2em 0 0.5em 0;
38 padding: 0;
39 font-style: italic;
40 }
41
42 /*
43 TD.yes { background: red }
44 TD.no { background: black; color: white }
45 TD.none { background: #aaa }
46 */
47
48 TD, TH {
49 vertical-align: top;
50 }
51
52 TH.left {
53 text-align: left
54 }
55
56 TH.right {
57 text-align: right
58 }
59
60 td.yes {
61 background: green;
62 }
63
64 td.no {
65 background: red;
66 }
67
68 td.unknown {
69 background: orange;
70 }
71
72
73 TH P {
74 margin: 0;
75 }
76
77 P.caption {
78 text-align: left;
79 font-size: 60%;
80 }
81
82 CITE { font-size: 80%; font-style: italic }
83
84 H1 {
85 clear: both;
86 margin-top: 1em;
87 }
88
89
90 PRE {
91 font-weight: bold;
92 }
93 /*
94 DIV.intro { text-align: center }
95 */
96
97
98 table.architecture {
99 border-collapse: collapse;
100 border: 2px solid black;
101 border-spacing: 0em;
102 }
103
104 table.architecture th {
105 border: 2px solid black;
106 text-align: right;
107 padding: 0.2em;
108 }
109
110 table.architecture td {
111 border: 2px solid black;
112 text-align: center;
113 padding: 0.2em;
114 font-weight: bold;
115 }
116
117 table.architecture td { background: white }
118 table.architecture td.remain { background: yellow }
119 table.architecture td.option { background: red }
120 table.architecture td.required2 { background: white; text-align: left }
121 table.architecture td.remain2 { background: yellow; text-align: left }
122 table.architecture td.option2 { background: red; text-align: left }
123
124
125
126 @media screen {
127
128 UL, OL { margin: 0 }
129 UL LI { margin: 0 0 0 15px }
130 OL LI { margin: 0 0 0 30px }
131 LI LI { margin-left: 0px }
132 UL { list-style-type: disc }
133 UL UL { list-style-type: circle }
134
135 DIV.logo { display: none } /* hide logo when not in OperaShow mode */
136
137 IMG { /* width: 200px */ }
138
139 H1, H2 {
140 background: #BB8;
141 padding: 2px 4px;
142 font-size: 1.2em;
143 margin: 1em 0 0.1em 0;
144 }
145
146 }
147
148
149
150 @media projection, print {
151
152 EM {
153 color: #080;
154 }
155
156 DIV.presenter {
157 margin-top: 2em;
158 }
159
160 IMG { display: inline; }
161
162 TABLE.legend TH {
163 text-align:left;
164 }
165
166
167 TABLE.market TD {
168 text-align: center;
169 }
170
171 TABLE UL {
172 margin: 0.3em 0.3em 0.5em 2em;
173 }
174
175 TD {
176 background: #EDA;
177 padding: 0.2em 0.4em;
178 }
179
180
181 BODY {
182 font: 30px Gill Sans, sans-serif;
183 margin: 0px 30px 0px 40px;
184 color: black;
185 background: white;
186 }
187
188 H1 {
189 font-size: 180%;
190 margin-top: 4em;
191 border: none;
192 page-break-before: always;
193 }
194
195
196 H2 {
197 padding-right: 200px;
198 margin-top: 1.5em;
199 page-break-before: always;
200 padding-bottom: 0.2em;
201 border-bottom: thick solid #e04;
202 font-size: 140%;
203 }
204
205
206 DIV.intro {
207 position: absolute;
208 top: 30%;
209 }
210
211 TABLE {
212 font: 30px Gill Sans, sans-serif;
213 }
214
215 TABLE.stuffed {
216 font: bold 20px Gill Sans, sans-serif;
217 }
218
219 TABLE.reallystuffed {
220 font: bold 16px Gill Sans, sans-serif;
221 }
222
223 TABLE.text TD {
224 text-align: left;
225 }
226
227
228
229 TABLE.stuffed UL {
230 list-style: inside;
231 margin-left: 0;
232 }
233
234
235 .noshow { display: none }
236
237 DIV.logo {
238 position: fixed;
239 top: 50px;
240 right: 100px;
241 height: 80px;
242 width: 80px;
243 }
244
245 UL UL {
246 font-style: italic;
247 }
248
249 }
250
251 </style>