Remove execute bit on tutorial.
[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.title p
25 {
26   font-weight: normal;
27   font-size: 16px;
28 }
29 div.section li.title ul
30 {
31   font-weight: normal;
32   font-size: 16px;
33 }
34 div.section li.title ol
35 {
36   font-weight: normal;
37   font-size: 16px;
38 }
39 div.section li.subtitle
40 {
41   font-weight: bold;
42   font-size: 18px;
43 }
44 div.section li.subsubtitle
45 {
46   font-weight: bold;
47   font-size: 16px;
48 }
49 div.comp
50 {
51   border: thin solid #000000;
52   color: #000000;
53   background-color: #ffffe0;
54   padding: 14px;
55 }
56 div.comp div.title
57 {
58   font-weight: bold;
59   font-size: 16px;
60   text-align: center;
61 }
62 div.comp div.xlib ul li
63 {
64   font-family: monospace;
65   font-size: 12px;
66   font-weight: bold;
67   position: absolute;
68   width: 49%;
69   margin-left: 0px; 
70   margin-top: 10px;
71 }
72 div.comp div.xcb ul li
73 {
74   font-family: monospace;
75   font-size: 12px;
76   font-weight: bold;
77   position: relative;
78   margin-left: 51%;
79   margin-top: 10px;
80 }
81 pre.code
82 {
83   border: thin solid #000000;
84   color: #000000;
85   background-color: #efefef;
86   padding: 4px;
87   text-align: left;
88   font-size: 10px;
89 }
90 pre.text
91 {
92   border: thin solid #000000;
93   color: #000000;
94   background-color: #efefef;
95   padding: 4px;
96   text-align: left;
97   font-size: 10px;
98 }
99 span.code
100 {
101   font-family: monospace;
102   font-size: 12px;
103 }