source: WAeUP_Moodle/acreen/akademie/fw_color.css @ 3974

Last change on this file since 3974 was 3974, checked in by Henrik Bettermann, 16 years ago

neue Logos

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