~peter-pearse/ubuntu/natty/dbus-glib/prop001

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2008-06-06 00:05:01 UTC
  • mfrom: (1.1.4 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080606000501-948ly35rsovjfcg1
Tags: 0.76-1
* New upstream release.
* debian/patches/01-476080-freeze-error-abi.patch
  - Removed, merged upstream.
* debian/patches/02-ignore-namespaced-nodes-and-attributes.patch
  - Removed, merged upstream.
* Add symbols file for libdbus-glib-1-2. 
* debian/rules
  - Bump shlibs to >= 0.76 due to API additions.

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
  div.refnamediv a[name], div.refsect1 a[name]
 
26
  {
 
27
    position: relative;
 
28
    top: -4.5em;
 
29
  }
 
30
  table.navigation#top
 
31
  {
 
32
    background: #ffeeee;
 
33
    border: solid 1px #ffaaaa;
 
34
    margin-top: 0;
 
35
    margin-bottom: 0;
 
36
    position: fixed;
 
37
    top: 0;
 
38
    left: 0;
 
39
    height: 2em;
 
40
    z-index: 1;
 
41
  }
 
42
  .navigation a
 
43
  {
 
44
    color: #770000;
 
45
  }
 
46
  .navigation a:visited
 
47
  {
 
48
    color: #550000;
 
49
  }
 
50
  td.shortcuts
 
51
  {
 
52
    color: #770000;
 
53
    font-size: 80%;
 
54
  }
 
55
  div.refentry, div.chapter, div.reference, div.part, div.book, div.index, div.glossary, div.sect1, div.appendix, div.preface
 
56
  {
 
57
    position: relative;
 
58
    top: 3em;
 
59
    z-index: 0;
 
60
  }
 
61
  div.refnamediv
 
62
  {
 
63
    margin-top: 2em;
 
64
  }
 
65
  body
 
66
  {
 
67
    padding-bottom: 20em;
 
68
  }
 
69
}
 
70
@media print {
 
71
  table.navigation {
 
72
    visibility: collapse;
 
73
    display: none;
 
74
  }
 
75
  div.titlepage table.navigation {
 
76
    visibility: visible;
 
77
    display: table;
 
78
    background: #ffeeee;
 
79
    border: solid 1px #ffaaaa;
 
80
    margin-top: 0;
 
81
    margin-bottom: 0;
 
82
    top: 0;
 
83
    left: 0;
 
84
    height: 2em;
 
85
  }
 
86
}
 
87
 
 
88
.navigation .title
49
89
{
50
90
  font-size: 200%;
51
91
}
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 
 
92
 
 
93
 
 
94
div.gallery-float
69
95
{
70
96
  float: left;
71
97
  padding: 10px;
72
98
}
73
 
div.gallery-float img 
 
99
div.gallery-float img
74
100
{
75
101
  border-style: none;
76
102
}
77
 
div.gallery-spacer 
 
103
div.gallery-spacer
78
104
{
79
105
  clear: both;
80
106
}
110
136
{
111
137
  background-color: #eeeeee;
112
138
}
 
139
 
 
140
hr
 
141
{
 
142
  color: #888;
 
143
  background: #888;
 
144
  border: 0;
 
145
  height: 1px;
 
146
  clear: both;
 
147
}
 
148