~kaozilon/totem/test

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Raphaël Hertzog, Josselin Mouette, Emilio Pozuelo Monfort, Sjoerd Simons, Frederic Peters, Michael Biebl, Raphaël Hertzog
  • Date: 2011-04-10 18:12:25 UTC
  • mfrom: (1.4.6 upstream) (5.1.19 sid)
  • Revision ID: james.westby@ubuntu.com-20110410181225-srhkesant1gx38pw
Tags: 3.0.0-1
* Team upload to experimental.

[ Josselin Mouette ]
* Only suggest totem-mozilla. Closes: #599638.
* totem-coherence depends on totem-plugins. Closes: #607436.

[ Emilio Pozuelo Monfort ]
* New upstream development release.
  - debian/patches/80_webm.patch,
    debian/patches/81_mpegts.patch,
    debian/patches/82_youtube_api.patch:
    + Removed, applied upstream.
  - debian/patches/90_autotools.patch:
    + Removed, no longer needed.
  - debian/patches/70_bbc_plugin.patch:
    + Disabled, needs porting.
  - debian/control.in:
    + Updated build dependencies and dependencies.
    + Removed transitional totem-xine and totem-gstreamer packages.
    + Don't build totem-coherence for now, it hasn't been ported
      to PyGI and so it's that plugin or all the others.
  - debian/totem-common.install:
    + Don't install the gconf schemas, they're gone. Install the
      gsettings files instead.
  - debian/totem.install:
    + Ship libtotem here.
  - debian/control.in,
    debian/rules,
    debian/gir1.2-totem-1.0.install:
    + Add a gir package and update the plugins package dependencies
      for the new gir dependencies.
* debian/rules,
  debian/control.in,
  debian/source/format:
  - Switch to source format 3.0 (quilt).
* debian/control.in:
  - Remove obsolete build dependency on libhal-dev. Closes: #615214.

[ Sjoerd Simons ]
* New upstream release (2.91.7)
* debian/totem-plugins.install:
  * Don't install the grommit plugin
  * Install the chapters plugin

[ Frederic Peters ]
* New upstream release (2.91.91)
* debian/control.in: bump build-dep on libpeas.
* debian/control.in, debian/totem-plugins.install:
  * The galago plugin has been renamed to im-status, and no longer uses
    libgalago.

[ Michael Biebl ]
* debian/control.in:
  - Add Build-Depends on libtracker-sparql-0.10-dev for media search support
    using Tracker.

[ Raphaël Hertzog ]
* New upstream release (3.0.0).
* Added Build-Depends on gstreamer0.10-gconf.
* Bumped minimal version of build-dependency on totem-plparser-dev to
  2.32.4-2 to match the ./configure requirements and to ensure libquvi-dev
  is there as required by the totem-plparser.pc.
* Add some copyright notices to debian/copyright to please lintian.
* Call dh_pysupport on totem to generate the python dependency for
  totem-bugreport.py
* Tell dh_makeshlibs to skip /usr/lib/nautilus. This avoids generating
  an shlib entry for the plugin it contains.
* Tweaked the totem description to fix lintian warning description-
  synopsis-starts-with-article.
* Updated dependencies of totem-coherence to match the new code using
  introspection but keep the package disabled as python-coherence is
  still PyGTK based and thus incompatible.
* Add lintian overrides for menu-icon-missing (icon is in totem-
  common).
* Add gnome-icon-theme-symbolic to totem's dependencies.
* Bump build-dep on libgdata >= 0.8.0.

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