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

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

neue Logos

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