~ubuntu-branches/ubuntu/trusty/gdk-pixbuf/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/reference/gdk-pixbuf/html/style.css

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2014-03-31 17:15:34 UTC
  • mfrom: (1.5.12)
  • Revision ID: package-import@ubuntu.com-20140331171534-doyyxfo381hocc73
Tags: 2.30.7-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
  vertical-align: top;
31
31
}
32
32
 
 
33
@media screen {
 
34
  sup a.footnote
 
35
  {
 
36
    position: relative;
 
37
    top: 0em ! important;
 
38
  }
 
39
  /* this is needed so that the local anchors are displayed below the naviagtion */
 
40
  div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
 
41
  {
 
42
    display: inline-block;
 
43
    position: relative;
 
44
    top:-5em;
 
45
  }
 
46
  /* this seems to be a bug in the xsl style sheets when generating indexes */
 
47
  div.index div.index
 
48
  {
 
49
    top: 0em;
 
50
  }
 
51
  /* make space for the fixed navigation bar and add space at the bottom so that
 
52
   * link targets appear somewhat close to top
 
53
   */
 
54
  body
 
55
  {
 
56
    padding-top: 5em;
 
57
    padding-bottom: 500px;
 
58
    max-width: 60em;
 
59
  }
 
60
  p
 
61
  {
 
62
    max-width: 60em;
 
63
  }
 
64
  /* style and size the navigation bar */
 
65
  table.navigation#top
 
66
  {
 
67
    position: fixed;
 
68
    background: #e2e2e2;
 
69
    border-bottom: solid 1px #babdb6;
 
70
    margin-top: 0;
 
71
    margin-bottom: 0;
 
72
    top: 0;
 
73
    left: 0;
 
74
    height: 3em;
 
75
    z-index: 10;
 
76
  }
 
77
  .navigation a, .navigation a:visited
 
78
  {
 
79
    /* tango:sky blue 3 */
 
80
    color: #204a87;
 
81
  }
 
82
  .navigation a:hover
 
83
  {
 
84
    /* tango:sky blue 2 */
 
85
    color: #3465a4;
 
86
  }
 
87
  td.shortcuts
 
88
  {
 
89
    /* tango:sky blue 2 */
 
90
    color: #3465a4;
 
91
    font-size: 80%;
 
92
    white-space: nowrap;
 
93
  }
 
94
  td.shortcuts .dim
 
95
  {
 
96
    color: #babdb6;
 
97
  }
 
98
}
 
99
@media screen and (min-width: 60em) {
 
100
  /* screen larger than 60em */
 
101
  body { margin: auto; }
 
102
}
 
103
@media screen and (max-width: 60em) {
 
104
  /* screen less than 60em */
 
105
  #nav_hierarchy { display: none; }
 
106
  #nav_interfaces { display: none; }
 
107
  #nav_prerequisites { display: none; }
 
108
  #nav_derived_interfaces { display: none; }
 
109
  #nav_implementations { display: none; }
 
110
  #nav_child_properties { display: none; }
 
111
  #nav_style_properties { display: none; }
 
112
  #nav_index { display: none; }
 
113
  #nav_glossary { display: none; }
 
114
  .gallery_image { display: none; }
 
115
  .property_flags { display: none; }
 
116
  .signal_flags { display: none; }
 
117
  .parameter_annotations { display: none; }
 
118
  .enum_member_annotations { display: none; }
 
119
  .struct_member_annotations { display: none; }
 
120
  .union_member_annotations { display: none; }
 
121
  /* now that a column is hidden, optimize space */
 
122
  col.parameters_name { width: auto; }
 
123
  col.parameters_description { width: auto; }
 
124
  col.struct_members_name { width: auto; }
 
125
  col.struct_members_description { width: auto; }
 
126
  col.enum_members_name { width: auto; }
 
127
  col.enum_members_description { width: auto; }
 
128
  col.union_members_name { width: auto; }
 
129
  col.union_members_description { width: auto; }
 
130
}
 
131
@media print {
 
132
  table.navigation {
 
133
    visibility: collapse;
 
134
    display: none;
 
135
  }
 
136
  div.titlepage table.navigation {
 
137
    visibility: visible;
 
138
    display: table;
 
139
    background: #e2e2e2;
 
140
    border: solid 1px #babdb6;
 
141
    margin-top: 0;
 
142
    margin-bottom: 0;
 
143
    top: 0;
 
144
    left: 0;
 
145
    height: 3em;
 
146
  }
 
147
}
 
148
 
 
149
.navigation .title
 
150
{
 
151
  font-size: 120%;
 
152
}
 
153
 
33
154
div.gallery-float
34
155
{
35
156
  float: left;
60
181
div.informaltable table
61
182
{
62
183
  border-collapse: separate;
63
 
  border-spacing: 1em 0.5em;
 
184
  border-spacing: 20px 3px;
64
185
  border: none;
65
186
}
66
187
 
118
239
 color: #729fcf;
119
240
}
120
241
 
121
 
td p
122
 
{
123
 
  margin: 0.25em;
124
 
}
125
 
 
126
242
div.table table
127
243
{
128
244
  border-collapse: collapse;
288
404
  font-weight: normal;
289
405
}
290
406
 
291
 
