lots of fixes. Thanks to Indan Zupancic
[free-sw/xcb/libxcb] / doc / tutorial / xcb.css
1 body
2
3   background-color: #dddddd;
4   color: #000000;
5   padding: 8px;
6   margin: 0px;
7 }
8 div.title
9 {
10   text-align: center;
11   font-weight: bold;
12   font-size: 28px;
13 }
14 div.emph
15 {
16   text-align: left;
17   font-weight: bold;
18 }
19 div.section li.title
20 {
21   font-weight: bold;
22   font-size: 22px;
23 }
24 div.section li.subtitle
25 {
26   font-weight: bold;
27   font-size: 18px;
28 }
29 div.section li.subsubtitle
30 {
31   font-weight: bold;
32   font-size: 16px;
33 }
34 div.comp
35 {
36   border: thin solid #000000;
37   background-color: #ffffe0;
38   padding: 14px;
39 }
40 div.comp div.title
41 {
42   font-weight: bold;
43   font-size: 16px;
44   text-align: center;
45 }
46 div.comp div.xlib
47 {
48   font-family: monospace;
49   position: absolute;
50   width: 49%;
51   margin-left: 0px; 
52   margin-top: 10px;
53 }
54 div.comp div.xcb
55 {
56   font-family: monospace;
57   position: relative;
58   margin-left: 51%;
59   margin-top: 10px;
60 }
61 pre.code
62 {
63   border: thin solid #000000;
64   background-color: #efefef;
65   padding: 4px;
66   text-align: left;
67   font-size: 10;
68 }
69 pre.text
70 {
71   border: thin solid #000000;
72   background-color: #efefef;
73   padding: 4px;
74   text-align: left;
75   font-size: 10;
76 }
77 span.code
78 {
79   font-family: monospace;
80   font-size: 10;
81 }
82