source: WAeUP_Moodle/acreen/akademie/fw_fonts.css @ 4017

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

neue Logos

File size: 2.4 KB
Line 
1/* Core */
2
3.clearer {
4  font-size:1px;
5}
6
7body, td, li, input, select {
8    font-family: Arial, Helvetica, sans-serif;
9    font-size : 13px;
10}
11
12body {
13    margin : 5px;
14}
15
16th {
17  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
18  font-size: 11px;
19  font-weight: bold;
20}
21
22
23a:link {
24    text-decoration: none;
25}
26
27a:visited {
28    text-decoration: none;
29}
30
31a:hover {
32    text-decoration: underline;
33}
34
35h1, h2, h3, h4 {
36    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
37}
38
39h1 {
40    font-size:1em;
41    font-weight: bold;
42}
43
44h2 {
45    font-size:1em;
46}
47h3 {
48    font-size:1em;
49}
50h4 {
51    font-weight:bold;
52}
53
54th.header,
55td.header,
56div.header,
57.headingblock {
58    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
59    font-weight: bold;
60    font-size: 1em;
61}
62
63
64.categorybox .category {
65/*  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
66    font-size: 1em;
67    font-weight: bold;
68}
69
70.generaltable td.cell.c0 {
71  font-weight: bold;
72}
73/***
74 *** Header
75 ***/
76 
77.logo {
78  font-size: 20px;
79  font-weight: bold;
80}
81 
82 
83.breadcrumb {
84    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
85    font-size:.85em;
86    font-weight:bold;
87}
88
89.logininfo,
90#header-home .headermenu font {
91     font-size:.8em;
92}
93
94 /***
95 *** Blocks
96 ***/
97 
98.sideblock .footer {
99    font-size:1em;
100    text-align: left;
101}
102
103/***
104 *** Calendar
105 ***/
106#calendar .maincalendar table.calendarmonth td {
107  font-size:.8em;
108}
109
110#calendar .maincalendar .calendar-controls .current {
111  font-weight: bold;
112}
113
114#calendar .sidecalendar .filters {
115  font-size:0.75em
116  }
117
118table.minicalendar tr.weekdays th {
119  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
120  font-size:0.7em;
121  font-weight:normal;
122  }
123
124table.minicalendar tr td {
125  font-size:0.7em;
126  }
127 
128/***
129 *** Course
130 ***/
131 
132#course-view .section .left {
133  font-weight: bold;
134  font-size: 1em;
135}
136
137.coursebox .info .name {
138  font-weight: bold;
139  font-size: 1em;
140}
141
142/* Accessibility: only certain fonts support Unicode chars like ► in IE6 */
143.arrow, .arrow_button input {
144  font-family: Arial,Helvetica,sans-serif;
145}
146
147/*
148span.arrow {
149  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
150} */
151
152p.arrow_button input {
153  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
154}
155
156
157/*Accessibility: resizable icons. */
158img.resize {
159  width: 1em;
160  height: 1em;
161}
162
163/***
164 *** Glossary
165 ***/
166.glossarypost div.concept h3,
167.glossarypost.continuous .concept {
168  display: inline;
169}
Note: See TracBrowser for help on using the repository browser.