/[projects]/misc/horsensspejder-web/jquery/DataTables-1.9.4/docs/media/css/doc.css
ViewVC logotype

Contents of /misc/horsensspejder-web/jquery/DataTables-1.9.4/docs/media/css/doc.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2125 - (show annotations) (download) (as text)
Wed Mar 12 19:30:05 2014 UTC (10 years, 2 months ago) by torben
File MIME type: text/css
File size: 5034 byte(s)
initial import
1 /*
2 Copyright (c) 2006, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.net/yui/license.txt
5 version: 0.12.0
6 */
7 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
8 table{border-collapse:collapse;border-spacing:0;}
9 fieldset,img{border:0;}
10 address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
11 ol,ul {list-style:none;}
12 caption,th {text-align:left;}
13 h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
14 q:before,q:after{content:'';}
15 abbr,acronym {border:0;}
16
17
18 html, body {
19 margin: 0;
20 padding: 0;
21 width: 100%;
22 font: 14px/1.45em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
23 color: #111;
24 }
25
26 div.fw_container {
27 width: 980px;
28 padding-top: 2em;
29 margin: 0 auto;
30 }
31
32 div.fw_header {
33 position: relative;
34 }
35
36 div.fw_content {
37 padding-top: 2em;
38 }
39
40 div.fw_footer {
41 padding-top: 4em;
42 font-size: 75%;
43 text-align: center;
44 }
45
46
47
48
49 .type-attr .type-signature {
50 background-color: #ccc;
51 color: white;
52 border-radius: 3px;
53 display: inline-block;
54 padding: 0 3px;
55 font-size: 0.9em;
56 }
57
58 .type-attr {
59 float: right;
60 color: #999;
61 }
62
63 .type-name {
64 font-weight: bold;
65 }
66
67 .type-sig {
68 color: #999;
69 }
70
71 .type-param {
72 color: #D32929;
73 }
74
75 .type-return {
76 color: #FF8080;
77 }
78
79 .type-brace {
80 color: #111;
81 }
82
83 .example-code {
84 margin-left: 30px;
85 }
86 .example-code td.code {
87 border-top: 1px solid #4E6CA3 !important;
88 }
89
90 .type-augmented {
91 position: absolute;
92 left: 8px;
93 top: 0;
94 }
95
96 dt, dd {
97 padding: 0.4em 10px;
98 }
99
100 dt {
101 padding-bottom: 0 !important;
102 }
103
104 dd {
105 position: relative;
106 padding-top: 0 !important;
107 padding-left: 3em;
108 }
109
110 dt.even, dd.even {
111 background-color: white;
112 }
113
114 dt.odd, dd.odd {
115 background-color: #F2F2F2;
116 }
117
118 div.doc_overview dd, div.doc_overview dt {
119 padding-left: 0 !important;
120 }
121
122
123
124 .right_border div {
125 width: 20px;
126 padding: 2px 0.5em 2px 1em;
127 text-align: right;
128 }
129 .right_border {
130 border-right: 3px solid #4E6CA3;
131 }
132 .bottom_border {
133 border-bottom: 1px solid #4E6CA3;
134 }
135
136
137 a {
138 text-decoration: none;
139 color: #4E6CA3;
140 }
141
142 a:hover {
143 text-decoration: underline;
144 cursor: pointer;
145 *cursor: hand;
146 }
147
148 div.fw_content ul {
149 list-style-image: url('../images/arrow.png');
150 padding: 0 0 0 2em;
151 }
152
153 /*
154 h2 {
155 font-size: 1.4em;
156 margin-top: 2em;
157 border-bottom: 3px solid #829ac6;
158 padding-left: 5px;
159 }
160
161 h3 {
162 font-size: 1.2em;
163 margin-top: 1em;
164 border-bottom: 1px solid #A4B5D5;
165 padding-left: 5px;
166 }
167 */
168
169 h1 {
170 font-size: 2em;
171 }
172
173 h2 {
174 font-size: 1.6em;
175 padding-top: 5px;
176 }
177
178 h2.ancestors {
179 font-size: 14px;
180 margin: 0;
181 }
182
183 h3 {
184 font-size: 1.3em;
185 padding-top: 5px;
186 margin-bottom: 5px;
187 }
188
189 h5 {
190 padding-top: 6px;
191 font-weight: bold;
192 font-size: 0.9em;
193 border-bottom: 1px solid #cad4e6;
194 margin-bottom: 1em;
195 }
196
197 div.doc_summary, div.doc_details {
198 margin-top: 2em;
199 clear: both;
200 }
201
202 div.doc_group {
203 margin-top: 1em;
204 border-top: 1px solid #A4B5D5;
205 border-left: 1px solid #A4B5D5;
206 padding-left: 10px;
207 }
208
209 div.extended {
210 margin-left: 30px;
211 }
212
213 table.params {
214 margin-left: 30px;
215 width: 97%;
216 }
217
218 table.params th,
219 table.params td {
220 padding: 3px;
221 }
222
223 tr.odd {
224 background-color: white;
225 }
226
227 tr.even {
228 background-color: #F8F8F8;
229 }
230
231 th.name,
232 td.name {
233 padding-left: 13px;
234 }
235
236 td.number {
237 background-color: white;
238 color: #5C5C5C;
239 }
240
241 dd.odd td.number {
242 background-color: #F2F2F2;
243 }
244
245 p {
246 margin: 1em 0;
247 }
248
249 p:first-child {
250 margin-top: 0;
251 }
252
253 p:last-child {
254 margin-bottom: 0;
255 }
256
257 p.returns {
258 margin-left: 5%;
259 }
260
261 div.page-info {
262 position: absolute;
263 top: 0;
264 right: 0;
265 }
266
267
268 .private {
269 display: none;
270 }
271
272
273 code {
274 font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
275 padding: 2px 4px !important;
276 white-space: pre;
277 font-size: 0.9em;
278
279 color: #D14;
280 background-color: #F7F7F9;
281
282 border: 1px solid #E1E1E8;
283 -webkit-border-radius: 3px;
284 -moz-border-radius: 3px;
285 border-radius: 3px;
286 }
287
288 pre {
289 background-color: #f8f8f8;
290 border: 1px solid #ccc;
291 border-radius: 3px;
292 padding: 6px 10px;
293 }
294
295 pre>code {
296 background-color: transparent;
297 border: none;
298 color: #111;
299 }
300
301 strong {
302 font-weight: bold;
303 }
304
305 em {
306 font-style: italic;
307 }
308
309 ol {
310 list-style-type: decimal;
311 list-style-position: outside;
312 padding-left: 30px;
313 }
314
315
316
317 div.fw_nav {
318 position: fixed;
319 top: 25px;
320 right: 30px;
321 width: 250px;
322 border: 1px solid #A4B5D5;
323 background-color: white;
324 padding: 10px;
325 z-index: 1001;
326 font-size: 12px;
327 overflow: hidden;
328 }
329
330 div.fw_nav h2 {
331 margin: -10px 0 10px -10px;
332 width: 250px;
333 padding: 5px 10px;
334 background-color: #A4B5D5;
335 font-size: 12px;
336 cursor: pointer;
337 *cursor: hand;
338 }
339
340 div.fw_nav ul>li>div {
341 padding: 0 0 0 1em;
342 }
343
344 div.nav_blocker {
345 float: right;
346 }
347
348 div.fw_nav td {
349 color: #999;
350 }
351
352 div.fw_nav li {
353 margin-bottom: 5px;
354 }
355
356 div.fw_nav li>a {
357 font-weight: bold;
358 }
359
360
361
362
363
364
365
366 .css_clear {
367 clear: both;
368 height: 0;
369 line-height: 0;
370 visibility: hidden;
371 }
372
373 .css_right {
374 text-align: right;
375 }
376
377 .css_center {
378 text-align: center;
379 }
380
381 .css_spacing {
382 margin-top: 1.5em;
383 }
384
385 .css_small {
386 font-size: 75%;
387 line-height: 1.45em;
388 }
389
390 .css_vsmall {
391 font-size: 65%;
392 line-height: 1.45em;
393 }

  ViewVC Help
Powered by ViewVC 1.1.20