tizen 2.4 release
[framework/uifw/libevdev.git] / doc / libevdev.css
1 h1 {
2         font-size: 150%;
3         color: #354C7B;
4         border-bottom: 1px solid #879ECB;
5         font-weight: normal;
6         padding-bottom: 4px;
7         padding-bottom: 8px;
8 }
9
10 #titlearea {
11         width: 30%;
12         margin-left: auto;
13         margin-right: auto;
14         padding: 0px 10px 15px 10px;
15         border: none;
16         border-bottom: 1px solid #879ECB;
17 }
18
19 #projectname {
20         text-align: center;
21         font-weight: bold;
22         font-size: 300%;
23         margin-top: 5px;
24         padding: 2px 0 0 0;
25         margin-left: auto;
26         margin-right: auto;
27         color: #354C7B;
28 }
29
30 #projectnumber {
31         font-size: 100%;
32         color: #354C7B;
33 }
34
35 #projectbrief {
36         text-align: center;
37         margin-left: 20px;
38         margin-top: 5px;
39         padding: 2px 0 0 0;
40         margin-left: auto;
41         margin-right: auto;
42         color: #354C7B;
43 }
44
45 #MSearchBox {
46         display: none;
47 }
48
49 #titlearea table {
50         margin-left: auto;
51         margin-right: auto;
52 }
53
54 #navrow1, #navrow2, #navrow3, #navrow4, #navpath {
55         width: 600px;
56         width: -moz-max-content;
57         margin-left: auto;
58         margin-right: auto;
59 }
60
61 /* in file list, appears under the nav bars */
62 .navpath ul, .navpath li {
63         width: 600px;
64         width: -moz-max-content;
65         margin-left: auto;
66         margin-right: auto;
67         background-image: none;
68         border: none;
69         border-bottom: 1px solid;
70 }
71
72 .navpath li.navelem a {
73         text-shadow: none;
74         outline: none;
75 }
76
77 .tabs, .tabs2, .tabs3 {
78         background-image: none;
79 }
80
81 /* main page/modules/files tabs */
82 .tablist li {
83         background-image: none;
84 }
85
86 /* main page/modules/files link text */
87 .tablist a {
88         background-image: none;
89         background-repeat: none;
90 }
91
92 /* main page/modules/files link text when hovering */
93 .tablist a:hover {
94         background-image: none;
95         background-repeat: none;
96         text-shadow: none;
97         color: black;
98 }
99
100 /* main page/modules/files currently selected */
101 .tablist li.current a {
102         background-image: none;
103         text-shadow: none;
104         color: black;
105         border-bottom: 1px solid;
106 }
107
108 .navpath {
109         background-image: none;
110 }
111
112 /* libevdev documentation/modules/file list ... superfluous header */
113 div.header {
114         display: none;
115         width: -moz-max-content;
116         margin-left: auto;
117         margin-right: auto;
118         background-image: none;
119         background-color: inherit;
120         font-size: 300%;
121 }
122
123 /* general text blocks */
124 .textblock {
125         width: 600px;
126         margin-left: auto;
127         margin-right: auto;
128 }
129
130 /* code fragments should expand to what's needed */
131 .fragment {
132         width: -moz-max-content;
133 }
134
135 /* list of modules container */
136 div .directory{
137         margin-left: auto;
138         margin-right: auto;
139         width: 600px;
140         border: none;
141 }
142
143
144 .directory td.entry {
145         width: 40%;
146         white-space: normal;
147         padding-left: 5px;
148
149 }
150
151 .directory td.desc {
152         width: 60%;
153 }
154
155 .directory td.entry img {
156         display: none;
157 }
158
159 h2.groupheader {
160         width: -moz-max-content;
161 }
162
163 /* table for list of functions */
164 table.memberdecls {
165         width: -moz-max-content;
166 }
167
168 div.memitem {
169         width: -moz-max-content;
170         border-bottom: 1px solid;
171 }
172
173 /* function prototype */
174 div.memproto {
175         background-image: none;
176         width: 600px;
177         border: none;
178         box-shadow: none;
179 }
180
181 /* function documentation */
182 div.memdoc {
183         background-image: none;
184         width: -moz-max-content;
185         box-shadow: none;
186         border: none;
187 }
188
189 div.contents {
190         margin-left: auto;
191         margin-right: auto;
192         width: 600px;
193         width: -moz-max-content;
194 }
195
196 p {
197         width: 580px;
198 }
199
200 dl.return {
201         width: 480px;
202 }
203
204 code {
205         background-color: #F9FAFC;
206 }
207
208
209
210 .footer {
211         width: 600px;
212         margin-left: auto;
213         margin-right: auto;
214 }
215
216 img.footer {
217         width: auto;
218 }
219
220 /* note, see also, returns */
221 dl.section {
222         width: 560px;
223 }
224
225 table.params {
226         width: 560px;
227 }