~ubuntu-branches/ubuntu/utopic/telepathy-glib/utopic

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Simon McVittie
  • Date: 2014-09-16 15:49:50 UTC
  • mfrom: (60.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20140916154950-krvowuvofhu8u6sp
Tags: 0.24.1-1
* New upstream stable release
* debian/copyright: clean up syntax (*.[ch] is unsupported),
  drop deleted files
* debian/watch: only match 0.x versions, 1.0 will be a separate
  source package

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body
2
 
{
3
 
  font-family: cantarell, sans-serif;
4
 
}
5
1
.synopsis, .classsynopsis
6
2
{
7
3
  /* tango:aluminium 1/2 */
8
4
  background: #eeeeec;
9
 
  background: rgba(238, 238, 236, 0.5);
10
 
  border: solid 1px rgb(238, 238, 236);
 
5
  border: solid 1px #d3d7cf;
11
6
  padding: 0.5em;
12
7
}
13
8
.programlisting
14
9
{
15
10
  /* tango:sky blue 0/1 */
16
 
  /* fallback for no rgba support */
17
11
  background: #e6f3ff;
18
12
  border: solid 1px #729fcf;
19
 
  background: rgba(114, 159, 207, 0.1);
20
 
  border: solid 1px rgba(114, 159, 207, 0.2);
21
13
  padding: 0.5em;
22
14
}
23
15
.variablelist
35
27
  {
36
28
    position: relative;
37
29
    top: 0em ! important;
 
30
    
38
31
  }
39
32
  /* this is needed so that the local anchors are displayed below the naviagtion */
40
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]
53
46
   */
54
47
  body
55
48
  {
56
 
    padding-top: 5em;
57
 
    padding-bottom: 500px;
58
 
    max-width: 60em;
59
 
  }
60
 
  p
61
 
  {
62
 
    max-width: 60em;
 
49
    padding-top: 3.2em;
 
50
    padding-bottom: 20em;
63
51
  }
64
52
  /* style and size the navigation bar */
65
53
  table.navigation#top
66
54
  {
67
55
    position: fixed;
68
 
    background: #e2e2e2;
69
 
    border-bottom: solid 1px #babdb6;
 
56
    /* tango:scarlet red 0/1 */
 
57
    background: #ffe6e6;
 
58
    border: solid 1px #ef2929;
70
59
    margin-top: 0;
71
60
    margin-bottom: 0;
72
61
    top: 0;
76
65
  }
77
66
  .navigation a, .navigation a:visited
78
67
  {
79
 
    /* tango:sky blue 3 */
80
 
    color: #204a87;
 
68
    /* tango:scarlet red 3 */
 
69
    color: #a40000;
81
70
  }
82
71
  .navigation a:hover
83
72
  {
84
 
    /* tango:sky blue 2 */
85
 
    color: #3465a4;
 
73
    /* tango:scarlet red 1 */
 
74
    color: #ef2929;
86
75
  }
87
76
  td.shortcuts
