1 | /* Core */ |
---|
2 | |
---|
3 | body { |
---|
4 | margin: 5px; |
---|
5 | } |
---|
6 | |
---|
7 | |
---|
8 | h1.main, |
---|
9 | h2.main, |
---|
10 | h3.main, |
---|
11 | h4.main, |
---|
12 | h5.main, |
---|
13 | h6.main { |
---|
14 | text-align: left; |
---|
15 | padding-left: 5px; |
---|
16 | } |
---|
17 | |
---|
18 | h1, h2, h3, h4 { |
---|
19 | text-align: left; |
---|
20 | } |
---|
21 | |
---|
22 | h1 { |
---|
23 | padding: 3px; |
---|
24 | } |
---|
25 | |
---|
26 | h2 { |
---|
27 | padding: 3px; |
---|
28 | |
---|
29 | } |
---|
30 | |
---|
31 | h3 { |
---|
32 | padding: 3px; |
---|
33 | |
---|
34 | } |
---|
35 | |
---|
36 | |
---|
37 | #layout-table #left-column, #layout-table #right-column{ |
---|
38 | border: 1px solid; |
---|
39 | padding: 0px; |
---|
40 | } |
---|
41 | |
---|
42 | #layout-table #middle-column{ |
---|
43 | padding: 0px; |
---|
44 | } |
---|
45 | |
---|
46 | #left-column .hidden .header, #right-column .hidden .header { |
---|
47 | border-bottom-style:dashed; |
---|
48 | border-bottom-width:1px; |
---|
49 | } |
---|
50 | |
---|
51 | |
---|
52 | #content { |
---|
53 | clear:both; |
---|
54 | } |
---|
55 | |
---|
56 | h1, h2, h3{ |
---|
57 | border-width: 0px; |
---|
58 | border-style: solid; |
---|
59 | } |
---|
60 | |
---|
61 | th.header { |
---|
62 | border-color: #00AA4F; |
---|
63 | border-style:solid; |
---|
64 | border-width: 1px; |
---|
65 | } |
---|
66 | |
---|
67 | h4 { |
---|
68 | border-bottom-style: solid; |
---|
69 | border-bottom-width:1px; |
---|
70 | } |
---|
71 | |
---|
72 | input, select { |
---|
73 | padding: 0px; |
---|
74 | } |
---|
75 | #layout-table #middle-column{ |
---|
76 | vertical-align:top; |
---|
77 | padding-left:6px; |
---|
78 | padding-right:6px; |
---|
79 | } |
---|
80 | .sitetopic { |
---|
81 | padding:0px 0px 4px 0px; |
---|
82 | margin: 0px; |
---|
83 | } |
---|
84 | |
---|
85 | .generaltable { |
---|
86 | border-width:0px; |
---|
87 | } |
---|
88 | |
---|
89 | .generalbox { |
---|
90 | border-width:0px; |
---|
91 | border-style:solid; |
---|
92 | } |
---|
93 | |
---|
94 | .sitetopiccontent { |
---|
95 | border-width:1px; |
---|
96 | border-style:solid; |
---|
97 | } |
---|
98 | |
---|
99 | .clearfix { |
---|
100 | min-width: 0; |
---|
101 | /* overflow: hidden; */ |
---|
102 | } |
---|
103 | |
---|
104 | .clearfix:after { |
---|
105 | /* content: "<!-- -->"; */ |
---|
106 | content: "."; |
---|
107 | display: block; |
---|
108 | height: 0; |
---|
109 | clear: both; |
---|
110 | visibility: hidden; |
---|
111 | } |
---|
112 | |
---|
113 | /* Hides from IE-mac \*/ |
---|
114 | * html .clearfix {height: 1%;} |
---|
115 | .clearfix {display: block;} |
---|
116 | /* End hide from IE-mac */ |
---|
117 | |
---|
118 | /*** |
---|
119 | *** Header |
---|
120 | ***/ |
---|
121 | |
---|
122 | #header-home { |
---|
123 | /* padding:1em 0.5em; */ |
---|
124 | height:100px; |
---|
125 | border-width:0px; |
---|
126 | border-style:solid; |
---|
127 | } |
---|
128 | |
---|
129 | #header { |
---|
130 | height:35px; |
---|
131 | border-width:0px; |
---|
132 | border-style:solid; |
---|
133 | padding: 6px 6px 6px 6px; |
---|
134 | } |
---|
135 | |
---|
136 | .headermain, h1.headermain { |
---|
137 | float:left; |
---|
138 | margin:0%; |
---|
139 | padding:0%; |
---|
140 | border-width: 0px; |
---|
141 | } |
---|
142 | |
---|
143 | .headermenu { |
---|
144 | float:right; |
---|
145 | text-align:right; |
---|
146 | } |
---|
147 | |
---|
148 | .navbar { |
---|
149 | width:100%; |
---|
150 | padding:3px 0.5em; |
---|
151 | border-width:0px; |
---|
152 | /* border-style:solid; */ |
---|
153 | } |
---|
154 | |
---|
155 | div.navbar { |
---|
156 | width: auto; |
---|
157 | } |
---|
158 | |
---|
159 | table.navbar { |
---|
160 | width: 100%; |
---|
161 | } |
---|
162 | |
---|
163 | .navbar .navbutton form { |
---|
164 | float: left; |
---|
165 | } |
---|
166 | |
---|
167 | .navbar .navbutton { |
---|
168 | margin-top: 3px; |
---|
169 | } |
---|
170 | |
---|
171 | .navbar .breadcrumb { |
---|
172 | float:left; |
---|
173 | margin:0.2em 0em; |
---|
174 | } |
---|
175 | |
---|
176 | .breadcrumb ul { |
---|
177 | padding:0%; |
---|
178 | margin:0%; |
---|
179 | text-indent:0%; |
---|
180 | list-style:none; |
---|
181 | } |
---|
182 | .breadcrumb li { |
---|
183 | display:inline; |
---|
184 | } |
---|
185 | |
---|
186 | .navbar .navbutton, |
---|
187 | .navbar .menu { |
---|
188 | float:right; |
---|
189 | } |
---|
190 | |
---|
191 | #footer .navbar { |
---|
192 | margin-top: 4em; |
---|
193 | } |
---|
194 | |
---|
195 | |
---|
196 | /*** |
---|
197 | *** Login |
---|
198 | ***/ |
---|
199 | |
---|
200 | TABLE.loginbox { |
---|
201 | margin-top: 40px; |
---|
202 | } |
---|
203 | |
---|
204 | .loginbox .header { |
---|
205 | border-width:1px; |
---|
206 | border-style:solid; |
---|
207 | border-bottom-width: 0px; |
---|
208 | } |
---|
209 | |
---|
210 | .loginbox .content { |
---|
211 | border-top-width: 1px; |
---|
212 | } |
---|
213 | |
---|
214 | |
---|
215 | /*** |
---|
216 | *** Footer |
---|
217 | ***/ |
---|
218 | |
---|
219 | #footer { |
---|
220 | text-align:left; |
---|
221 | margin-top: 5px; |
---|
222 | margin-bottom: 0px; |
---|
223 | } |
---|
224 | |
---|
225 | |
---|
226 | #footer p.helplink { |
---|
227 | margin-bottom: 0px; |
---|
228 | } |
---|
229 | |
---|
230 | |
---|
231 | /*** |
---|
232 | *** Blocks |
---|
233 | ***/ |
---|
234 | |
---|
235 | |
---|
236 | .skip-block-to, #maincontent { |
---|
237 | display: block; |
---|
238 | height: 0px; |
---|
239 | } |
---|
240 | |
---|
241 | .sideblock { |
---|
242 | margin-bottom:0em; |
---|
243 | width: 100%; |
---|
244 | padding-bottom:1em; |
---|
245 | } |
---|
246 | |
---|
247 | .sideblock .header, .sideblock h2.header { |
---|
248 | padding:4px; |
---|
249 | |
---|
250 | } |
---|
251 | |
---|
252 | .sideblock, .sideblock .header, .sideblock .content { |
---|
253 | border-width: 0px; |
---|
254 | } |
---|
255 | |
---|
256 | |
---|
257 | .sideblock .header h2 { |
---|
258 | padding:0px; |
---|
259 | border-width: 0px; |
---|
260 | padding-top: 0px; |
---|
261 | } |
---|
262 | |
---|
263 | .sideblock .header .hide-show-image { |
---|
264 | padding-top: 0px; |
---|
265 | } |
---|
266 | |
---|
267 | .sideblock .footer { |
---|
268 | border-top-width:1px; |
---|
269 | border-top-style:dashed; |
---|
270 | } |
---|
271 | |
---|
272 | |
---|
273 | /*** |
---|
274 | *** Calendar |
---|
275 | ***/ |
---|
276 | |
---|
277 | #calendar .today, |
---|
278 | .minicalendar .today { |
---|
279 | border:1px solid !important; |
---|
280 | } |
---|
281 | |
---|
282 | table.minicalendar { |
---|
283 | width: 100%; |
---|
284 | margin:10px auto; |
---|
285 | padding:2px; |
---|
286 | border-width:1px; |
---|
287 | border-style:solid; |
---|
288 | border-collapse:separate; |
---|
289 | border-spacing:1px !important; |
---|
290 | } |
---|
291 | |
---|
292 | table.minicalendar tr.weekdays th { |
---|
293 | border-style: none; |
---|
294 | } |
---|
295 | |
---|
296 | table.minicalendar tr td.day { |
---|
297 | border-style: solid; |
---|
298 | border-width: 1px; |
---|
299 | } |
---|
300 | |
---|
301 | table.minicalendar tr.weekdays th abbr { |
---|
302 | border-style: none; |
---|
303 | |
---|
304 | } |
---|
305 | |
---|
306 | table.calendarmonth { |
---|
307 | border-collapse:separate; |
---|
308 | border-spacing:1px !important; |
---|
309 | } |
---|
310 | |
---|
311 | table.calendarmonth tr td { |
---|
312 | border-style: solid; |
---|
313 | border-width: 1px; |
---|
314 | } |
---|
315 | |
---|
316 | |
---|
317 | /*** |
---|
318 | *** Course |
---|
319 | ***/ |
---|
320 | |
---|
321 | .headingblock { |
---|
322 | border-width:0px; |
---|
323 | border-style:solid; |
---|
324 | padding:4px; |
---|
325 | } |
---|
326 | |
---|
327 | .headingblock, h2.headingblock { |
---|
328 | border-width:0px; |
---|
329 | border-style:solid; |
---|
330 | padding:4px; |
---|
331 | margin:0; |
---|
332 | } |
---|
333 | |
---|
334 | |
---|
335 | .categorybox .category, |
---|
336 | .categorybox .category { |
---|
337 | border-bottom: solid; |
---|
338 | border-width: 1px; |
---|
339 | padding-top: 7px; |
---|
340 | } |
---|
341 | |
---|
342 | #course-view .section .left { |
---|
343 | border-right-width: 1px; |
---|
344 | border-right-style: dashed; |
---|
345 | } |
---|
346 | |
---|
347 | #course-view .section.hidden .content, |
---|
348 | #course-view .section.hidden .side { |
---|
349 | border-width: 1px; |
---|
350 | border-style: dashed; |
---|
351 | } |
---|
352 | |
---|
353 | #course-view .section td.content ul.section.img-text { |
---|
354 | line-height: 22px; |
---|
355 | } |
---|
356 | |
---|
357 | #course-view .section td.content ul.section.img-text li.activity.label { |
---|
358 | line-height: 16px; |
---|
359 | margin-bottom: 5px; |
---|
360 | } |
---|
361 | |
---|
362 | .coursebox .info .name { |
---|
363 | padding-bottom: 5px; |
---|
364 | } |
---|
365 | |
---|
366 | .tabrow0 { |
---|
367 | padding-top: 4px; |
---|
368 | } |
---|
369 | |
---|
370 | /*** |
---|
371 | *** Modules: glossary |
---|
372 | ***/ |
---|
373 | |
---|
374 | .entry .concept, |
---|
375 | .entryheader .concept { |
---|
376 | margin-top: 5px; |
---|
377 | margin-bottom: 10px; |
---|
378 | } |
---|
379 | |
---|
380 | .glossarypost.continuous { |
---|
381 | padding: 5px; |
---|
382 | } |
---|
383 | |
---|
384 | /*** |
---|
385 | *** Error message |
---|
386 | ***/ |
---|
387 | |
---|
388 | .errorbox { |
---|
389 | /* color:#ffffff; */ |
---|
390 | border-width: 2px; |
---|
391 | } |
---|
392 | |
---|
393 | /*** |
---|
394 | *** from moodle.org |
---|
395 | ***/ |
---|
396 | |
---|
397 | |
---|
398 | .fronthead { |
---|
399 | font-size:1.4em; |
---|
400 | letter-spacing:0.04em; |
---|
401 | } |
---|
402 | |
---|
403 | .fronttext { |
---|
404 | margin-top:5px; |
---|
405 | margin-left:20px; |
---|
406 | margin-right:10px; |
---|
407 | margin-bottom:20px; |
---|
408 | } |
---|
409 | |
---|
410 | div.frontblock { |
---|
411 | margin-top: 12px; |
---|
412 | margin-bottom: 25px; |
---|
413 | border: #DDD solid 1px; |
---|
414 | |
---|
415 | font-size: 0.95em; |
---|
416 | } |
---|
417 | |
---|
418 | h1.frontblock { |
---|
419 | border: #DDD solid 1px; |
---|
420 | background-image: url(gradient.jpg); |
---|
421 | background-position: top; |
---|
422 | background-repeat: repeat-x; |
---|
423 | padding: 1px 10px; |
---|
424 | display: inline; |
---|
425 | position: relative; |
---|
426 | top: -0.5em; |
---|
427 | left: 8px; |
---|
428 | font-weight: normal; |
---|
429 | } |
---|
430 | |
---|
431 | p.fronttext.p1 { |
---|
432 | min-height: 90px; |
---|
433 | } |
---|
434 | p.fronttext.p2 { |
---|
435 | min-height: 90px; |
---|
436 | } |
---|
437 | p.fronttext.p3 { |
---|
438 | min-height: 125px; |
---|
439 | } |
---|
440 | p.fronttext.p4 { |
---|
441 | min-height: 105px; |
---|
442 | } |
---|