~ubuntu-branches/ubuntu/raring/gnome-bluetooth/raring-proposed

« back to all changes in this revision

Viewing changes to docs/reference/libgnome-bluetooth/html/style.css

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort, Laurent Bigonville, Emilio Pozuelo Monfort
  • Date: 2011-02-27 15:45:22 UTC
  • mfrom: (1.4.1 upstream) (2.1.11 sid)
  • mto: (2.1.13 sid)
  • mto: This revision was merged to the branch mainline in revision 53.
  • Revision ID: james.westby@ubuntu.com-20110227154522-p2nrmq4sxbrl3j4b
Tags: 2.91.5-1
[ Laurent Bigonville ]
* New upstream release
  - Bump libgnome-bluetooth soname
  - Update .symbols file
  - Japanese translation updated (Closes: #601518)
* debian/control.in:
  - Bump build-dependencies
  - Drop not needed build-dependencies
  - Add libgnome-control-center-dev build-dependency
  - Add gobject-introspection, libgirepository1.0-dev, gir1.2-atk-1.0,
    gir1.2-freedesktop, gir1.2-gtk-3.0 and libatk1.0-dev for introspection
  - Bump Standards-Version to 3.9.1 (no further changes)
  - Bump debhelper compatibility to 8
  - Remove duplicate Section to please lintian
  - Make gnome-bluetooth depends against ${gir:Depends} and libdconf0
  - Add gir1.2-gnomebluetooth-1.0 package
* Switch to dpkg-source 3.0 (quilt) format
* debian/libgnome-bluetooth-dev.install: Install .gir file
* debian/rules:
  - Add --enable-introspection
  - Add parameters for dh_girepository for gnome-bluetooth package
* debian/gnome-bluetooth.install:
  - Remove debian/tmp/etc
  - Add debian/tmp/usr/lib/control-center-1/panels/*.so,
    debian/tmp/usr/lib/gnome-bluetooth/*.so*,
    debian/tmp/usr/lib/gnome-bluetooth/*.typelib,
    debian/tmp/usr/share/GConf/gsettings/,
    debian/tmp/usr/share/glib-2.0/schemas/

[ Emilio Pozuelo Monfort ]
* debian/control.in:
  + Bump gobject-introspection build dependency to get a
    dh_girepository that can cope with private libraries.
  + Update gtk+ 3 package names.
* New upstream release.
* debian/rules:
  + Don't run dh_makeshlibs on gnome-bluetooth.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.synopsis, .classsynopsis
2
2
{
3
 
  background: #eeeeee;
4
 
  border: solid 1px #aaaaaa;
 
3
  /* tango:aluminium 1/2 */
 
4
  background: #eeeeec;
 
5
  border: solid 1px #d3d7cf;
5
6
  padding: 0.5em;
6
7
}
7
8
.programlisting
8
9
{
9
 
  background: #eeeeff;
10
 
  border: solid 1px #aaaaff;
 
10
  /* tango:sky blue 0/1 */
 
11
  background: #e6f3ff;
 
12
  border: solid 1px #729fcf;
11
13
  padding: 0.5em;
12
14
}
13
15
.variablelist
20
22
  vertical-align: top;
21
23
}
22
24
 
23
 
/* this is needed so that the local anchors are displayed below the naviagtion */
24
25
@media screen {
25
26
  sup a.footnote
26
27
  {
27
28
    position: relative;
28
29
    top: 0em ! important;
 
30
    
29
31
  }
30
 
  div.refnamediv a[name], div.refsect1 a[name]
 
32
  /* this is needed so that the local anchors are displayed below the naviagtion */
 
33
  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]
31
34
  {
 
35
    display: inline-block;
32
36
    position: relative;
33
 
    top: -4.5em;
34
 
  }
 
37
    top:-5em;
 
38
  }
 
39
  /* this seems to be a bug in the xsl style sheets when generating indexes */
 
40
  div.index div.index
 
41
  {
 
42
    top: 0em;
 
43
  }
 
44
  /* make space for the fixed navigation bar and add space at the bottom so that
 
45
   * link targets appear somewhat close to top
 
46
   */
 
47
  body
 