88
77
  {
89
 
    /* tango:sky blue 2 */
90
 
    color: #3465a4;
 
78
    /* tango:scarlet red 1 */
 
79
    color: #ef2929;
91
80
    font-size: 80%;
92
81
    white-space: nowrap;
93
82
  }
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
83
}
131
84
@media print {
132
85
  table.navigation {
136
89
  div.titlepage table.navigation {
137
90
    visibility: visible;
138
91
    display: table;
139
 
    background: #e2e2e2;
140
 
    border: solid 1px #babdb6;
 
92
    /* tango:scarlet red 0/1 */
 
93
    background: #ffe6e6;
 
94
    border: solid 1px #ef2929;
141
95
    margin-top: 0;
142
96
    margin-bottom: 0;
143
97
    top: 0;
148
102
 
149
103
.navigation .title
150
104
{
151
 
  font-size: 120%;
 
105
  font-size: 200%;
152
106
}
153
107
 
154
108
div.gallery-float
178
132
  color: #729fcf;
179
133
}
180
134
 
181
 
div.informaltable table
182
 
{
183
 
  border-collapse: separate;
184
 
  border-spacing: 20px 3px;
185
 
  border: none;
186
 
}
187
 
 
188
 
div.informaltable table td, div.informaltable table th
189
 
{
190
 
  vertical-align: top;
191
 
}
192
 
 
193
 
.function_type,
194
 
.variable_type,
195
 
.property_type,
196
 
.signal_type,
197
 
.parameter_name,
198
 
.struct_member_name,
199
 
.union_member_name,
200
 
.define_keyword,
201
 
.datatype_keyword,
202
 
.typedef_keyword
203
 
{
204
 
  text-align: right;
205
 
}
206
 
 
207
 
/* dim non-primary columns */
208
 
.c_punctuation,
209
 
.function_type,
210
 
.variable_type,
211
 
.property_type,
212
 
.signal_type,
213
 
.define_keyword,
214
 
.datatype_keyword,
215
 
.typedef_keyword,
216
 
.property_flags,
217
 
.signal_flags,
218
 
.parameter_annotations,
219
 
.enum_member_annotations,
220
 
.struct_member_annotations,
221
 
.union_member_annotations
222
 
{
223
 
  color: #888a85;
224
 
}
225
 
 
226
 
.function_type a,
227
 
.function_type a:visited,
228
 
.function_type a:hover,
229
 
.property_type a,
230
 
.property_type a:visited,
231
 
.property_type a:hover,
232
 
.signal_type a,
233
 
.signal_type a:visited,
234
 
.signal_type a:hover,
235
 
.signal_flags a,
236
 
.signal_flags a:visited,
237
 
.signal_flags a:hover
238
 
{
239
 
 color: #729fcf;
240
 
}
241
 
 
242
135
div.table table
243
136
{
244
137
  border-collapse: collapse;
261
154
  background-color: #d3d7cf;
262
155
}
263
156
 
264
 
h4
265
 
{
266
 
  color: #555753;
267
 
}
268
 
 
269
157
hr
270
158
{
271
 
  /* tango:aluminium 1 */
272
 
  color: #d3d7cf;
273
 
  background: #d3d7cf;
 
159
  /* tango:aluminium 3 */
 
160
  color: #babdb6;
 
161
  background: #babdb6;
274
162
  border: none 0px;
275
163
  height: 1px;
276
164
  clear: both;
277
 
  margin: 2.0em 0em 2.0em 0em;
278
 
}
279
 
 
280
 
dl.toc dt
281
 
{
282
 
  padding-bottom: 0.25em;
283
 
}
284
 
 
285
 
dl.toc > dd > dl > dt
286
 
{
287
 
  padding-top: 0.25em;
288
 
  padding-bottom: 0.25em;
289
 
}
290
 
 
291
 
dl.toc > dt
292
 
{
293
 
  padding-top: 1em;
294
 
  padding-bottom: 0.5em;
295
 
  font-weight: bold;
296
 
}
297
 
 
298
 
.parameter
299
 
{
300
 
  font-style: normal;
301
165
}
302
166
 
303
167
.footer
309
173
  font-size: 80%;
310
174
}
311
175
 
312
 
.informalfigure,
313
 
.figure
314
 
{
315
 
  margin: 1em;
316
 
}
317
 
 
318
 
.informalexample,
319
 
.example
320
 
{
321
 
  margin-top: 1em;
322
 
  margin-bottom: 1em;
323
 
}
324
 
 
325
176
.warning
326
177
{
327
178
  /* tango:orange 0/1 */
328
179
  background: #ffeed9;
329
 
  background: rgba(252, 175, 62, 0.1);
330
180
  border-color: #ffb04f;
331
 
  border-color: rgba(252, 175, 62, 0.2);
332
181
}
333
182
.note
334
183
{
335
184
  /* tango:chameleon 0/0.5 */
336
185
  background: #d8ffb2;
337
 
  background: rgba(138, 226, 52, 0.1);
338
186
  border-color: #abf562;
339
 
  border-color: rgba(138, 226, 52, 0.2);
340
 
}
341
 
div.blockquote
342
 
{
343
 
  border-color: #eeeeec;
344
 
}
345
 
.note, .warning, div.blockquote
 
187
}
 
188
.note, .warning
346
189
{
347
190
  padding: 0.5em;
348
191
  border-width: 1px;
349
192
  border-style: solid;
350
 
  margin: 2em;
 
193
}
 
194
.note h3, .warning h3
 
195
{
 
196
  margin-top: 0.0em
351
197
}
352
198
.note p, .warning p
353
199
{
354
 
  margin: 0;
355
 
}
356
 
 
357
 
div.warning h3.title,
358
 
div.note h3.title
359
 
{
360
 
  display: none;
361
 
}
362
 
 
363
 
p + div.section
364
 
{
365
 
  margin-top: 1em;
366
 
}
367
 
 
368
 
div.refnamediv,
369
 
div.refsynopsisdiv,
370
 
div.refsect1,
371
 
div.refsect2,
372
 
div.toc,
373
 
div.section
374
 
{
375
 
  margin-bottom: 1em;
 
200
  margin-bottom: 0.0em
376
201
}
377
202
 
378
203
/* blob links */
385
210
  font-weight: normal;
386
211
}
387
212
 
388
 
.lineart
389
 
{
390
 
  color: #d3d7cf;
391
 
  font-weight: normal;
392
 
}
393
 
 
394
213
.annotation
395
214
{
396
215
  /* tango:aluminium 5 */
397
216
  color: #555753;
398
 
  font-weight: normal;
399
 
}
400
 
 
401
 
.structfield
402
 
{
403
 
  font-style: normal;
 
217
  font-size: 80%;
404
218
  font-weight: normal;
405
219
}
406
220
 
423
237
.listing_frame {
424
238
  /* tango:sky blue 1 */
425
239
  border: solid 1px #729fcf;
426
 
  border: solid 1px rgba(114, 159, 207, 0.2);
427
240
  padding: 0px;
428
241
}
429
242
 
433
246
  padding: 0.5em;
434
247
}
435
248
.listing_lines {
436
 
  /* this just adds visual clutter and
437
 
     takes precious room from small screens */
438
 
  display: none;
439
 
}
440
 
.listing_lines {
441
249
  /* tango:sky blue 0.5 */
442
250
  background: #a6c5e3;
443
 
  background: rgba(114, 159, 207, 0.2);
444
251
  /* tango:aluminium 6 */
445
252
  color: #2e3436;
446
253
}
447
254
.listing_code {
448
255
  /* tango:sky blue 0 */
449
256
  background: #e6f3ff;
450
 
  background: rgba(114, 159, 207, 0.1);
451
257
}
452
258
.listing_code .programlisting {
453
259
  /* override from previous */
454
260
  border: none 0px;
455
261
  padding: 0px;
456
 
  background: none;
457
262
}
458
263
.listing_lines pre, .listing_code pre {
459
264
  margin: 0px;