~ubuntu-branches/debian/experimental/libnice/experimental

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Simon McVittie
  • Date: 2014-03-31 18:09:02 UTC
  • mfrom: (1.4.2) (10.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20140331180902-cteej34g3614ixtq
Tags: 0.1.5+rc20140331-0exp1
* Upstream release candidate for build-testing on miscellaneous
  architectures' buildds
* Build with `make -k` to get better logs if it fails

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body
 
2
{
 
3
  font-family: cantarell, sans-serif;
 
4
}
1
5
.synopsis, .classsynopsis
2
6
{
3
7
  /* tango:aluminium 1/2 */
4
8
  background: #eeeeec;
5
 
  border: solid 1px #d3d7cf;
 
9
  background: rgba(238, 238, 236, 0.5);
 
10
  border: solid 1px rgb(238, 238, 236);
6
11
  padding: 0.5em;
7
12
}
8
13
.programlisting
9
14
{
10
15
  /* tango:sky blue 0/1 */
 
16
  /* fallback for no rgba support */
11
17
  background: #e6f3ff;
12
18
  border: solid 1px #729fcf;
 
19
  background: rgba(114, 159, 207, 0.1);
 
20
  border: solid 1px rgba(114, 159, 207, 0.2);
13
21
  padding: 0.5em;
14
22
}
15
23
.variablelist
27
35
  {
28
36
    position: relative;
29
37
    top: 0em ! important;
30
 
    
31
38
  }
32
39
  /* this is needed so that the local anchors are displayed below the naviagtion */
33
40
  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]
46
53
   */
47
54
  body
48
55
  {
49
 
    padding-top: 3.2em;
50
 
    padding-bottom: 20em;
 
56
    padding-top: 5em;
 
57
    padding-bottom: 500px;
 
58
    max-width: 60em;
 
59
  }
 
60
  p
 
61
  {
 
62
    max-width: 60em;
51
63
  }
52
64
  /* style and size the navigation bar */
53
65
  table.navigation#top
54
66
  {
55
67
    position: fixed;
56
 
    /* tango:scarlet red 0/1 */
57
 
    background: #ffe6e6;
58
 
    border: solid 1px #ef2929;
 
68
    background: #e2e2e2;
 
69
    border-bottom: solid 1px #babdb6;
59
70
    margin-top: 0;
60
71
    margin-bottom: 0;
61
72
    top: 0;
65
76
  }
66
77
  .navigation a, .navigation a:visited
67
78
  {
68
 
    /* tango:scarlet red 3 */
69
 
    color: #a40000;
 
79
    /* tango:sky blue 3 */
 
80
    color: #204a87;
70
81
  }
71
82
  .navigation a:hover
72
83
  {
73
 
    /* tango:scarlet red 1 */
74
 
    color: #ef2929;
 
84
    /* tango:sky blue 2 */
 
85
    color: #3465a4;
75
86
  }
76
87
  td.shortcuts
