1 | /* Core */ |
---|
2 | |
---|
3 | body { |
---|
4 | /*background-color: #F7F6F1;*/ |
---|
5 | background-color: #FFFFFF; |
---|
6 | } |
---|
7 | |
---|
8 | a:link { |
---|
9 | color: #004ba5; |
---|
10 | } |
---|
11 | |
---|
12 | a:visited { |
---|
13 | color:#004ba5; |
---|
14 | } |
---|
15 | |
---|
16 | a:hover { |
---|
17 | color: #990000; |
---|
18 | } |
---|
19 | |
---|
20 | a.dimmed:link, |
---|
21 | a.dimmed:visited { |
---|
22 | color:#AAAAAA; |
---|
23 | } |
---|
24 | |
---|
25 | h1 { |
---|
26 | background-color: #004ba5; |
---|
27 | color: #FFFFFF; |
---|
28 | } |
---|
29 | |
---|
30 | h2 { |
---|
31 | background-color: #456; |
---|
32 | color: #FFFFFF; |
---|
33 | } |
---|
34 | |
---|
35 | h2.headingblock.header { |
---|
36 | } |
---|
37 | |
---|
38 | |
---|
39 | h3 { |
---|
40 | border-color:#DCDCDC; |
---|
41 | } |
---|
42 | h4 { |
---|
43 | border-color:#DCDCDC; |
---|
44 | } |
---|
45 | |
---|
46 | h5 { |
---|
47 | background-color: #FFF; |
---|
48 | color: #004ba5; |
---|
49 | } |
---|
50 | |
---|
51 | #navlist { |
---|
52 | background:transparent none repeat scroll 0 0; |
---|
53 | color:#FFFFFF; |
---|
54 | } |
---|
55 | #navlist li a { |
---|
56 | background:#004ba5 none repeat scroll 0 0; |
---|
57 | border:1px solid #004ba5; |
---|
58 | color:#FFFFFF; |
---|
59 | } |
---|
60 | #navlist li a:hover { |
---|
61 | background:#005DAA none repeat scroll 0 0; |
---|
62 | border:1px solid #005DAA; |
---|
63 | color:#FFFFFF; |
---|
64 | } |
---|
65 | |
---|
66 | |
---|
67 | |
---|
68 | th { |
---|
69 | background-color:#456; |
---|
70 | |
---|
71 | } |
---|
72 | |
---|
73 | th.header, |
---|
74 | td.header, |
---|
75 | div.header { |
---|
76 | background-color: #456; |
---|
77 | color:#FFFFFF; |
---|
78 | |
---|
79 | } |
---|
80 | |
---|
81 | th.header { |
---|
82 | border-color: #DCDCDC; |
---|
83 | } |
---|
84 | |
---|
85 | #left-column .hidden .header, #right-column .hidden .header { |
---|
86 | border-color:#DCDCDC; |
---|
87 | } |
---|
88 | |
---|
89 | |
---|
90 | #layout-table #left-column, #layout-table #right-column { |
---|
91 | border-width:0px; |
---|
92 | } |
---|
93 | |
---|
94 | .generalbox { |
---|
95 | border-color:#DCDCDC; |
---|
96 | background-color:#FFFFFF; |
---|
97 | } |
---|
98 | |
---|
99 | .generaltable, |
---|
100 | .generaltable td { |
---|
101 | border-color:#DCDCDC; |
---|
102 | /* background-color:#FFFFFF; */ |
---|
103 | } |
---|
104 | |
---|
105 | /* .generaltable .r0 td.cell.c0 { |
---|
106 | background-color:#DCDCDC; |
---|
107 | } */ |
---|
108 | |
---|
109 | .generaltable .r0 { |
---|
110 | background-color:#F5F5F5; |
---|
111 | } |
---|
112 | |
---|
113 | .generaltable .r1 { |
---|
114 | background-color:#F1EFEB; |
---|
115 | } |
---|
116 | |
---|
117 | .generaltable .r1 td.cell.c0 { |
---|
118 | border-color:#DCDCDC; |
---|
119 | /* background-color:#456; */ |
---|
120 | } |
---|
121 | |
---|
122 | .navbar { |
---|
123 | /* background-color:#DCDCDC; |
---|
124 | border-color:#666666; |
---|
125 | height: 20px; |
---|
126 | background: url(pix/grad/bg_bread.jpg) repeat-x;*/ |
---|
127 | } |
---|
128 | |
---|
129 | .sitetopiccontent { |
---|
130 | border-color:#DCDCDC; |
---|
131 | background-color:#FFFFFF; |
---|
132 | } |
---|
133 | |
---|
134 | .highlight { |
---|
135 | background-color:#DCDCDC; |
---|
136 | } |
---|
137 | |
---|
138 | .highlight2 { |
---|
139 | color:#DCDCDC; /* highlight missing terms in forum search */ |
---|
140 | } |
---|
141 | |
---|
142 | /*** |
---|
143 | *** Roles |
---|
144 | ***/ |
---|
145 | |
---|
146 | .rolecap .inherit.capdefault, .rolecap .allow.capdefault { |
---|
147 | background-color:#456; |
---|
148 | } |
---|
149 | |
---|
150 | #admin-roles-override .capcurrent { |
---|
151 | background-color:#456; |
---|
152 | } |
---|
153 | |
---|
154 | /*** |
---|
155 | *** Header |
---|
156 | ***/ |
---|
157 | |
---|
158 | .logo { |
---|
159 | color: #00aa4f; |
---|
160 | border-color: #48ca97; |
---|
161 | border-color: #456; |
---|
162 | |
---|
163 | |
---|
164 | } |
---|
165 | |
---|
166 | #header-home{ |
---|
167 | background-color: #FFFFFF; |
---|
168 | } |
---|
169 | |
---|
170 | #header { |
---|
171 | background-color: #FFFFFF; |
---|
172 | color: #000000; |
---|
173 | } |
---|
174 | |
---|
175 | h1.headermain { |
---|
176 | background-color: transparent; |
---|
177 | } |
---|
178 | |
---|
179 | /*** |
---|
180 | *** Login |
---|
181 | ***/ |
---|
182 | |
---|
183 | |
---|
184 | .loginbox, |
---|
185 | .loginbox.twocolumns .loginpanel, |
---|
186 | .loginbox .subcontent { |
---|
187 | border-color:#DCDCDC; |
---|
188 | } |
---|
189 | |
---|
190 | .loginbox .content { |
---|
191 | border-color:#DCDCDC; |
---|
192 | } |
---|
193 | |
---|
194 | /*** |
---|
195 | *** Blocks |
---|
196 | ***/ |
---|
197 | |
---|
198 | .sideblock .content { |
---|
199 | background-color:#F5F5F5; |
---|
200 | border-color:#DCDCDC; |
---|
201 | } |
---|
202 | |
---|
203 | .sideblock .header, .sideblock .header h2 { |
---|
204 | background-color:#456; |
---|
205 | border-color:#DCDCDC; |
---|
206 | color: #FFFFFF; |
---|
207 | |
---|
208 | } |
---|
209 | |
---|
210 | .sideblock hr { |
---|
211 | color:#DCDCDC; |
---|
212 | /*background-color:#F5F5F5;*/ |
---|
213 | } |
---|
214 | |
---|
215 | .sideblock .footer { |
---|
216 | border-top-color:#DCDCDC; |
---|
217 | } |
---|
218 | |
---|
219 | .sideblock .content .post .head .date, |
---|
220 | .sideblock .content .post .head .name { |
---|
221 | color: #8B0000; |
---|
222 | } |
---|
223 | |
---|
224 | /*** |
---|
225 | *** Calendar |
---|
226 | ***/ |
---|
227 | |
---|
228 | #calendar .maincalendar, |
---|
229 | #calendar .sidecalendar, |
---|
230 | #calendar .maincalendar .event { |
---|
231 | border-color: #DCDCDC; |
---|
232 | } |
---|
233 | |
---|
234 | #calendar .maincalendar table.calendarmonth th { |
---|
235 | border-color: #DCDCDC; |
---|
236 | } |
---|
237 | |
---|
238 | |
---|
239 | table.calendarmonth tr td { |
---|
240 | border-color:#DCDCDC; |
---|
241 | } |
---|
242 | |
---|
243 | table.minicalendar { |
---|
244 | border-color:#DCDCDC; |
---|
245 | } |
---|
246 | |
---|
247 | table.minicalendar tr.weekdays th { |
---|
248 | background-color:#F5F5F5; |
---|
249 | border-color:#DCDCDC; |
---|
250 | } |
---|
251 | |
---|
252 | table.minicalendar tr td.day { |
---|
253 | border-color:#DCDCDC; |
---|
254 | } |
---|
255 | |
---|
256 | table.minicalendar tr td.weekend { |
---|
257 | border-color:#DCDCDC; |
---|
258 | color: red; |
---|
259 | } |
---|
260 | |
---|
261 | #calendar .today, |
---|
262 | .minicalendar .today { |
---|
263 | border-color:#DCDCDC !important; |
---|
264 | } |
---|
265 | |
---|
266 | /* colors for calendar events */ |
---|
267 | #calendar .event_global, |
---|
268 | .minicalendar .event_global, |
---|
269 | .block_calendar_month .event_global { |
---|
270 | border-color:#2EBA0E !important; |
---|
271 | background-color:#2EBA0E; |
---|
272 | } |
---|
273 | |
---|
274 | #calendar .event_course, |
---|
275 | .minicalendar .event_course, |
---|
276 | .block_calendar_month .event_course { |
---|
277 | border-color:#FF9966 !important; |
---|
278 | background-color:#FF9966; |
---|
279 | } |
---|
280 | |
---|
281 | #calendar .event_group, |
---|
282 | .minicalendar .event_group, |
---|
283 | .block_calendar_month .event_group { |
---|
284 | border-color:#FBBB23 !important; |
---|
285 | background-color:#FBBB23; |
---|
286 | } |
---|
287 | |
---|
288 | #calendar .event_user, |
---|
289 | .minicalendar .event_user, |
---|
290 | .block_calendar_month .event_user { |
---|
291 | border-color:#A1BECB !important; |
---|
292 | background-color:#A1BECB; |
---|
293 | } |
---|
294 | |
---|
295 | .cal_popup_fg { |
---|
296 | background-color:#F5F5F5; |
---|
297 | } |
---|
298 | |
---|
299 | .cal_popup_bg { |
---|
300 | border-color:#DCDCDC; |
---|
301 | background-color:#F5F5F5; |
---|
302 | } |
---|
303 | |
---|
304 | |
---|
305 | /*** |
---|
306 | *** Course |
---|
307 | ***/ |
---|
308 | |
---|
309 | .headingblock { |
---|
310 | border-color:#DCDCDC; |
---|
311 | } |
---|
312 | |
---|
313 | .coursebox { |
---|
314 | border-color:#DCDCDC; |
---|
315 | background: #F5F5F5; |
---|
316 | } |
---|
317 | |
---|
318 | .coursebox .info { |
---|
319 | background: #EDEAE4; |
---|
320 | } |
---|
321 | |
---|
322 | .categoryboxcontent, |
---|
323 | .courseboxcontent { |
---|
324 | border-color:#DCDCDC; |
---|
325 | background: #FFFFFF; |
---|
326 | } |
---|
327 | |
---|
328 | .categorybox .category, |
---|
329 | .categorybox .category { |
---|
330 | border-color: #DCDCDC; |
---|
331 | } |
---|
332 | |
---|
333 | #course-view .section.main .content { |
---|
334 | border-color: #DCDCDC; |
---|
335 | background-color: #FFFFFF; |
---|
336 | } |
---|
337 | |
---|
338 | #course-view .section.main .side { |
---|
339 | border-color: #DCDCDC; |
---|
340 | background-color: #FFFFFF; |
---|
341 | } |
---|
342 | |
---|
343 | #course-view .current .right.side, |
---|
344 | #course-view .current .left.side { |
---|
345 | background-color: #DCDCDC; |
---|
346 | } |
---|
347 | |
---|
348 | #course-view .section.hidden .content, |
---|
349 | #course-view .section.hidden .side { |
---|
350 | border-color:#DCDCDC; |
---|
351 | } |
---|
352 | |
---|
353 | #course-view .weekscss .section, |
---|
354 | #course-view .section td { |
---|
355 | border-color:#DCDCDC; |
---|
356 | } |
---|
357 | |
---|
358 | |
---|
359 | /*** |
---|
360 | *** Tabs |
---|
361 | ***/ |
---|
362 | |
---|
363 | .tabs .side { |
---|
364 | border-color: #DCDCDC; |
---|
365 | } |
---|
366 | .tabrow td { |
---|
367 | background:url(pix/tab/left.gif) top left no-repeat; |
---|
368 | } |
---|
369 | .tabrow td .tablink { |
---|
370 | background:url(pix/tab/right.gif) top right no-repeat; |
---|
371 | } |
---|
372 | .tabrow td:hover { |
---|
373 | background-image:url(pix/tab/left_hover.gif); |
---|
374 | } |
---|
375 | .tabrow td:hover .tablink { |
---|
376 | background-image:url(pix/tab/right_hover.gif); |
---|
377 | } |
---|
378 | .tabrow .last span { |
---|
379 | background:url(pix/tab/right_end.gif) top right no-repeat; |
---|
380 | } |
---|
381 | .tabrow .selected { |
---|
382 | background:url(pix/tab/left_active.gif) top left no-repeat; |
---|
383 | } |
---|
384 | .tabrow .selected .tablink { |
---|
385 | background:url(pix/tab/right_active.gif) top right no-repeat; |
---|
386 | } |
---|
387 | .tabrow td.selected:hover { |
---|
388 | background-image:url(pix/tab/left_active_hover.gif); |
---|
389 | } |
---|
390 | .tabrow td.selected:hover .tablink { |
---|
391 | background-image:url(pix/tab/right_active_hover.gif); |
---|
392 | } |
---|
393 | |
---|
394 | /*** |
---|
395 | *** Modules: Forum |
---|
396 | ***/ |
---|
397 | |
---|
398 | .forumheaderlist, |
---|
399 | .forumpost { |
---|
400 | border-color:#DCDCDC; |
---|
401 | } |
---|
402 | |
---|
403 | .forumpost .content { |
---|
404 | background: #F5F5F5; |
---|
405 | } |
---|
406 | |
---|
407 | .forumpost .left { |
---|
408 | background:#F5F5F5; |
---|
409 | } |
---|
410 | |
---|
411 | .forumpost .topic { |
---|
412 | border-bottom-color: #DCDCDC; |
---|
413 | } |
---|
414 | |
---|
415 | .forumpost .starter { |
---|
416 | background:#F5F5F5; |
---|
417 | } |
---|
418 | |
---|
419 | .forumheaderlist .discussion .starter { |
---|
420 | background:#F5F5F5; |
---|
421 | } |
---|
422 | |
---|
423 | .forumheaderlist td { |
---|
424 | border-color: #DCDCDC; |
---|
425 | } |
---|
426 | |
---|
427 | .sideblock .post .head { |
---|
428 | color:#F5F5F5; |
---|
429 | } |
---|
430 | |
---|
431 | .forumthread .unread { |
---|
432 | background: #F5F5F5; |
---|
433 | } |
---|
434 | #mod-forum-discuss .forumpost { |
---|
435 | background: none; |
---|
436 | } |
---|
437 | |
---|
438 | #mod-forum-discuss .forumpost.unread .content { |
---|
439 | border-color: #DCDCDC; |
---|
440 | } |
---|
441 | |
---|
442 | #mod-forum-discuss .forumthread .unread { |
---|
443 | } |
---|
444 | |
---|
445 | #mod-forum-index .unread { |
---|
446 | } |
---|
447 | |
---|
448 | /*** |
---|
449 | *** Modules: glossary |
---|
450 | ***/ |
---|
451 | |
---|
452 | .picture, |
---|
453 | .entryattachment, |
---|
454 | .entryapproval { |
---|
455 | background-color: #456; |
---|
456 | } |
---|
457 | |
---|
458 | .entrybox { |
---|
459 | border-color: #DCDCDC; |
---|
460 | } |
---|
461 | |
---|
462 | .glossarypost.dictionary, |
---|
463 | .glossarypost.fullwithauthor, |
---|
464 | .glossarypost.fullwithoutauthor, |
---|
465 | .glossarypost.continuous, |
---|
466 | .glossarypost.encyclopedia, |
---|
467 | .glossarypost.faq { |
---|
468 | border-color: #DCDCDC; |
---|
469 | background-color: #FFFFFF; |
---|
470 | } |
---|
471 | |
---|
472 | .glossarycategoryheader th { |
---|
473 | background-color: #F7F6F1; |
---|
474 | } |
---|
475 | |
---|
476 | |
---|
477 | .glossarycategoryheader h2, |
---|
478 | .glossarypost .concept h3 { |
---|
479 | background-color: #FFFFFF |
---|
480 | } |
---|
481 | |
---|
482 | |
---|
483 | /*** |
---|
484 | *** Error message |
---|
485 | ***/ |
---|
486 | |
---|
487 | .errorbox { |
---|
488 | /* color:#ffffff; */ |
---|
489 | border-color:#990000; |
---|
490 | background-color:#F5F5F5; |
---|
491 | } |
---|
492 | |
---|
493 | .errorboxcontent { |
---|
494 | background-color:#F5F5F5; |
---|
495 | } |
---|
496 | |
---|
497 | |
---|
498 | /*** |
---|
499 | *** Grade |
---|
500 | ***/ |
---|
501 | |
---|
502 | .grade-report-grader table#user-grades td.cell span.gradepass { |
---|
503 | background-color: #C2EBBD; |
---|
504 | } |
---|
505 | |
---|
506 | .grade-report-grader table#user-grades td.cell span.gradefail { |
---|
507 | background-color: #EBC4BD; |
---|
508 | } |
---|
509 | |
---|
510 | /*** |
---|
511 | *** User |
---|
512 | ***/ |
---|
513 | |
---|
514 | .userinfobox { |
---|
515 | border-color: #DCDCDC; |
---|
516 | } |
---|
517 | |
---|
518 | .userinfobox .side { |
---|
519 | background-color: #EDEAE4; |
---|
520 | } |
---|
521 | |
---|
522 | .userinfobox .content { |
---|
523 | background-color: #F5F5F5; |
---|
524 | } |
---|
525 | |
---|