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 | |
121 | /* weblib.php table */ |
122 | .tabledivider { |
123 | border-width:1px; |
124 | border-style:solid; |
125 | border-left:0px; |
126 | border-right:0px; |
127 | border-top:0px; |
128 | } |
129 | |
130 | /* calendar */ |
131 | table.calendarmini { |
132 | width:100%; |
133 | margin:0px; |
134 | padding:2px; |
135 | border-width:1px; |
136 | border-style:solid; |
137 | } |
138 | |
139 | table.calendarmini thead td { |
140 | vertical-align:center; |
141 | } |
142 | |
143 | table.calendarmini tbody td { |
144 | border-width:2px; |
145 | border-style:solid; |
146 | vertical-align:center; |
147 | } |
148 | |
149 | table.calendarmonth thead td { |
150 | padding-bottom:3px; |
151 | border-bottom:2px solid; |
152 | vertical-align:center; |
153 | } |
154 | |
155 | table.calendarmonth tbody td { |
156 | width:14%; |
157 | border-width:2px; |
158 | border-style:solid; |
159 | vertical-align:top; |
160 | } |
161 | |
162 | .cal_event_global { |
163 | border:2px solid !important; |
164 | } |
165 | |
166 | .cal_event_course { |
167 | border:2px solid !important; |
168 | } |
169 | |
170 | .cal_event_group { |
171 | border:2px solid !important; |
172 | } |
173 | |
174 | .cal_event_user { |
175 | border:2px solid !important; |
176 | } |
177 | |
178 | .cal_duration_global { |
179 | border-top:2px solid !important; |
180 | border-bottom:2px solid !important; |
181 | } |
182 | |
183 | .cal_duration_course { |
184 | border-top:2px solid !important; |
185 | border-bottom:2px solid !important; |
186 | } |
187 | |
188 | .cal_duration_user { |
189 | border-top:2px solid !important; |
190 | border-bottom:2px solid !important; |
191 | } |
192 | |
193 | .cal_duration_group { |
194 | border-top:2px solid !important; |
195 | border-bottom:2px solid !important; |
196 | } |
197 | |
198 | .cal_today { |
199 | border:2px solid !important; |
200 | } |
201 | |
202 | .mycalendar .cal_filters thead td { |
203 | margin:0px; |
204 | padding:2px; |
205 | border-bottom:2px solid; |
206 | } |
207 | |
208 | table.calendarmonth tbody td table, |
209 | table.calendarmonth tbody td div { |
210 | margin-top:0px; |
211 | margin-left:0px; |
212 | } |
213 | |
214 | table.calendarmonth tbody td table td, |
215 | a img { |
216 | border:none; |
217 | } |
218 | |
219 | .mycalendar .cal_event_table, |
220 | table.calendarmonth, |
221 | .mycalendar table.cal_filters { |
222 | width:100%; |
223 | margin:0px; |
224 | padding:2px; |
225 | border-width:1px; |
226 | border-style:solid; |
227 | } |
228 | |
229 | .mycalendar hr { |
230 | height:1px; |
231 | margin-top:4px; |
232 | margin-bottom:4px; |
233 | border:none; |
234 | border-top:1px solid; |
235 | } |
236 | |
237 | td.cal_event_description { |
238 | width:80%; |
239 | padding:5px; |
240 | vertical-align:top; |
241 | border-left:2px solid; |
242 | } |
243 | |
244 | .cal_popup_bg { |
245 | padding:0px; |
246 | margin:0px; |
247 | background-image:url(gradient.jpg); |
248 | background-position:top; |
249 | background-repeat:repeat-x; |
250 | border:2px solid; |
251 | } |
252 | |
253 | .cal_popup_close { |
254 | margin-right:5px; |
255 | } |
256 | |
257 | .eventfull { |
258 | border-width:1px; |
259 | border-style:solid; |
260 | } |
261 | |
262 | .eventfullpicture { |
263 | padding:8px; |
264 | } |
265 | |
266 | /* admin, calendar */ |
267 | table.formtable td { |
268 | padding:9px; |
269 | } |
270 | |
271 | /* block_rss_client.php */ |
272 | .rssclientlink { |
273 | padding-bottom:5px; |
274 | border-top:1px solid; |
275 | } |
276 | |
277 | .rssclientdescription { |
278 | padding-left:10px; |
279 | padding-bottom:8px; |
280 | } |
281 | |
282 | /* message */ |
283 | .message_link { |
284 | vertical-align:center; |
285 | } |
286 | |
287 | .message_search_results { |
288 | border-collapse:collapse; |
289 | border-spacing:0px; |
290 | } |
291 | |
292 | table.message_search_results td { |
293 | padding:5px; |
294 | border-width:1px; |
295 | border-style:solid; |
296 | } |
297 | |
298 | /* course, entry-page, login */ |
299 | .headingblock { |
300 | background-image:url(gradient.jpg); |
301 | background-position:top; |
302 | background-repeat:repeat-x; |
303 | border-width:1px; |
304 | border-style:solid; |
305 | } |
306 | |
307 | /* course */ |
308 | .outlineheadingblock { |
309 | background-image:url(gradient.jpg); |
310 | background-position:top; |
311 | background-repeat:repeat-x; |
312 | border-width:1px; |
313 | border-style:solid; |
314 | } |
315 | .weeklyoutlinecontent, |
316 | .topicsoutlinecontent { |
317 | border-width:1px; |
318 | border-left:0px; |
319 | border-right:0px; |
320 | border-style:solid; |
321 | } |
322 | |
323 | .weeklyoutlinecontenthighlight, |
324 | .topicsoutlinecontenthighlight { |
325 | border-width:1px; |
326 | border-left:0px; |
327 | border-right:0px; |
328 | border-style:solid; |
329 | } |
330 | |
331 | .weeklyoutlinecontenthidden, |
332 | .topicsoutlinecontenthidden { |
333 | border-width:1px; |
334 | border-left:0px; |
335 | border-right:0px; |
336 | border-style:solid; |
337 | } |
338 | |
339 | .categoryboxcontent, |
340 | .courseboxcontent { |
341 | border-width:1px; |
342 | border-style:solid; |
343 | } |
344 | |
345 | /* sideblock */ |
346 | /* sideblock weblib.php */ |
347 | #block_course_summary .sideblockmain { |
348 | padding:10px; |
349 | } |
350 | |
351 | /* calendar, weblib.php, wiki */ |
352 | .sideblock { |
353 | border-width:1px; |
354 | border-style:solid; |
355 | } |
356 | |
357 | /* weblib.php, wiki */ |
358 | .sideblockheading { |
359 | background-image:url(gradient.jpg); |
360 | background-position:top; |
361 | background-repeat:repeat-x; |
362 | } |
363 | |
364 | .sideblockmain hr { |
365 | height:1px; |
366 | margin-top:4px; |
367 | margin-bottom:4px; |
368 | border:none; |
369 | border-top:1px solid; |
370 | } |
371 | |
372 | /* calendar, course, weblib,php, attandance |
373 | dialouge, exercise, forum, lesson, quiz */ |
374 | .generaltableheader { |
375 | background-image:url(gradient.jpg); |
376 | background-position:top; |
377 | background-repeat:repeat-x; |
378 | } |