77
88
  {
78
 
    /* tango:scarlet red 1 */
79
 
    color: #ef2929;
 
89
    /* tango:sky blue 2 */
 
90
    color: #3465a4;
80
91
    font-size: 80%;
81
92
    white-space: nowrap;
82
93
  }
 
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; }
83
130
}
84
131
@media print {
85
132
  table.navigation {
89
136
  div.titlepage table.navigation {
90
137
    visibility: visible;
91
138
    display: table;
92
 
    /* tango:scarlet red 0/1 */
93
 
    background: #ffe6e6;
94
 
    border: solid 1px #ef2929;
 
139
    background: #e2e2e2;
 
140
    border: solid 1px #babdb6;
95
141
    margin-top: 0;
96
142
    margin-bottom: 0;
97
143
    top: 0;
102
148
 
103
149
.navigation .title
104
150
{
105
 
  font-size: 200%;
 
151
  font-size: 120%;
106
152
}
107
153
 
108
154
div.gallery-float
132
178
  color: #729fcf;
133
179
}
134
180
 
 
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
 
135
242
div.table table
136
243
{
137
244
  border-collapse: collapse;
154
261
  background-color: #d3d7cf;
155
262
}
156
263
 
 
264
h4
 
265
{
 
266
  color: #555753;
 
267
}
 
268
 
157
269
hr
158
270
{
159
 
  /* tango:aluminium 3 */
160
 
  color: #babdb6;
161
 
  background: #babdb6;
 
271
  /* tango:aluminium 1 */
 
272
  color: #d3d7cf;
 
273
  background: #d3d7cf;
162
274
  border: none 0px;
163
275
  height: 1px;
164
276
  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;
165
301
}
166
302
 
167
303
.footer
173
309
  font-size: 80%;
174
310
}
175
311
 
 
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
 
176
325
.warning
177
326
{
178
327
  /* tango:orange 0/1 */
179
328
  background: #ffeed9;
 
329
  background: rgba(252, 175, 62, 0.1);
180
330
  border-color: #ffb04f;
 
331
  border-color: rgba(252, 175, 62, 0.2);
181
332
}
182
333
.note
183
334
{
184
335
  /* tango:chameleon 0/0.5 */
185
336
  background: #d8ffb2;
 
337
  background: rgba(138, 226, 52, 0.1);
186
338
  border-color: #abf562;
187
 
}
188
 
.note, .warning
 
339
  border-color: rgba(138, 226, 52, 0.2);
 
340
}
 
341
div.blockquote
 
342
{
 
343
  border-color: #eeeeec;
 
344
}
 
345
.note, .warning, div.blockquote
189
346
{
190
347
  padding: 0.5em;
191
348
  border-width: 1px;
192
349
  border-style: solid;
193
 
}
194
 
.note h3, .warning h3
195
 
{
196
 
  margin-top: 0.0em
 
350
  margin: 2em;
197
351
}
198
352
.note p, .warning p
199
353
{
200
 
  margin-bottom: 0.0em
 
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;
201
376
}
202
377
 
203
378
/* blob links */
210
385
  font-weight: normal;
211
386
}
212
387
 
 
388
.lineart
 
389
{
 
390
  color: #d3d7cf;
 
391
  font-weight: normal;
 
392
}
 
393
 
213
394
.annotation
214
395
{
215
396
  /* tango:aluminium 5 */
216
397
  color: #555753;
217
 
  font-size: 80%;
 
398
  font-weight: normal;
 
399
}
 
400
 
 
401
.structfield
 
402
{
 
403
  font-style: normal;
218
404
  font-weight: normal;
219
405
}
220
406
 
237
423
.listing_frame {
238
424
  /* tango:sky blue 1 */
239
425
  border: solid 1px #729fcf;
 
426
  border: solid 1px rgba(114, 159, 207, 0.2);
240
427
  padding: 0px;
241
428
}
242
429
 
246
433
  padding: 0.5em;
247
434
}
248
435
.listing_lines {
 
436
  /* this just adds visual clutter and
 
437
     takes precious room from small screens */
 
438
  display: none;
 
439
}
 
440
.listing_lines {
249
441
  /* tango:sky blue 0.5 */
250
442
  background: #a6c5e3;
 
443
  background: rgba(114, 159, 207, 0.2);
251
444
  /* tango:aluminium 6 */
252
445
  color: #2e3436;
253
446
}
254
447
.listing_code {
255
448
  /* tango:sky blue 0 */
256
449
  background: #e6f3ff;
 
450
  background: rgba(114, 159, 207, 0.1);
257
451
}
258
452
.listing_code .programlisting {
259
453
  /* override from previous */
260
454
  border: none 0px;
261
455
  padding: 0px;
 
456
  background: none;
262
457
}
263
458
.listing_lines pre, .listing_code pre {
264
459
  margin: 0px;