~ubuntu-branches/ubuntu/intrepid/poppler/intrepid-security

« back to all changes in this revision

Viewing changes to glib/reference/html/style.css

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2008-05-15 12:33:18 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20080515123318-4ou7y7oa1wz54f3u
Tags: 0.8.2-2
* Upload to unstable.
* Set myself as Maintainer instead of Uploader, taking over from Ondřej Surý
  but I wish we move to an official team; closes: #481323.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.synopsis, .classsynopsis 
 
1
.synopsis, .classsynopsis
2
2
{
3
3
  background: #eeeeee;
4
4
  border: solid 1px #aaaaaa;
5
5
  padding: 0.5em;
6
6
}
7
 
.programlisting 
 
7
.programlisting
8
8
{
9
9
  background: #eeeeff;
10
10
  border: solid 1px #aaaaff;
11
11
  padding: 0.5em;
12
12
}
13
 
.variablelist 
 
13
.variablelist
14
14
{
15
15
  padding: 4px;
16
16
  margin-left: 3em;
19
19
{
20
20
  vertical-align: top;
21
21
}
 
22
 
22
23
/* this is needed so that the local anchors are displayed below the naviagtion */
23
 
div.refnamediv a[name], div.refsect1 a[name]
24
 
{
25
 
  position: relative;
26
 
  top: -4.5em;
27
 
}
28
 
table.navigation#top
29
 
{
30
 
  background: #ffeeee;
31
 
  border: solid 1px #ffaaaa;
32
 
  margin-top: 0;
33
 
  margin-bottom: 0;
34
 
  position: fixed;
35
 
  top: 0;
36
 
  left: 0;
37
 
  height: 2em;
38
 
  z-index: 1;
39
 
}
40
 
.navigation a 
41
 
{
42
 
  color: #770000;
43
 
}
44
 
.navigation a:visited 
45
 
{
46
 
  color: #550000;
47
 
}
48
 
.navigation .title 
 
24
@media screen {
 
25
  sup a.footnote
 
26
  {
 
27
    position: relative;
 
28
    top: 0em ! important;
 
29
  }
 
30
  div.refnamediv a[name], div.refsect1 a[name]
 
31
  {
 
32
    position: relative;
 
33
    top: -4.5em;
 
34
  }
 
35
  table.navigation#top
 
36
  {
 
37
    background: #ffeeee;
 
38
    border: solid 1px #ffaaaa;
 
39
    margin-top: 0;
 
40
    margin-bottom: 0;
 
41
    position: fixed;
 
42
    top: 0;
 
43
    left: 0;
 
44
    height: 2em;
 
45
    z-index: 1;
 
46
  }
 
47
  .navigation a
 
48
  {
 
49
    color: #770000;
 
50
  }
 
51
  .navigation a:visited
 
52
  {
 
53
    color: #550000;
 
54
  }
 
55
  td.shortcuts
 
56
  {
 
57
    color: #770000;
 
58
    font-size: 80%;
 
59
  }
 
60
  div.refentry, div.chapter, div.reference, div.part, div.book, div.index, div.glossary, div.sect1, div.appendix, div.preface
 
61
  {
 
62
    position: relative;
 
63
    top: 3em;
 
64
    z-index: 0;
 
65
  }
 
66
  div.refnamediv
 
67
  {
 
68
    margin-top: 2em;
 
69
  }
 
70
  body
 
71
  {
 
72
    padding-bottom: 20em;
 
73
  }
 
74
}
 
75
@media print {
 
76
  table.navigation {
 
77
    visibility: collapse;
 
78
    display: none;
 
79
  }
 
80
  div.titlepage table.navigation {
 
81
    visibility: visible;
 
82
    display: table;
 
83
    background: #ffeeee;
 
84
    border: solid 1px #ffaaaa;
 
85
    margin-top: 0;
 
86
    margin-bottom: 0;
 
87
    top: 0;
 
88
    left: 0;
 
89
    height: 2em;
 
90
  }
 
91
}
 
92
 
 
93
.navigation .title
49
94
{
50
95
  font-size: 200%;
51
96
}
52
 
td.shortcuts
53
 
{
54
 
  color: #770000;
55
 
  font-size: 80%;
56
 
}
57
 
 
58
 
div.refentry, div.chapter, div.part, div.book, div.index, div.glossary, div.sect1, div.appendix, div.preface
59
 
{
60
 
  position: relative;
61
 
  top: 3em;
62
 
  z-index: 0;
63
 
}
64
 
div.refnamediv 
65
 
{
66
 
  margin-top: 2em;
67
 
}
68
 
div.gallery-float 
 
97
 
 
98
 
 
99
div.gallery-float
69
100
{
70
101
  float: left;
71
102
  padding: 10px;
72
103
}
73
 
div.gallery-float img 
 
104
div.gallery-float img
74
105
{
75
106
  border-style: none;
76
107
}
77
 
div.gallery-spacer 
 
108
div.gallery-spacer
78
109
{
79
110
  clear: both;
80
111
}
110
141
{
111
142
  background-color: #eeeeee;
112
143
}
 
144
 
 
145
hr
 
146
{
 
147
  color: #777777;
 
148
  background: #777777;
 
149
  border: 0;
 
150
  height: 1px;
 
151
  clear: both;
 
152
}
 
153
 
 
154
.footer
 
155
{
 
156
  padding-top: 3.5em;
 
157
  color: #777777;
 
158
  text-align: center;
 
159
  font-size: 80%;
 
160
}