acronym,abbr 
292
 
{
293
 
  border-bottom: 1px dotted gray;
294
 
}
295
 
 
296
407
/* code listings */
297
408
 
298
409
.listing_code .programlisting .cbracket   { color: #a40000; } /* tango: scarlet red 3 */
322
433
  padding: 0.5em;
323
434
}
324
435
.listing_lines {
 
436
  /* this just adds visual clutter and
 
437
     takes precious room from small screens */
 
438
  display: none;
 
439
}
 
440
.listing_lines {
325
441
  /* tango:sky blue 0.5 */
326
442
  background: #a6c5e3;
327
443
  background: rgba(114, 159, 207, 0.2);
343
459
  margin: 0px;
344
460
}
345
461
 
346
 
@media screen {
347
 
  sup a.footnote
348
 
  {
349
 
    position: relative;
350
 
    top: 0em ! important;
351
 
  }
352
 
  /* this is needed so that the local anchors are displayed below the naviagtion */
353
 
  div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
354
 
  {
355
 
    display: inline-block;
356
 
    position: relative;
357
 
    top:-5em;
358
 
  }
359
 
  /* this seems to be a bug in the xsl style sheets when generating indexes */
360
 
  div.index div.index
361
 
  {
362
 
    top: 0em;
363
 
  }
364
 
  /* make space for the fixed navigation bar and add space at the bottom so that
365
 
   * link targets appear somewhat close to top
366
 
   */
367
 
  body
368
 
  {
369
 
    padding-top: 2.5em;
370
 
    padding-bottom: 500px;
371
 
    max-width: 60em;
372
 
  }
373
 
  p
374
 
  {
375
 
    max-width: 60em;
376
 
  }
377
 
  /* style and size the navigation bar */
378
 
  table.navigation#top
379
 
  {
380
 
    position: fixed;
381
 
    background: #e2e2e2;
382
 
    border-bottom: solid 1px #babdb6;
383
 
    border-spacing: 5px;
384
 
    margin-top: 0;
385
 
    margin-bottom: 0;
386
 
    top: 0;
387
 
    left: 0;
388
 
    z-index: 10;
389
 
  }
390
 
  table.navigation#top td
391
 
  {
392
 
    padding-left: 6px;
393
 
    padding-right: 6px;
394
 
  }
395
 
  .navigation a, .navigation a:visited
396
 
  {
397
 
    /* tango:sky blue 3 */
398
 
    color: #204a87;
399
 
  }
400
 
  .navigation a:hover
401
 
  {
402
 
    /* tango:sky blue 2 */
403
 
    color: #3465a4;
404
 
  }
405
 
  td.shortcuts
406
 
  {
407
 
    /* tango:sky blue 2 */
408
 
    color: #3465a4;
409
 
    font-size: 80%;
410
 
    white-space: nowrap;
411
 
  }
412
 
  td.shortcuts .dim
413
 
  {
414
 
    color: #babdb6;
415
 
  }
416
 
  .navigation .title
417
 
  {
418
 
    font-size: 80%;
419
 
    max-width: none;
420
 
    margin: 0px;
421
 
    font-weight: normal;
422
 
  }
423
 
}
424
 
@media screen and (min-width: 60em) {
425
 
  /* screen larger than 60em */
426
 
  body { margin: auto; }
427
 
}
428
 
@media screen and (max-width: 60em) {
429
 
  /* screen less than 60em */
430
 
  #nav_hierarchy { display: none; }
431
 
  #nav_interfaces { display: none; }
432
 
  #nav_prerequisites { display: none; }
433
 
  #nav_derived_interfaces { display: none; }
434
 
  #nav_implementations { display: none; }
435
 
  #nav_child_properties { display: none; }
436
 
  #nav_style_properties { display: none; }
437
 
  #nav_index { display: none; }
438
 
  #nav_glossary { display: none; }
439
 
  .gallery_image { display: none; }
440
 
  .property_flags { display: none; }
441
 
  .signal_flags { display: none; }
442
 
  .parameter_annotations { display: none; }
443
 
  .enum_member_annotations { display: none; }
444
 
  .struct_member_annotations { display: none; }
445
 
  .union_member_annotations { display: none; }
446
 
  /* now that a column is hidden, optimize space */
447
 
  col.parameters_name { width: auto; }
448
 
  col.parameters_description { width: auto; }
449
 
  col.struct_members_name { width: auto; }
450
 
  col.struct_members_description { width: auto; }
451
 
  col.enum_members_name { width: auto; }
452
 
  col.enum_members_description { width: auto; }
453
 
  col.union_members_name { width: auto; }
454
 
  col.union_members_description { width: auto; }
455
 
  .listing_lines { display: none; }
456
 
}
457
 
@media print {
458
 
  table.navigation {
459
 
    visibility: collapse;
460
 
    display: none;
461
 
  }
462
 
  div.titlepage table.navigation {
463
 
    visibility: visible;
464
 
    display: table;
465
 
    background: #e2e2e2;
466
 
    border: solid 1px #babdb6;
467
 
    margin-top: 0;
468
 
    margin-bottom: 0;
469
 
    top: 0;
470
 
    left: 0;
471
 
    height: 3em;
472
 
  }
473
 
}
474