~ubuntu-branches/ubuntu/precise/ipe/precise

« back to all changes in this revision

Viewing changes to build/doc/doxygen.css

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2011-02-15 23:06:48 UTC
  • mfrom: (4.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20110215230648-ddivgj61o8k7et79
Tags: 7.0.14-1
* New upstream.  Update control, rules.

* libipe7.0.13.install:
* ipe.links: Remove.  Replace with explicit calls in rules using
  $(IPEVERS).  Fixes lua link.  Closes: #611560.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        -webkit-column-count: 3;
32
32
}
33
33
 
34
 
p.startli, p.startdd {
 
34
p.startli, p.startdd, p.starttd {
35
35
        margin-top: 2px;
36
36
}
37
37
 
43
43
        margin-bottom: 4px;
44
44
}
45
45
 
 
46
p.endtd {
 
47
        margin-bottom: 2px;
 
48
}
 
49
 
46
50
/* @end */
47
51
 
48
52
caption {
54
58
        text-align: center;
55
59
}
56
60
 
 
61
h3.version {
 
62
        font-size: 90%;
 
63
        text-align: center;
 
64
}
 
65
 
57
66
div.qindex, div.navtab{
58
67
        background-color: #e8eef2;
59
68
        border: 1px solid #84b0c7;
110
119
}
111
120
 
112
121
a.code {
 
122
        color: #3030f0;
113
123
}
114
124
 
115
125
a.codeRef {
 
126
        color: #3030f0;
116
127
}
117
128
 
118
129
/* @end */
131
142
        background-color: #f5f5f5;
132
143
        padding: 4px 6px;
133
144
        margin: 4px 8px 4px 2px;
 
145
        overflow: auto;
 
146
        word-wrap: break-word;
 
147
        font-size:  9pt;
 
148
        line-height: 125%;
134
149
}
135
150
 
136
151
div.ah {
288
303
}
289
304
 
290
305
hr {
291
 
        height: 0;
 
306
        height: 0px;
292
307
        border: none;
293
308
        border-top: 1px solid #666;
294
309
}
295
310
 
 
311
hr.footer {
 
312
        height: 1px;
 
313
}
 
314
 
296
315
/* @group Member Descriptions */
297
316
 
298
317
.mdescLeft, .mdescRight,
350
369
}
351
370
 
352
371
.memname {
353
 
        white-space: nowrap;
354
 
        font-weight: bold;
355
 
}
356
 
 
357
 
.memproto, .memdoc {
358
 
        border: 1px solid #84b0c7;      
 
372
        white-space: nowrap;
 
373
        font-weight: bold;
 
374
        margin-left: 6px;
359
375
}
360
376
 
361
377
.memproto {
362
 
        padding: 0;
363
 
        background-color: #d5e1e8;
364
 
        font-weight: bold;
365
 
        -webkit-border-top-left-radius: 8px;
366
 
        -webkit-border-top-right-radius: 8px;
 
378
        border-top: 1px solid #84b0c7;          
 
379
        border-left: 1px solid #84b0c7;         
 
380
        border-right: 1px solid #84b0c7; 
 
381
        padding: 0;
 
382
        background-color: #d5e1e8;
 
383
        font-weight: bold;
 
384
        /* firefox specific markup */
 
385
        background-image: -moz-linear-gradient(rgba(228, 233, 245, 1.0) 0%, rgba(193, 205, 232, 1.0) 100%);
 
386
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
 
387
        -moz-border-radius-topright: 8px;
 
388
        -moz-border-radius-topleft: 8px;
 
389
        /* webkit specific markup */
 
390
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(228, 233, 245, 1.0)), to(rgba(193, 205, 232, 1.0)));
367
391
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
368
 
        -moz-border-radius-topleft: 8px;
369
 
        -moz-border-radius-topright: 8px;
370
 
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
 
392
        -webkit-border-top-right-radius: 8px;
 
393
        -webkit-border-top-left-radius: 8px;
371
394
 
372
395
}
373
396
 
374
397
.memdoc {
375
 
        padding: 2px 5px;
376
 
        background-color: #eef3f5;
377
 
        border-top-width: 0;
378
 
        -webkit-border-bottom-left-radius: 8px;
379
 
        -webkit-border-bottom-right-radius: 8px;
 
398
        border-bottom: 1px solid #84b0c7;      
 
399
        border-left: 1px solid #84b0c7;      
 
400
        border-right: 1px solid #84b0c7; 
 
401
        padding: 2px 5px;
 
402
        background-color: #eef3f5;
 
403
        border-top-width: 0;
 
404
        /* firefox specific markup */
 
405
        -moz-border-radius-bottomleft: 8px;
 
406
        -moz-border-radius-bottomright: 8px;
 
407
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
 
408
        /* webkit specific markup */
 
409
        -webkit-border-bottom-left-radius: 8px;
 
410
        -webkit-border-bottom-right-radius: 8px;
380
411
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
381
 
        -moz-border-radius-bottomleft: 8px;
382
 
        -moz-border-radius-bottomright: 8px;
383
 
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
384
412
}
385
413
 
386
414
.paramkey {
496
524
        font-style: normal;
497
525
        color: #333;
498
526
}
 
527
 
 
528
table.doxtable {
 
529
        border-collapse:collapse;
 
530
}
 
531
 
 
532
table.doxtable td, table.doxtable th {
 
533
        border: 1px solid #153788;
 
534
        padding: 3px 7px 2px;
 
535
}
 
536
 
 
537
table.doxtable th {
 
538
        background-color: #254798;
 
539
        color: #FFFFFF;
 
540
        font-size: 110%;
 
541
        padding-bottom: 4px;
 
542
        padding-top: 5px;
 
543
        text-align:left;
 
544
}
 
545