source: WAeUP_Moodle/acreen/akademie_gruen/fw_layout.css @ 4017

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

add two themes made for ACREEN

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