~ubuntu-branches/ubuntu/saucy/libp11/saucy-proposed

« back to all changes in this revision

Viewing changes to doc/nonpersistent/wiki.out/trac.css

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2011-05-01 23:14:12 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110501231412-z6jcwgfpdb54y2jj
Tags: 0.2.8-1
* New upstream release.
* debian/libp11-dev.install: Remove unneeded .la file. (Closes: #622516)
* debian/libp11-1.install, debian/libp11-2.install,
  debian/libp11-1.shlibs, debian/libp11-2.shlibs,
  debian/libp11-1.symbols, debian/libp11-2.symbols, debian/control,
  debian/rules: Bump soname to 2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
body { background: #fff; color: #000; margin: 10px; padding: 0; }
2
 
body, th, td {
 
2
body, th, tr {
3
3
 font: normal 13px Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif;
4
4
}
5
5
h1, h2, h3, h4 {
46
46
 visibility: hidden;
47
47
}
48
48
h1:hover .anchor, h2:hover .anchor, h3:hover .anchor,
49
 
h4:hover .anchor, h5:hover .anchor, h6:hover .anchor {
 
49
h4:hover .anchor, h5:hover .anchor, h6:hover .anchor,
 
50
span:hover .anchor {
50
51
 visibility: visible;
51
52
}
52
53
 
86
87
}
87
88
option { border-bottom: 1px dotted #d7d7d7 }
88
89
fieldset { border: 1px solid #d7d7d7; padding: .5em; margin: 1em 0 }
89
 
form p.hint, form span.hint { color: #666; font-size: 85%; font-style: italic; margin: .5em 0;
 
90
p.hint, span.hint { color: #666; font-size: 85%; font-style: italic; margin: .5em 0;
90
91
  padding-left: 1em;
91
92
}
92
93
fieldset.iefix {
113
114
 
114
115
/* Header */
115
116
#header hr { display: none }
116
 
#header h1 { margin: 1.5em 0 -1.5em; }
 
117
#header h1 { margin: 1.5em 0 -1.5em; padding: 0 }
117
118
#header img { border: none; margin: 0 0 -3em }
118
119
#header :link, #header :visited, #header :link:hover, #header :visited:hover {
119
120
 background: transparent;
120
121
 color: #555;
121
122
 margin-bottom: 2px;
122
123
 border: none;
 
124
 padding: 0;
123
125
}
124
126
#header h1 :link:hover, #header h1 :visited:hover { color: #000 }
125
127
 
136
138
 
137
139
/* Navigation */
138
140
.nav h2, .nav hr { display: none }
139
 
.nav ul { font-size: 10px; list-style: none; margin: 0; text-align: right }
 
141
.nav ul { 
 
142
 font-size: 10px;
 
143
 list-style: none;
 
144
 margin: 0;
 
145
 text-align: right;
 
146
}
140
147
.nav li {
141
148
 border-right: 1px solid #d7d7d7;
142
149
 display: inline;
147
154
 
148
155
/* Main navigation bar */
149
156
#mainnav {
150
 
 background: #f7f7f7 url(../topbar_gradient.png) 0 0;
 
157
 background: #fff url(../topbar_gradient.png) 0 0;
151
158
 border: 1px solid #000;
152
159
 font: normal 10px verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
153
160
 margin: .66em 0 .33em;
168
175
 border-right: 1px solid #ddd;
169
176
}
170
177
#mainnav .active :link, #mainnav .active :visited {
171
 
 background: #333 url(../topbar_gradient2.png) 0 0 repeat-x;
 
178
 background: #000 url(../topbar_gradient2.png) 0 0 repeat-x;
172
179
 border-top: none;
173
180
 border-right: 1px solid #000;
174
181
 color: #eee;
179
186
}
180
187
 
181
188
/* Context-dependent navigation links */
182
 
#ctxtnav { height: 1em }
 
189
#ctxtnav { min-height: 1em }
183
190
#ctxtnav li ul {
184
191
 background: #f7f7f7;
185
192
 color: #ccc;
195
202
 color: #fff;
196
203
}
197
204
 
 
205
.trac-nav, .trac-topnav {
 
206
 float: right;
 
207
 font-size: 80%;
 
208
}
 
209
.trac-topnav {
 
210
 margin-top: 14px;
 
211
}
 
212
 
198
213
/* Alternate links */
199
214
#altlinks { clear: both; text-align: center }
200
215
#altlinks h3 { font-size: 12px; letter-spacing: normal; margin: 0 }
255
270
#help :link, #help :visited { cursor: help }
256
271
#help hr { display: none }
257
272
 
 
273
/* Section folding */
 
274
.foldable :link, .foldable :visited {
 
275
 background: url(../expanded.png) 0 50% no-repeat;
 
276
 border: none;
 
277
 padding-left: 16px;
 
278
}
 
279
.foldable :link:hover, .foldable :visited:hover { background-color: transparent }
 
280
.collapsed > .foldable :link, .collapsed > .foldable :visited {
 
281
 background-image: url(../collapsed.png);
 
282
}
 
283
.collapsed > div, .collapsed > table, .collapsed > ul, .collapsed > dl { display: none }
 
284
fieldset > legend.foldable :link, fieldset > legend.foldable :visited {
 
285
 color: #666;
 
286
 font-size: 110%;
 
287
}
 
288
 
258
289
/* Page preferences form */
259
290
#prefs {
260
291
 background: #f7f7f0;
302
333
/* Wiki */
303
334
.wikipage { padding-left: 18px }
304
335
.wikipage h1, .wikipage h2, .wikipage h3 { margin-left: -18px }
 
336
.wikipage table h1, .wikipage table h2, .wikipage table h3 { margin-left: 0px }
 
337
div.compact > p:first-child { margin-top: 0 }
 
338
div.compact > p:last-child { margin-bottom: 0 }
305
339
 
306
340
a.missing:link, a.missing:visited, a.missing, span.missing,
307
341
a.forbidden, span.forbidden { color: #998 }
341
375
.citation .citation .citation blockquote.citation { border-color: #c55; }
342
376
 
343
377
table.wiki {
344
 
 border: 2px solid #ccc;
 
378
 border: 1px solid #ccc;
345
379
 border-collapse: collapse;
346
380
 border-spacing: 0;
347
381
}
348
382
table.wiki td { border: 1px solid #ccc;  padding: .1em .25em; }
 
383
table.wiki th {
 
384
 border: 1px solid #bbb;
 
385
 padding: .1em .25em;
 
386
 background-color: #f7f7f7;
 
387
}
349
388
 
350
389
.wikitoolbar {
351
390
 margin-top: 0.3em;
379
418
.wikitoolbar a#br { background-position: 0 -112px }
380
419
.wikitoolbar a#img { background-position: 0 -128px }
381
420
 
 
421
/* Textarea resizer */
 
422
div.trac-resizable { display: table; width: 1px }
 
423
div.trac-resizable > div { display: table-cell }
 
424
div.trac-resizable textarea { display: block; margin-bottom: 0 }
 
425
div.trac-grip {
 
426
 height: 5px;
 
427
 overflow: hidden;
 
428
 background: #eee url(../grip.png) no-repeat center 1px;
 
429
 border: 1px solid #ddd;
 
430
 border-top-width: 0;
 
431
 cursor: s-resize;
 
432
}
 
433
 
382
434
/* Styles for the form for adding attachments. */
383
435
#attachment .field { margin-top: 1.3em }
384
436
#attachment label { padding-left: .2em }
389
441
.attachment #preview { margin-top: 1em }
390
442
 
391
443
/* Styles for the list of attachments. */
392
 
#attachments { border: 1px outset #996; padding: 1em }
 
444
#attachments > div { border: 1px outset #996; padding: 1em }
393
445
#attachments .attachments { margin-left: 2em; padding: 0 }
394
446
#attachments dt { display: list-item; list-style: square; }
395
447
#attachments dd { font-style: italic; margin-left: 0; padding-left: 0; }
405
457
 width: 100%;
406
458
}
407
459
table.listing th { text-align: left; padding: 0 1em .1em 0; font-size: 12px }
408
 
table.listing thead { background: #f7f7f0 }
 
460
table.listing thead tr { background: #f7f7f0 }
409
461
table.listing thead th {
410
462
 border: 1px solid #d7d7d7;
411
463
 border-bottom-color: #999;
413
465
 font-weight: bold;
414
466
 padding: 2px .5em;
415
467
 vertical-align: bottom;
 
468
 white-space: nowrap;
416
469
}
417
470
table.listing thead th :link:hover, table.listing thead th :visited:hover {
418
471
 background-color: transparent;
419
472
}
420
473
table.listing thead th a { border: none; padding-right: 12px }
421
 
table.listing th.asc a, table.listing th.desc a { font-weight: bold }
422
474
table.listing th.asc a, table.listing th.desc a {
 
475
 font-weight: bold;
423
476
 background-position: 100% 50%;
424
477
 background-repeat: no-repeat;
425
478
}
481
534
div.system-message p { margin: 0; }
482
535
div.system-message p.system-message-title { font-weight: bold; }
483
536
 
484
 
#warning.system-message { background: #ffb; border: 1px solid #000; }
 
537
#warning.system-message, .warning.system-message { background: #ffb; border: 1px solid #000; }
485
538
#warning.system-message li { list-style-type: square; }
486
539
 
487
 
#notice.system-message { background: #dfd; border: 1px solid #000; }
 
540
#notice.system-message, .notice.system-message { background: #dfd; border: 1px solid #000; }
488
541
#notice.system-message li { list-style-type: square; }
489
542
 
490
543
#content.error form.newticket { display: inline; }
491
544
#content.error form.newticket textarea { display: none; }
492
545
 
493
 
#content.error #systeminfo { margin: 1em; width: auto; }
494
 
#content.error #systeminfo th { font-weight: bold; text-align: right; }
 
546
#content.error #systeminfo, #content.error #plugins { margin: 1em; width: auto; }
 
547
#content.error #systeminfo th, #content.error #systeminfo td,
 
548
#content.error #plugins th, #content.error #plugins td { font-size: 90%; }
 
549
#content.error #systeminfo th, #content.error #plugins th { background: #f7f7f7; font-weight: bold; }
495
550
 
496
551
#content.error #traceback { margin-left: 1em; }
497
552
#content.error #traceback :link, #content.error #traceback :visited {
507
562
}
508
563
#content.error #traceback span.file { color: #666; font-size: 85%; }
509
564
#content.error #traceback ul { list-style: none; margin: .5em 0; padding: 0; }
510
 
#content.error #traceback ol {
511
 
  border: 1px dotted #d7d7d7;
512
 
  color: #999;
513
 
  font-size: 85%;
514
 
  line-height: 1;
515
 
  margin: .5em 0;
516
 
}
517
 
#content.error #traceback ol li { white-space: pre; }
518
 
#content.error #traceback ol li.current { background: #e6e6e6; color: #333; }
519
 
#content.error #traceback ol li code { color: #666; }
520
 
#content.error #traceback ol li.current code { color: #000; }
 
565
#content.error #traceback table.code td { white-space: pre; font-size: 90%; }
 
566
#content.error #traceback table.code tr.current td { background: #e6e6e6; }
521
567
#content.error #traceback table { margin: .5em 0 1em;  }
522
568
#content.error #traceback th, #content.error #traceback td {
523
569
  font-size: 85%; padding: 1px;
529
575
#content.error #traceback td code { white-space: pre; }
530
576
#content.error #traceback pre { font-size: 95%; }
531
577
 
 
578
#content.error #plugins td.file { color: #666; }
 
579
 
532
580
#content .paging { margin: 0 0 2em; padding: .5em 0 0;
533
581
  font-size: 85%; line-height: 2em; text-align: center;
534
582
}
569
617
@media print {
570
618
 #header, #altlinks, #footer, #help { display: none }
571
619
 .nav, form, .buttons form, form .buttons, form .inlinebuttons,
572
 
 .noprint, .trac-rawlink {
 
620
 .noprint, .trac-rawlink, .trac-nav, .trac-topnav {
573
621
   display: none;
574
622
 }
575
623
 form.printableform { display: block }