-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathscidavis.css
337 lines (325 loc) · 5.34 KB
/
scidavis.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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
body{
font-family: Times, serif;
font-size: 16px;
text-align: justify;
background-color: white;
margin-right: 10px;
margin-left: 10px;
margin-top: 5px;
margin-bottom: 5px;
}
/*
links
*/
a {
font-size: 16px;
}
a[href] {
color: #4040FF;
text-decoration: none;
}
a[href]:hover {
color: #FF4040;
text-decoration: underline;
}
a[href]:visited {
color: #4040FF;
}
a[href]:active {
color: red;
}
code.email a.email {
font-size: 14px;
}
/*
Navigation header
*/
div.navheader {
padding-left: 10px ;
padding-right: 10px ;
color: #022a63;
background: #8FAFED url('common/navi_bar.png') repeat-x top;
}
div.navheader tr th {
color: #022a63;
font-size: 22px;
}
div.navheader tr td a[href]:visited {
color: #022a63;
font-size: 16px;
}
div.navheader tr td a[href]:active {
color: #022a63;
font-size: 16px;
}
/*
Navigation footer
*/
div.navfooter {
padding-left: 10px ;
padding-right: 10px ;
color: #022a63;
background: #8FAFED url('common/navi_bar.png') repeat-x top;
}
div.navfooter tr td {
color: #022a63;
font-size: 16px;
}
div.navfooter tr td a[href]:visited {
color: #022a63;
font-size: 16px;
}
div.navfooter tr td a[href]:active {
color: #022a63;
font-size: 16px;
}
/*
title page
*/
div.TITLEPAGE {
left: 0px ;
right: 0px ;
top: 0px
}
div.TITLEPAGE h1.title {
margin-left: 0px;
margin-right: 0px;
/* padding-left: 300px;*/
text-align: center;
padding-bottom: 20px;
background-image: url(common/fond-titre-1.png) ;
}
div.TITLEPAGE h1.title a {
color: white;
font-size: 24px;
text-align: center;
text-decoration: none;
line-height: 80px;
}
div.TITLEPAGE h3.author a {
/* background-color: #4268A6; */
color: white;
font-size: 18px;
text-align: center;
text-decoration: none;
margin-left: 0px;
margin-right: 0px;
padding-top: 5px;
margin-bottom: 5px;
}
div.book {
}
/*
entetes des chapitres dans les pages normales
*/
div.chapter h1 {
color: white;
background-image: url(common/fond-titre-chapitre.png) ;
text-decoration: none;
font-size: 18px;
padding: 5px;
margin-right: -5px;
margin-left: -5px;
}
/*
Titles of level 1 sections
*/
div.sect1 h1 {
color: blue;
background-color: #E0E0E0;
background-image: none;
text-decoration: underline;
font-size: 18px;
padding: 5px;
margin-right: -5px;
margin-left: -5px;
}
div.sect1 h1.sect1 a {
color: blue;
background-color: #E0E0E0;
background-image: none;
text-decoration: underline;
font-size: 18px;
padding: 5px;
margin-right: -5px;
margin-left: -5px;
}
/*
Titles of level 2 sections
*/
div.sect2 h2.title {
color: blue;
background-color: #E0E0E0;
background-image: none;
text-decoration: underline;
font-size: 16px;
padding: 5px;
margin-right: -5px;
margin-left: -5px;
}
div.sect2 h2.sect2 a {
color: blue;
text-decoration: none;
font-size: 16px;
padding: 5px;
margin-right: -5px;
margin-left: -5px;
}
/*
table of content at the beginning of each chapter
*/
div.TOC {
background: #8FAFED url('common/navi_bar.png') repeat-x top;
margin-bottom: 10px;
margin-top: 10px;
margin-left: 150px;
margin-right: 150px;
padding: 10px;
border-style: solid;
border-width: 2px;
border-color: #000000;
}
div.TOC dt {
color: #022a63;
font-weight: bold;
font-size: 16px;
margin-left: 20px;
}
div.TOC a {
font-size: 16px;
color: #022a63;
font-weight: bold;
margin-left: 40px;
text-decoration: none;
}
div.TOC a:hover {
font-weight: bold;
color: #022a63;
text-decoration: underline;
}
div.TOC a:visited {
font-weight: bold;
color: #022a63;
text-decoration: underline;
}
/*
figures
*/
div.figure {
text-align: center;
}
div.figure div.informalexample {
text-align: center;
color: #006060;
}
div.informalfigure {
text-align: center;
}
/*
equations
*/
div.equation {
text-align: center;
}
div.informalequation {
text-align: center;
}
/*
tables
TD {
text-align: center;
}
TD P {
text-align: justify;
}
/*
Q and A sets
*/
tr.question p {
font-size: 16px;
font-weight: bold;
margin-top: 20px;
}
tr.answer p {
font-size: 16px;
}
/*
top navigation bar
*/
div.NAVHEADER th {
color: green;
}
/*
bottom navigation bar
*/
div.NAVFOOTER td {
color: black;
text-decoration: italic;
}
/*
user input
*/
PRE {
color: #500000;
margin-left: 40px;
}
/*
variable list : term
*/
div.variablelist DT {
color: #008000;
text-decoration: underline;
}
div.variablelist DT a {
color: #008000;
text-decoration: underline;
}
div.variablelist DT a:visited {
color: #008000;
text-decoration: underline;
}
/*
keycodes
*/
span.keycode {
color: #006060;
}
/*
Commands
this is mainly to remove the effect of the "strong" tag in commands
*/
a span strong {
color: #20208F;
/* font-style: normal; */
text-decoration: italic;
font-weight: normal;
}
/*
tables
*/
div.informaltable table thead tr th {
font-weight: bold;
font-size: 14px;
}
div.informaltable table tbody tr td {
font-weight: normal;
font-size: 14px;
}
/*
table of content
*/
dt span.chapter a {
font-size: 16px;
font-weight: bold;
line-height: 40px
}
dt span.appendix a {
font-size: 16px;
font-weight: bold;
line-height: 40px
}
dt span.index a {
font-size: 16px;
font-weight: bold;
line-height: 40px
}