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

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

add two themes made for ACREEN

File size: 7.1 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: #404040;
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#header-home{
137  background-color: #FFFFFF;
138}
139
140#header {
141  background-color: #404040;
142  color: #FFFFFF
143}
144
145h1.headermain {
146  background-color: transparent;
147}
148
149/***
150 *** Login
151 ***/
152
153
154.loginbox,
155.loginbox.twocolumns .loginpanel,
156.loginbox .subcontent {
157  border-color:#DCDCDC;
158}
159
160.loginbox .content {
161  border-color:#DCDCDC;
162}
163
164/***
165 *** Blocks
166 ***/
167
168.sideblock .content {
169   background-color:#F5F5F5;
170   border-color:#DCDCDC;
171}
172
173.sideblock .header, .sideblock .header h2 {
174   background-color:#808080;
175   border-color:#DCDCDC;
176 
177}
178
179.sideblock hr {
180  color:#DCDCDC;
181  /*background-color:#F5F5F5;*/
182}
183
184.sideblock .footer {
185  border-top-color:#DCDCDC;
186}
187
188.sideblock .content .post .head .date,
189.sideblock .content .post .head .name {
190  color: #DCDCDC;
191  }
192
193/***
194 *** Calendar
195***/
196 
197#calendar .maincalendar,
198#calendar .sidecalendar,
199#calendar .maincalendar .event {
200  border-color: #DCDCDC;
201}
202
203#calendar .maincalendar table.calendarmonth th {
204  border-color: #DCDCDC;
205}
206
207
208table.calendarmonth tr td {
209   border-color:#DCDCDC;
210}
211
212table.minicalendar {
213  border-color:#DCDCDC;
214}
215
216table.minicalendar tr.weekdays th {
217  background-color:#F5F5F5;
218  border-color:#DCDCDC;
219  }
220
221table.minicalendar tr td.day {
222   border-color:#DCDCDC;
223  }
224 
225table.minicalendar tr td.weekend {
226  border-color:#DCDCDC;
227  color: red;
228  }
229 
230#calendar .today,
231.minicalendar .today {
232  border-color:#DCDCDC !important;
233}
234 
235/* colors for calendar events */
236#calendar .event_global,
237.minicalendar .event_global,
238.block_calendar_month .event_global {
239  border-color:#2EBA0E !important;
240  background-color:#2EBA0E;
241}
242
243#calendar .event_course,
244.minicalendar .event_course,
245.block_calendar_month .event_course {
246  border-color:#FF9966 !important;
247  background-color:#FF9966;
248}
249
250#calendar .event_group,
251.minicalendar .event_group,
252.block_calendar_month .event_group {
253  border-color:#FBBB23 !important;
254  background-color:#FBBB23;
255}
256
257#calendar .event_user,
258.minicalendar .event_user,
259.block_calendar_month .event_user {
260  border-color:#A1BECB !important;
261  background-color:#A1BECB;
262}
263
264.cal_popup_fg {
265  background-color:#F5F5F5;
266}
267
268.cal_popup_bg {
269  border-color:#DCDCDC;
270  background-color:#F5F5F5;
271}
272
273
274/***
275 *** Course
276 ***/
277
278.headingblock {
279  border-color:#DCDCDC;
280}
281
282.coursebox {
283  border-color:#DCDCDC;
284  background: #F5F5F5;
285}
286
287.coursebox .info {
288 background: #EDEAE4;
289}
290
291.categoryboxcontent,
292.courseboxcontent {
293  border-color:#DCDCDC;
294  background: #FFFFFF;
295}
296
297.categorybox .category,
298.categorybox .category {
299  border-color: #DCDCDC;
300}
301
302#course-view .section.main .content {
303  border-color: #DCDCDC;
304  background-color: #FFFFFF;
305}
306
307#course-view .section.main .side {
308  border-color: #DCDCDC;
309  background-color: #FFFFFF;
310}
311
312#course-view .current .right.side,
313#course-view .current .left.side {
314  background-color: #DCDCDC;
315}
316
317#course-view .section.hidden .content,
318#course-view .section.hidden .side {
319  border-color:#DCDCDC;
320 }
321
322#course-view .weekscss .section,
323#course-view .section td {
324  border-color:#DCDCDC;
325}
326
327
328/***
329 *** Tabs
330 ***/
331
332.tabs .side {
333  border-color: #DCDCDC;
334}
335.tabrow td {
336  background:url(pix/tab/left.gif) top left no-repeat;
337}
338.tabrow td .tablink {
339  background:url(pix/tab/right.gif) top right no-repeat;
340}
341.tabrow td:hover {
342  background-image:url(pix/tab/left_hover.gif);
343}
344.tabrow td:hover .tablink {
345  background-image:url(pix/tab/right_hover.gif);
346}
347.tabrow .last span {
348  background:url(pix/tab/right_end.gif) top right no-repeat;
349}
350.tabrow .selected {
351  background:url(pix/tab/left_active.gif) top left no-repeat;
352}
353.tabrow .selected .tablink {
354  background:url(pix/tab/right_active.gif) top right no-repeat;
355}
356.tabrow td.selected:hover {
357  background-image:url(pix/tab/left_active_hover.gif);
358}
359.tabrow td.selected:hover .tablink {
360  background-image:url(pix/tab/right_active_hover.gif);
361}
362
363/***
364 *** Modules: Forum
365 ***/
366
367.forumheaderlist,
368.forumpost {
369  border-color:#DCDCDC;
370}
371
372.forumpost .content {
373  background: #F5F5F5;
374}
375
376.forumpost .left {
377  background:#F5F5F5;
378}
379
380.forumpost .topic {
381  border-bottom-color: #DCDCDC;
382}
383
384.forumpost .starter {
385  background:#F5F5F5;
386}
387
388.forumheaderlist .discussion .starter {
389  background:#F5F5F5;
390}
391
392.forumheaderlist td {
393  border-color: #DCDCDC;
394}
395
396.sideblock .post .head {
397  color:#F5F5F5;
398}
399
400.forumthread .unread {
401  background: #F5F5F5;
402}
403#mod-forum-discuss .forumpost {
404  background: none;
405}
406
407#mod-forum-discuss .forumpost.unread .content {
408  border-color: #DCDCDC;
409}
410
411#mod-forum-discuss .forumthread .unread {
412}
413
414#mod-forum-index .unread {
415}
416
417/***
418 *** Modules: glossary
419 ***/
420
421.picture,
422.entryattachment,
423.entryapproval {
424  background-color: #808080;
425 }
426
427.entrybox {
428  border-color: #DCDCDC;
429 }
430
431.glossarypost.dictionary,
432.glossarypost.fullwithauthor,
433.glossarypost.fullwithoutauthor,
434.glossarypost.continuous,
435.glossarypost.encyclopedia,
436.glossarypost.faq {
437  border-color: #DCDCDC;
438  background-color: #FFFFFF;
439}
440
441.glossarycategoryheader th  {
442  background-color: #F7F6F1;
443}
444
445
446.glossarycategoryheader h2,
447.glossarypost .concept h3 {
448  background-color: #FFFFFF
449}
450
451
452/***
453 *** Error message
454 ***/
455
456.errorbox {
457/*   color:#ffffff; */
458   border-color:#990000;
459   background-color:#F5F5F5;
460 }
461
462.errorboxcontent {
463   background-color:#F5F5F5;
464}
465 
466
467/***
468 *** Grade
469 ***/
470
471.grade-report-grader table#user-grades td.cell span.gradepass {
472  background-color: #C2EBBD;
473}
474
475.grade-report-grader table#user-grades td.cell span.gradefail {
476  background-color: #EBC4BD;
477}
478
479/***
480 *** User
481 ***/
482
483.userinfobox {
484 border-color: #DCDCDC;
485}
486
487.userinfobox .side {
488 background-color: #EDEAE4;
489}
490
491.userinfobox .content {
492 background-color: #F5F5F5;
493}
494
Note: See TracBrowser for help on using the repository browser.