source: WAeUP_Moodle/acreen/akademie_gruen/fw_fonts.css @ 4071

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

add two themes made for ACREEN

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: 0.9em;
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.breadcrumb {
78    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
79    font-size:.85em;
80    font-weight:bold;
81}
82
83.logininfo,
84#header-home .headermenu font {
85     font-size:.8em;
86}
87
88 /***
89 *** Blocks
90 ***/
91 
92.sideblock .footer {
93    font-size:0.85em;
94    text-align: left;
95}
96
97/***
98 *** Calendar
99 ***/
100#calendar .maincalendar table.calendarmonth td {
101  font-size:.8em;
102}
103
104#calendar .maincalendar .calendar-controls .current {
105  font-weight: bold;
106}
107
108#calendar .sidecalendar .filters {
109  font-size:0.75em
110  }
111
112table.minicalendar tr.weekdays th {
113  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
114  font-size:0.7em;
115  font-weight:normal;
116  }
117
118table.minicalendar tr td {
119  font-size:0.7em;
120  }
121 
122/***
123 *** Course
124 ***/
125 
126#course-view .section .left {
127  font-weight: bold;
128  font-size: 1em;
129}
130
131.coursebox .info .name {
132  font-weight: bold;
133  font-size: 1em;
134}
135
136/* Accessibility: only certain fonts support Unicode chars like ► in IE6 */
137.arrow, .arrow_button input {
138  font-family: Arial,Helvetica,sans-serif;
139}
140
141/*
142span.arrow {
143  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
144} */
145
146p.arrow_button input {
147  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
148}
149
150
151/*Accessibility: resizable icons. */
152img.resize {
153  width: 1em;
154  height: 1em;
155}
156
157/***
158 *** Glossary
159 ***/
160.glossarypost div.concept h3,
161.glossarypost.continuous .concept {
162  display: inline;
163}
Note: See TracBrowser for help on using the repository browser.