source: WAeUP_Moodle/bteducation/fw_layout.css @ 8800

Last change on this file since 8800 was 5576, checked in by Henrik Bettermann, 14 years ago

Adapt colors to the color scheme of the BT Education logo.

File size: 6.2 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  padding: 4px;
15  text-align: left;
16  padding-left: 5px;
17  margin: 0px;
18}
19
20h1, h2, h3, h4 {
21  text-align: left;
22  margin: 0px;
23  padding: 4px;
24}
25
26h5 {
27  text-align: left;
28  margin: 0px;
29  padding: 0px 4px 4px 0px;
30}
31
32
33#navlist {
34float:right;
35list-style-type:none;
36margin:0px 0px 8px 0px;
37padding:0px;
38width:284px;
39}
40
41
42#navlist li a {
43float:left;
44margin:1.0px;
45padding:1px 1px 1px 1px;
46text-align:center;
47text-decoration:none;
48width:65px;
49}
50#navlist li a:hover {
51text-align:center;
52}
53
54
55
56
57#layout-table #left-column, #layout-table #right-column{
58    border: 1px solid;
59    padding: 0px;
60}
61
62
63#left-column .hidden .header, #right-column .hidden .header {
64    border-bottom-style:dashed;
65    border-bottom-width:1px;
66}
67
68#layout-table #middle-column{
69    vertical-align:top;
70    padding:0 6px;
71}
72
73#content {
74    clear:both;
75}
76 
77h1, h2, h3{
78  border-width: 0px;
79  border-style: solid;
80}
81
82th.header {
83  border-color: #00AA4F;
84  border-style:solid;
85  border-width: 1px;
86}
87
88h4 {
89  border-bottom-style: solid;
90  border-bottom-width:1px;
91}
92
93input, select {
94  padding: 0px;
95}
96
97.sitetopic {
98  padding:0px 0px 4px 0px;
99  margin: 0px;
100}
101
102.generaltable {
103  border-width:0px;
104}
105
106.generalbox {
107  border-width:0px;
108  border-style:solid; 
109}
110
111.sitetopiccontent {
112  border-width:1px;
113  border-style:solid;
114}
115
116.clearfix {
117 min-width: 0;
118 /* overflow: hidden; */
119}
120
121.clearfix:after {
122  /* content: "<!-- -->";  */
123  content: ".";
124  display: block;
125  height: 0;
126  clear: both;
127  visibility: hidden;
128}
129
130/* Hides from IE-mac \*/
131* html .clearfix {height: 1%;}
132.clearfix {display: block;}
133/* End hide from IE-mac */
134
135/***
136 *** Header
137 ***/
138
139.logo {
140  padding:0px;
141  border-top:0px;
142  border-width:0px;
143  border-style:solid; 
144}
145
146#header-home {
147  /* padding:1em 0.5em; */
148  height:100px;
149  border-width:0px;
150  border-style:solid;
151  padding-left:6px;
152  background-image:url(BTEducation.png);
153  background-repeat:no-repeat;
154  background-position:7px 0px;
155}
156
157#header {
158  height:50px;
159  border-width:0px;
160  border-style:solid;
161  padding:  0px;
162  padding-left:1px;
163}
164
165.headermain, h1.headermain {
166  float:left;
167  margin:0%;
168  border-width: 0px;
169}
170
171.headermenu {
172  float:right;
173  text-align:right;
174}
175
176.navbar {
177  width:100%;
178  padding:20px 0.5em;
179  border-width:0px;
180/*  border-style:solid; */
181}
182
183div.navbar {
184  width: auto;
185}
186
187table.navbar {
188  width: 100%;
189}
190
191.navbar .navbutton form {
192  float: left;
193}
194
195.navbar .navbutton {
196  margin-top: 3px;
197}
198
199.navbar .breadcrumb {
200  float:left;
201  margin:0.2em 0em;
202}
203
204.breadcrumb ul {
205  padding:0%;
206  margin:0%;
207  text-indent:0%;
208  list-style:none;
209}
210.breadcrumb li {
211  display:inline;
212}
213
214.navbar .navbutton,
215.navbar .menu {
216  float:right;
217}
218
219#footer .navbar {
220  margin-top: 4em;
221}
222
223
224/***
225 *** Login
226 ***/
227
228TABLE.loginbox {
229  margin-top: 40px;
230}
231
232.loginbox .header {
233  border-width:1px;
234  border-style:solid;
235  border-bottom-width: 0px;
236}
237
238.loginbox .content {
239  border-top-width: 1px;
240}
241
242
243/***
244 *** Footer
245 ***/
246 
247#footer {
248  text-align:left;
249  margin-top: 5px;
250  margin-bottom: 0px;
251}
252
253 
254#footer p.helplink {
255 margin-bottom: 0px;
256}
257
258
259/***
260 *** Blocks
261 ***/
262 
263 
264 .skip-block-to, #maincontent {
265  display: block;
266  height: 0px;
267}
268 
269 .sideblock {
270  margin-bottom:0em;
271  width: 100%;
272  padding-bottom:1em;
273}
274
275.sideblock .header, .sideblock h2.header {
276  padding:4px;
277
278}
279 
280.sideblock, .sideblock .header, .sideblock .content  {
281  border-width: 0px;
282 }
283
284
285.sideblock .header h2 {
286  padding:0px;
287  border-width: 0px;
288  padding-top: 0px;
289 }
290
291.sideblock .header .hide-show-image {
292 padding-top: 0px;
293}
294 
295.sideblock .footer {
296  border-top-width:1px;
297  border-top-style:dashed;
298}
299 
300
301/***
302 *** Calendar
303 ***/
304 
305#calendar .today,
306.minicalendar .today {
307  border:1px solid !important;
308}
309 
310 table.minicalendar {
311  width: 100%;
312  margin:10px auto;
313  padding:2px;
314  border-width:1px;
315  border-style:solid;
316  border-collapse:separate;
317  border-spacing:1px !important;
318}
319
320table.minicalendar tr.weekdays th {
321   border-style: none;
322}
323
324table.minicalendar tr td.day {
325  border-style: solid;
326  border-width: 1px;
327}
328
329table.minicalendar tr.weekdays th abbr {
330  border-style: none;
331
332  }
333
334table.calendarmonth {
335  border-collapse:separate;
336  border-spacing:1px !important;
337}
338
339table.calendarmonth tr td  {
340  border-style: solid;
341  border-width: 1px;
342}
343
344
345/***
346 *** Course
347 ***/
348 
349.headingblock {
350  border-width:0px;
351  border-style:solid;
352  padding:4px;
353}
354
355.headingblock, h2.headingblock {
356  border-width:0px;
357  border-style:solid;
358  padding:4px;
359  margin:0px;
360}
361
362
363.categorybox .category,
364.categorybox .category {
365  border-bottom: solid;
366  border-width: 1px;
367  padding-top: 7px;
368}
369
370#course-view .section .left {
371  border-right-width: 1px;
372  border-right-style: dashed;
373}
374
375#course-view .section.hidden .content,
376#course-view .section.hidden .side {
377  border-width: 1px;
378  border-style: dashed;
379}
380
381#course-view .section td.content ul.section.img-text {
382        line-height: 22px;
383}
384
385#course-view .section td.content ul.section.img-text li.activity.label {
386        line-height: 16px;
387        margin-bottom: 5px;
388}
389
390.coursebox .info .name {
391  padding-bottom: 5px;
392  }
393
394.tabrow0 {
395   padding-top: 4px;
396}
397
398/***
399 *** Modules: glossary
400 ***/
401
402.entry .concept,
403.entryheader .concept {
404   margin-top: 5px;
405   margin-bottom: 10px;
406}
407
408.glossarypost.continuous {
409        padding: 5px;
410}
411
412/***
413 *** Error message
414 ***/
415
416.errorbox {
417/*   color:#ffffff; */
418   border-width: 2px;
419}
420
421/***
422 *** from moodle.org
423 ***/
424
425
426.fronthead {
427  font-size:1.4em;
428  letter-spacing:0.04em;
429}
430
431.fronttext {
432  margin-top:5px;
433  margin-left:20px;
434  margin-right:10px;
435  margin-bottom:20px;
436}
437
438div.frontblock {
439  margin-top: 12px;
440  margin-bottom: 25px;
441  border: #DDD solid 1px;
442
443  font-size: 0.95em;
444}
445
446h1.frontblock {
447  border: #DDD solid 1px;
448  background-image: url(gradient.jpg); 
449  background-position: top; 
450  background-repeat: repeat-x; 
451  padding: 1px 10px;
452  display: inline;
453  position: relative;
454  top: -0.5em;
455  left: 8px;
456  font-weight: normal;
457}
458
459p.fronttext.p1 {
460  min-height: 90px;
461}
462p.fronttext.p2 {
463  min-height: 90px;
464}
465p.fronttext.p3 {
466  min-height: 125px;
467}
468p.fronttext.p4 {
469  min-height: 105px;
470}
471
472
473/***
474 *** Doc
475 ***/
476
477body#doc-contents h1 {
478  margin: 0em 0px 0px 0px;
479}
480
481body#doc-contents ul {
482  list-style-type: none;
483  margin: 0;
484  padding: 0;
485  width: 90%;
486}
Note: See TracBrowser for help on using the repository browser.