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

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

nächste Logovariante

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