doc/api/libbabeltrace2/style.css: make font weight of `.intertd` normal
[babeltrace.git] / doc / api / libbabeltrace2 / style.css
1 .contents h1,
2 .contents h2,
3 .contents h3 {
4 color: #6A2F43;
5 }
6
7 .contents h1,
8 .contents h2 {
9 border-bottom: 1px solid #ccc;
10 display: inline-block;
11 }
12
13 .contents h1 {
14 font-size: 1.5em;
15 margin-top: 2em;
16 }
17
18 .contents h2 {
19 font-size: 1.2em;
20 margin-top: 1.5em;
21 }
22
23 .contents dl {
24 margin-left: 2em;
25 }
26
27 .contents dl.params,
28 .contents dl.section,
29 .contents dl.retval,
30 .contents dl.exception,
31 .contents dl.tparams {
32 margin-left: 0;
33 }
34
35 .contents .image {
36 background-color: rgba(0, 0, 0, .05);
37 padding-top: 1em;
38 padding-bottom: 1em;
39 }
40
41 .contents .image img {
42 border: 1px solid #ccc;
43 background-color: white;
44 padding: 1em;
45 }
46
47 .contents .image .caption {
48 font-size: 75%;
49 }
50
51 .contents .fragment {
52 padding: 1em;
53 }
54
55 #projectname {
56 font-size: 200%;
57 }
58
59 #projectbrief {
60 display: none;
61 }
62
63 span.bt-param,
64 table.params .paramname {
65 color: #602020;
66 font-weight: bold;
67 font-family: monospace;
68 font-size: 90%;
69 }
70
71 .contents dl.attention {
72 background-color: #fbdfda;
73 padding-top: 1em;
74 padding-bottom: 1em;
75 }
76
77 .contents table.doxtable th {
78 background-color: #5173b3;
79 }
80
81 .contents p.intertd {
82 font-weight: normal;
83 }
This page took 0.030215 seconds and 4 git commands to generate.