a8e1f343 |
1 | /* $Id$ */ |
2 | |
3 | /* |
4 | ** layout |
5 | */ |
6 | |
7 | |
8 | /* basic styles */ |
9 | .clearer { |
10 | clear:both; |
11 | margin:0px; |
12 | padding:0px; |
13 | height:1px; |
14 | border:none; |
15 | background:transparent; |
16 | } |
17 | |
18 | |
19 | /* general styles */ |
20 | th { |
21 | background-image:url(gradient.jpg); |
22 | background-position:top; |
23 | background-repeat:repeat-x; |
24 | } |
25 | |
26 | form { |
27 | margin-bottom:0px; |
28 | } |
29 | |
30 | |
31 | /* header styles */ |
32 | #header-home { |
33 | padding:1em 0.5em; |
34 | height:2em; |
35 | } |
36 | |
37 | #header { |
38 | padding:0.1em 0.5em; |
39 | } |
40 | |
41 | .headermain { |
42 | float:left; |
43 | } |
44 | |
45 | #header .headermain { |
46 | margin:0.2em 0em; |
47 | } |
48 | |
49 | .headermenu { |
50 | float:right; |
51 | } |
52 | |
53 | #nav-bar { |
54 | padding:3px 0.5em; |
55 | height:1.3em; |
56 | background-image:url(gradient.jpg); |
57 | background-position:top; |
58 | background-repeat:repeat-x; |
59 | } |
60 | |
61 | #breadcrumb { |
62 | float:left; |
63 | margin:0.2em 0em; |
64 | } |
65 | |
66 | #navbutton { |
67 | float:right; |
68 | } |
69 | |
70 | |
71 | /* footer styles */ |
72 | |
73 | |
74 | /* content styles */ |
75 | .generalbox { |
76 | border-width:1px; |
77 | border-style:solid; |
78 | } |
79 | |
80 | /* many places */ |
81 | .noticebox { |
82 | border-width:1px; |
83 | border-style:solid; |
84 | } |
85 | |
86 | /* entry-page index.php */ |
87 | .sitetopic { |
88 | border-width:1px; |
89 | border-style:solid; |
90 | } |
91 | |
92 | /* quiz styles */ |
93 | .feedbacktext { |
94 | display:block; |
95 | } |
96 | |
97 | /* summary of a user in a nice little box - weblib.php */ |
98 | .userinfobox { |
99 | border-width:1px; |
100 | border-style:solid; |
101 | margin-bottom:5px; |
102 | } |
103 | |
104 | .userinfoboxside, |
105 | .userinfoboxsummary, |
106 | .userinfoboxlinkcontent { } |
107 | |
108 | /* glossary, wiki */ |
109 | .generaltab, |
110 | .generaltabselected { |
111 | background:none; |
112 | } |
113 | |
114 | /* assignment, forum, glossary */ |
115 | .forumheaderlist, |
116 | .forumpost { |
117 | border-width:1px; |
118 | border-style:solid; |
119 | } |
120 | |
4ff025ea |
121 | .forumpostindent { |
122 | margin-left: 30px; |
123 | } |
124 | |
a8e1f343 |
125 | /* weblib.php table */ |
126 | .tabledivider { |
127 | border-width:1px; |
128 | border-style:solid; |
129 | border-left:0px; |
130 | border-right:0px; |
131 | border-top:0px; |
132 | } |
133 | |
134 | /* calendar */ |
135 | table.calendarmini { |
136 | width:100%; |
137 | margin:0px; |
138 | padding:2px; |
139 | border-width:1px; |
140 | border-style:solid; |
141 | } |
142 | |
143 | table.calendarmini thead td { |
144 | vertical-align:center; |
145 | } |
146 | |
147 | table.calendarmini tbody td { |
148 | border-width:2px; |
149 | border-style:solid; |
150 | vertical-align:center; |
151 | } |
152 | |
153 | table.calendarmonth thead td { |
154 | padding-bottom:3px; |
155 | border-bottom:2px solid; |
156 | vertical-align:center; |
157 | } |
158 | |
159 | table.calendarmonth tbody td { |
160 | width:14%; |
161 | border-width:2px; |
162 | border-style:solid; |
163 | vertical-align:top; |
164 | } |
165 | |
166 | .cal_event_global { |
167 | border:2px solid !important; |
168 | } |
169 | |
170 | .cal_event_course { |
171 | border:2px solid !important; |
172 | } |
173 | |
174 | .cal_event_group { |
175 | border:2px solid !important; |
176 | } |
177 | |
178 | .cal_event_user { |
179 | border:2px solid !important; |
180 | } |
181 | |
182 | .cal_duration_global { |
183 | border-top:2px solid !important; |
184 | border-bottom:2px solid !important; |
185 | } |
186 | |
187 | .cal_duration_course { |
188 | border-top:2px solid !important; |
189 | border-bottom:2px solid !important; |
190 | } |
191 | |
192 | .cal_duration_user { |
193 | border-top:2px solid !important; |
194 | border-bottom:2px solid !important; |
195 | } |
196 | |
197 | .cal_duration_group { |
198 | border-top:2px solid !important; |
199 | border-bottom:2px solid !important; |
200 | } |
201 | |
202 | .cal_today { |
203 | border:2px solid !important; |
204 | } |
205 | |
206 | .mycalendar .cal_filters thead td { |
207 | margin:0px; |
208 | padding:2px; |
209 | border-bottom:2px solid; |
210 | } |
211 | |
212 | table.calendarmonth tbody td table, |
213 | table.calendarmonth tbody td div { |
214 | margin-top:0px; |
215 | margin-left:0px; |
216 | } |
217 | |
218 | table.calendarmonth tbody td table td, |
219 | a img { |
220 | border:none; |
221 | } |
222 | |
223 | .mycalendar .cal_event_table, |
224 | table.calendarmonth, |
225 | .mycalendar table.cal_filters { |
226 | width:100%; |
227 | margin:0px; |
228 | padding:2px; |
229 | border-width:1px; |
230 | border-style:solid; |
231 | } |
232 | |
233 | .mycalendar hr { |
234 | height:1px; |
235 | margin-top:4px; |
236 | margin-bottom:4px; |
237 | border:none; |
238 | border-top:1px solid; |
239 | } |
240 | |
241 | td.cal_event_description { |
242 | width:80%; |
243 | padding:5px; |
244 | vertical-align:top; |
245 | border-left:2px solid; |
246 | } |
247 | |
248 | .cal_popup_bg { |
249 | padding:0px; |
250 | margin:0px; |
251 | background-image:url(gradient.jpg); |
252 | background-position:top; |
253 | background-repeat:repeat-x; |
254 | border:2px solid; |
255 | } |
256 | |
257 | .cal_popup_close { |
258 | margin-right:5px; |
259 | } |
260 | |
261 | .eventfull { |
262 | border-width:1px; |
263 | border-style:solid; |
264 | } |
265 | |
266 | .eventfullpicture { |
267 | padding:8px; |
268 | } |
269 | |
270 | /* admin, calendar */ |
271 | table.formtable td { |
272 | padding:9px; |
273 | } |
274 | |
275 | /* block_rss_client.php */ |
276 | .rssclientlink { |
277 | padding-bottom:5px; |
278 | border-top:1px solid; |
279 | } |
280 | |
281 | .rssclientdescription { |
282 | padding-left:10px; |
283 | padding-bottom:8px; |
284 | } |
285 | |
286 | /* message */ |
287 | .message_link { |
288 | vertical-align:center; |
289 | } |
290 | |
291 | .message_search_results { |
292 | border-collapse:collapse; |
293 | border-spacing:0px; |
294 | } |
295 | |
296 | table.message_search_results td { |
297 | padding:5px; |
298 | border-width:1px; |
299 | border-style:solid; |
300 | } |
301 | |
302 | /* course, entry-page, login */ |
303 | .headingblock { |
304 | background-image:url(gradient.jpg); |
305 | background-position:top; |
306 | background-repeat:repeat-x; |
307 | border-width:1px; |
308 | border-style:solid; |
309 | } |
310 | |
311 | /* course */ |
312 | .outlineheadingblock { |
313 | background-image:url(gradient.jpg); |
314 | background-position:top; |
315 | background-repeat:repeat-x; |
316 | border-width:1px; |
317 | border-style:solid; |
318 | } |
319 | .weeklyoutlinecontent, |
320 | .topicsoutlinecontent { |
321 | border-width:1px; |
322 | border-left:0px; |
323 | border-right:0px; |
324 | border-style:solid; |
325 | } |
326 | |
327 | .weeklyoutlinecontenthighlight, |
328 | .topicsoutlinecontenthighlight { |
329 | border-width:1px; |
330 | border-left:0px; |
331 | border-right:0px; |
332 | border-style:solid; |
333 | } |
334 | |
335 | .weeklyoutlinecontenthidden, |
336 | .topicsoutlinecontenthidden { |
337 | border-width:1px; |
338 | border-left:0px; |
339 | border-right:0px; |
340 | border-style:solid; |
341 | } |
342 | |
343 | .categoryboxcontent, |
344 | .courseboxcontent { |
345 | border-width:1px; |
346 | border-style:solid; |
347 | } |
348 | |
349 | /* sideblock */ |
350 | /* sideblock weblib.php */ |
351 | #block_course_summary .sideblockmain { |
352 | padding:10px; |
353 | } |
354 | |
355 | /* calendar, weblib.php, wiki */ |
356 | .sideblock { |
357 | border-width:1px; |
358 | border-style:solid; |
b9aaef6c |
359 | width: 100%; |
a8e1f343 |
360 | } |
361 | |
362 | /* weblib.php, wiki */ |
363 | .sideblockheading { |
364 | background-image:url(gradient.jpg); |
365 | background-position:top; |
366 | background-repeat:repeat-x; |
367 | } |
368 | |
369 | .sideblockmain hr { |
370 | height:1px; |
371 | margin-top:4px; |
372 | margin-bottom:4px; |
373 | border:none; |
374 | border-top:1px solid; |
375 | } |
376 | |
377 | /* calendar, course, weblib,php, attandance |
378 | dialouge, exercise, forum, lesson, quiz */ |
379 | .generaltableheader { |
380 | background-image:url(gradient.jpg); |
381 | background-position:top; |
382 | background-repeat:repeat-x; |
b9aaef6c |
383 | } |