48
  {
 
49
    padding-top: 3.2em;
 
50
    padding-bottom: 20em;
 
51
  }
 
52
  /* style and size the navigation bar */
35
53
  table.navigation#top
36
54
  {
37
 
    background: #ffeeee;
38
 
    border: solid 1px #ffaaaa;
39
 
    margin-top: 0;
40
 
    margin-bottom: 0;
41
55
    position: fixed;
 
56
    /* tango:scarlet red 0/1 */
 
57
    background: #ffe6e6;
 
58
    border: solid 1px #ef2929;
 
59
    margin-top: 0;
 
60
    margin-bottom: 0;
42
61
    top: 0;
43
62
    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;
 
63
    height: 3em;
 
64
    z-index: 10;
 
65
  }
 
66
  .navigation a, .navigation a:visited
 
67
  {
 
68
    /* tango:scarlet red 3 */
 
69
    color: #a40000;
 
70
  }
 
71
  .navigation a:hover
 
72
  {
 
73
    /* tango:scarlet red 1 */
 
74
    color: #ef2929;
54
75
  }
55
76
  td.shortcuts
56
77
  {
57
 
    color: #770000;
 
78
    /* tango:scarlet red 1 */
 
79
    color: #ef2929;
58
80
    font-size: 80%;
59
81
    white-space: nowrap;
60
82
  }
61
 
  div.refentry, div.chapter, div.reference, div.part, div.book, div.glossary, div.sect1, div.appendix, div.preface
62
 
  {
63
 
    position: relative;
64
 
    top: 3em;
65
 
    z-index: 0;
66
 
  }
67
 
  div.glossary, div.index
68
 
  {
69
 
    position: relative;
70
 
    top: 2em;
71
 
    z-index: 0;
72
 
  }
73
 
  div.refnamediv
74
 
  {
75
 
    margin-top: 2em;
76
 
  }
77
 
  body
78
 
  {
79
 
    padding-bottom: 20em;
80
 
  }
81
83
}
82
84
@media print {
83
85
  table.navigation {
87
89
  div.titlepage table.navigation {
88
90
    visibility: visible;
89
91
    display: table;
90
 
    background: #ffeeee;
91
 
    border: solid 1px #ffaaaa;
 
92
    /* tango:scarlet red 0/1 */
 
93
    background: #ffe6e6;
 
94
    border: solid 1px #ef2929;
92
95
    margin-top: 0;
93
96
    margin-bottom: 0;
94
97
    top: 0;
95
98
    left: 0;
96
 
    height: 2em;
 
99
    height: 3em;
97
100
  }
98
101
}
99
102
 
102
105
  font-size: 200%;
103
106
}
104
107
 
