annotate DataTables-1.9.4/docs/media/css/doc.css @ 7:0f2b740536fb draft

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