Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
361 dpurdie 1
/* JATS CSS -- Based ActiveState Perl, 
2
               which is based on PDK/Komodo Look'n-feel */
3
 
4
/* standard elements */
5
body
6
    {
7
    background: #FFFFFF;
8
    font-family: Verdana, Arial, Helvetica, sans-serif;
9
    font-weight: normal;
10
    font-size: 70%;
11
    }
12
td
13
    {
14
    font-family: Verdana, Arial, Helvetica, sans-serif;
15
    font-weight: normal;
16
    text-decoration: none;
17
    font-size: 70%;
18
    }
19
p
20
    {
21
    color: #000000;
22
    font-family: Verdana, Arial, Helvetica, sans-serif;
23
    font-weight: normal;
24
    }
25
blockquote
26
    {
27
    color: #000000;
28
    font-family: Verdana, Arial, Helvetica, sans-serif;
29
    font-weight: normal;
30
    margin-left: 15px;
31
    }
32
dl
33
    {
34
    color: #000000;
35
    font-family: Verdana, Arial, Helvetica, sans-serif;
36
    font-weight: normal;
37
    }
38
 
39
dt
40
    {
41
    color: #000000;
42
    font-family: Verdana, Arial, Helvetica, sans-serif;
43
    font-weight: bold;
44
    }
45
 
46
ul
47
	{
48
        list-style-image: url("images/greysmallbullet.gif");
49
        margin-bottom: 1em;
50
        margin-left: 4em;
51
        margin-right: 0;
52
        margin-top: 0;    
53
	}
54
 
55
ol  {
56
    color: #000000;
57
    font-family: Verdana,Arial,Helvetica,sans-serif;
58
    margin-bottom: 1em;
59
    margin-left: 4em;
60
    margin-right: 0;
61
    margin-top: 0;    
62
    list-style-image: none;
63
 
64
    }
65
 
66
h1
67
    {
68
    color: #222222;
69
    font-weight: bold;
70
    font-size: 130%;
71
    font-family: Verdana, Arial, Helvetica, sans-serif;
72
    font-variant: small-caps;
73
    }
74
h1 a:hover
75
    {
76
    color: #222222;
77
    text-decoration: none;
78
    }
79
h2
80
    {
81
    color: #000000;
82
    font-weight: bold;
83
    font-size: 120%;
84
    background-color: #EEEEEE;
85
    padding: 2px;
86
    }
87
    h2 a:hover
88
        {
89
        color: #000000;
90
        text-decoration: none;
91
        }
92
h3
93
    {
94
    color: #8C8A85;
95
    font-weight: bold;
96
    font-size: 110%;
97
    padding: 2px;
98
    border-bottom: 1px solid #8C8A85;
99
    }
100
    h3 a:hover
101
        {
102
        color: #8C8A85;
103
        text-decoration: none;
104
        }
105
h4
106
    {
107
    color: #222222;
108
    font-weight: bold;
109
    font-size: 100%;
110
    padding: 2px;
111
    border-bottom: 1px dashed #222222;
112
/*    margin-right: 40%; */
113
    }
114
    h4 a:hover
115
        {
116
        color: #222222;
117
        text-decoration: none;
118
        }
119
pre
120
    {
121
    font-size: 120%;
122
    }
123
tt
124
    {
125
    font-size: 120%;
126
    }
127
code
128
    {
129
    font-size: 120%;
130
    }
131
kbd
132
    {
133
    font-size: 120%;
134
    }
135
/* custom elements */
136
.tourlet
137
    {
138
    color: #B82619;
139
    }
140
.new
141
    {
142
    color: #B82619;
143
    }
144
 
145
li.lisearch
146
  {
147
  margin-left: -15%;
148
  }
149
td.top
150
  {
151
  background-color: #B82619;
152
  }
153
table.greyback
154
  {
155
  background-color: #EEEEEE;
156
  }
157
 
158
/* default links */
159
a:link
160
	{
161
	color: #0066CC;
162
	text-decoration: none;
163
	}
164
a:visited
165
	{
166
	color: #0066CC;
167
	text-decoration: none;
168
	}
169
a:hover
170
	{
171
	color: #0066CC;
172
	text-decoration: underline;
173
	}
174
 
175
/* documentation link formatting */
176
a.doc:link
177
	{
178
	color: #0066CC;
179
	text-decoration: none;
180
	}
181
a.doc:visited
182
	{
183
	color: #0066CC;
184
	text-decoration: none;
185
	}
186
a.doc:hover
187
	{
188
	color: #0066CC;
189
	text-decoration: underline;
190
	}
191
 
192
a.toc:link
193
   {
194
   color: #000000;
195
   text-decoration: none;
196
   }
197
a.toc:visited
198
   {
199
   color: #000000;
200
   text-decoration: none;
201
   }
202
a.toc:hover
203
   {
204
   color: #000000;
205
   text-decoration: underline;
206
   }
207
 
208
a.topText:link
209
	{
210
	color: #A68C53;
211
	text-decoration: none;
212
	font-weight: bold;
213
	}
214
a.topText:visited
215
	{
216
	color: #A68C53;
217
	text-decoration: none;
218
	font-weight: bold;
219
	}