105
 
 
106
108
div.gallery-float
107
109
{
108
110
  float: left;
116
118
{
117
119
  clear: both;
118
120
}
119
 
a
 
121
 
 
122
a, a:visited
120
123
{
121
124
  text-decoration: none;
 
125
  /* tango:sky blue 2 */
 
126
  color: #3465a4;
122
127
}
123
128
a:hover
124
129
{
125
130
  text-decoration: underline;
126
 
  color: #FF0000;
 
131
  /* tango:sky blue 1 */
 
132
  color: #729fcf;
127
133
}
128
134
 
129
135
div.table table
130
136
{
131
137
  border-collapse: collapse;
132
138
  border-spacing: 0px;
133
 
  border-style: solid;
134
 
  border-color: #777777;
135
 
  border-width: 1px;
 
139
  /* tango:aluminium 3 */
 
140
  border: solid 1px #babdb6;
136
141
}
137
142
 
138
143
div.table table td, div.table table th
139
144
{
140
 
  border-style: solid;
141
 
  border-color: #777777;
142
 
  border-width: 1px;
 
145
  /* tango:aluminium 3 */
 
146
  border: solid 1px #babdb6;
143
147
  padding: 3px;
144
148
  vertical-align: top;
145
149
}
146
150
 
147
151
div.table table th
148
152
{
149
 
  background-color: #eeeeee;
 
153
  /* tango:aluminium 2 */
 
154
  background-color: #d3d7cf;
150
155
}
151
156
 
152
157
hr
153
158
{
154
 
  color: #777777;
155
 
  background: #777777;
156
 
  border: 0;
 
159
  /* tango:aluminium 3 */
 
160
  color: #babdb6;
 
161
  background: #babdb6;
 
162
  border: none 0px;
157
163
  height: 1px;
158
164
  clear: both;
159
165
}
161
167
.footer
162
168
{
163
169
  padding-top: 3.5em;
164
 
  color: #777777;
 
170
  /* tango:aluminium 3 */
 
171
  color: #babdb6;
165
172
  text-align: center;
166
173
  font-size: 80%;
167
174
}
 
175
 
 
176
.warning
 
177
{
 
178
  /* tango:orange 0/1 */
 
179
  background: #ffeed9;
 
180
  border-color: #ffb04f;
 
181
}
 
182
.note
 
183
{
 
184
  /* tango:chameleon 0/0.5 */
 
185
  background: #d8ffb2;
 
186
  border-color: #abf562;
 
187
}
 
188
.note, .warning
 
189
{
 
190
  padding: 0.5em;
 
191
  border-width: 1px;
 
192
  border-style: solid;
 
193
}
 
194
.note h3, .warning h3
 
195
{
 
196
  margin-top: 0.0em
 
197
}
 
198
.note p, .warning p
 
199
{
 
200
  margin-bottom: 0.0em
 
201
}
 
202
 
 
203
/* blob links */
 
204
h2 .extralinks, h3 .extralinks
 
205
{
 
206
  float: right;
 
207
  /* tango:aluminium 3 */
 
208
  color: #babdb6;
 
209
  font-size: 80%;
 
210
  font-weight: normal;
 
211
}
 
212
 
 
213
.annotation
 
214
{
 
215
  /* tango:aluminium 5 */
 
216
  color: #555753;
 
217
  font-size: 80%;
 
218
  font-weight: normal;
 
219
}
 
220
 
 
221
/* code listings */
 
222
 
 
223
.listing_code .programlisting .cbracket   { color: #a40000; } /* tango: scarlet red 3 */
 
224
.listing_code .programlisting .comment    { color: #a1a39d; } /* tango: aluminium 4 */
 
225
.listing_code .programlisting .function   { color: #000000; font-weight: bold; }
 
226
.listing_code .programlisting .function a { color: #11326b; font-weight: bold; } /* tango: sky blue 4 */
 
227
.listing_code .programlisting .keyword    { color: #4e9a06; } /* tango: chameleon 3  */
 
228
.listing_code .programlisting .linenum    { color: #babdb6; } /* tango: aluminium 3 */
 
229
.listing_code .programlisting .normal     { color: #000000; }
 
230
.listing_code .programlisting .number     { color: #75507b; } /* tango: plum 2 */
 
231
.listing_code .programlisting .preproc    { color: #204a87; } /* tango: sky blue 3  */
 
232
.listing_code .programlisting .string     { color: #c17d11; } /* tango: chocolate 2 */
 
233
.listing_code .programlisting .type       { color: #000000; }
 
234
.listing_code .programlisting .type a     { color: #11326b; } /* tango: sky blue 4 */
 
235
.listing_code .programlisting .symbol     { color: #ce5c00; } /* tango: orange 3 */
 
236
 
 
237
.listing_frame {
 
238
  /* tango:sky blue 1 */
 
239
  border: solid 1px #729fcf;
 
240
  padding: 0px;
 
241
}
 
242
 
 
243
.listing_lines, .listing_code {
 
244
  margin-top: 0px;
 
245
  margin-bottom: 0px;
 
246
  padding: 0.5em;
 
247
}
 
248
.listing_lines {
 
249
  /* tango:sky blue 0.5 */
 
250
  background: #a6c5e3;
 
251
  /* tango:aluminium 6 */
 
252
  color: #2e3436;
 
253
}
 
254
.listing_code {
 
255
  /* tango:sky blue 0 */
 
256
  background: #e6f3ff;
 
257
}
 
258
.listing_code .programlisting {
 
259
  /* override from previous */
 
260
  border: none 0px;
 
261
  padding: 0px;
 
262
}
 
263
.listing_lines pre, .listing_code pre {
 
264
  margin: 0px;
 
265
}
 
266