source: WAeUP_Moodle/bteducation/fw_layout.css @ 5575

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

Remove navlistbox.

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