220
a.topText:hover
221
	{
222
	color: #B82619;
223
	text-decoration: underline;
224
	font-weight: bold;
225
	}
226
 
227
/* general styles */
228
.heading
229
	{
230
	color: #222222;
231
	font-weight: bold;
232
	font-size: 130%;
233
	font-family: Verdana, Arial, Helvetica, sans-serif;
234
   font-variant: small-caps;
235
	}
236
.headingwhite
237
	{
238
	color: #FFFFFF;
239
	font-weight: bold;
240
	font-size: 130%;
241
	font-family: Verdana, Arial, Helvetica, sans-serif;
242
   font-variant: small-caps;
243
	}
244
 
245
.subheading
246
	{
247
	color: #000000;
248
	font-weight: bold;
249
	font-size: 120%;
250
   padding: 2px;
251
	}
252
.subheadingsmall
253
	{
254
	color: #222222;
255
	font-weight: bold;
256
	font-size: 100%;
257
   padding: 2px;
258
   border-bottom: 1px solid #222222;
259
	}
260
.subheadingblack
261
	{
262
	color: #000000;
263
	font-weight: bold;
264
	font-size: 120%;
265
   padding: 2px;
266
	}
267
.subheadingwhite
268
	{
269
	color: #FFFFFF;
270
	font-weight: bold;
271
	font-size: 120%;
272
   padding: 2px;
273
	}
274
 
275
.docsubheading
276
	{
277
	color: #000000;
278
	font-weight: bold;
279
	font-size: 120%;
280
   background-color: #EEEEEE;
281
   padding: 2px;
282
	}
283
.docsubheadinggrey
284
	{
285
	color: #8C8A85;
286
	font-weight: bold;
287
	font-size: 120%;
288
   padding: 2px;
289
   border-bottom: 1px solid #8C8A85;
290
	}
291
.doccodecomment
292
	{
293
	color: #b82619;
294
	}
295
.doccmddeprecated
296
	{
297
	color: #888888;
298
  font-style: italic;
299
	}
300
.error
301
    {
302
    color: #B82619;
303
    }
304
.err
305
    {
306
    color: #B82619;
307
    }
308
 
309
/* deco */
310
.lineColour
311
    {
312
    background: #999999;
313
    }
314
.lineColourLight
315
     {
316
     background-color: #BDBDBD;
317
     }
318
/* unordered list without bullets */
319
ul.sans
320
	{
321
	list-style-type: none;
322
	}
323
 
324
/* used on popup */
325
a.windowClose:link
326
	{
327
	font-weight: bold;
328
	color: 		#FFFFFF;
329
	}
330
a.windowClose:visited
331
	{
332
	font-weight: bold;
333
	color: 		#FFFFFF;
334
	}
335
a.windowClose:hover
336
	{
337
	font-weight: bold;
338
	color: 		#FFFFFF;
339
	}
340
a.windowClose:active
341
	{
342
	font-weight: bold;
343
	color: 		#FFFFFF;
344
	}
345
 
346
/* used by mailarchive */
347
a.arc:link
348
        {
349
        color: #000000;
350
        text-decoration: none;
351
        }
352
a.arc:visited
353
        {
354
        color: #666666;
355
        text-decoration: none;
356
        }
357
a.arc:hover
358
        {
359
        color: #B82619;
360
        text-decoration: underline;
361
        }
362
a.arc:active
363
        {
364
        color: #B82619;
365
        text-decoration: underline;
366
        }
367
 
368
/* =for htmlclass Warning */
369
 
370
.Warning
371
    {
372
    padding: 0.5em 1em;
373
    background-color: #FFD2D2;
374
    margin-left: 10%;
375
    margin-right: 20%;
376
    border-color: red;
377
    border-style: solid;
378
    border-width: 1px;
379
    }
380
 
381
/* =for htmlclass Tip */
382
.Tip
383
    {
384
    padding: 0.5em 1em;
385
    background-color: #E0F4FF;
386
    margin-left: 10%;
387
    margin-right: 20%;
388
    border-color: black;
389
    border-style: solid;
390
    border-width: 1px;
391
    }
392
 
393
/* =for htmlclass Note */
394
.Note
395
    {
396
    padding: 0.5em 1em;
397
    background-color: #FFFFB1;
398
    margin-left: 10%;
399
    margin-right: 20%;
400
    border-color: black;
401
    border-style: solid;
402
    border-width: 1px;
403
    }
404
 
405
/* Make the first letter larger */    
406
.Note:first-letter,
407
.Tip:first-letter,
408
.Warning:first-letter
409
{
410
font-size:150%;
411
}           
412
 
413
/* Control the index onthe top of the page */
414
.index
415
{
416
    margin-bottom: 1em;
417
}
418
 
419
.index ul{
420
    margin-left: 2em;
421
    margin-bottom: 0em;
422
    padding-left: 1em;
423
}
424
 
425
/*
426
li>p:first-child {
427
    background-color: #FFFFB1;
428
    margin-top: 0em;
429
    margin-bottom: 0.5em;
430
}
431
*/
432