source: WAeUP_Moodle/bteducation/fw_fonts.css @ 7617

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

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

File size: 2.5 KB
RevLine 
[5573]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
[5576]35h1, h2, h3, h4, h5 {
[5573]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
[5576]54h5 {
55    font-size:1.5em;
56    font-style: italic;
57}
58
[5573]59#navlist li a {
60font-size: 11px;
61}
62
63
64th.header,
65td.header,
66div.header,
67.headingblock {
68    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
69    font-weight: bold;
70    font-size: 1em;
71}
72
73
74.categorybox .category {
75/*  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
76    font-size: 1em;
77    font-weight: bold;
78}
79
80.generaltable td.cell.c0 {
81  font-weight: bold;
82}
83/***
84 *** Header
85 ***/
86 
87.logo {
88  font-size: 20px;
89  font-weight: bold;
90}
91 
92 
93.breadcrumb {
94    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
95    font-size:.85em;
96    font-weight:bold;
97}
98
99.logininfo,
100#header-home .headermenu font {
101     font-size:.8em;
102}
103
104 /***
105 *** Blocks
106 ***/
107 
108.sideblock .footer {
109    font-size:1em;
110    text-align: left;
111}
112
113/***
114 *** Calendar
115 ***/
116#calendar .maincalendar table.calendarmonth td {
117  font-size:.8em;
118}
119
120#calendar .maincalendar .calendar-controls .current {
121  font-weight: bold;
122}
123
124#calendar .sidecalendar .filters {
125  font-size:0.75em
126  }
127
128table.minicalendar tr.weekdays th {
129  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
130  font-size:0.7em;
131  font-weight:normal;
132  }
133
134table.minicalendar tr td {
135  font-size:0.7em;
136  }
137 
138/***
139 *** Course
140 ***/
141 
142#course-view .section .left {
143  font-weight: bold;
144  font-size: 1em;
145}
146
147.coursebox .info .name {
148  font-weight: bold;
149  font-size: 1em;
150}
151
152/* Accessibility: only certain fonts support Unicode chars like ► in IE6 */
153.arrow, .arrow_button input {
154  font-family: Arial,Helvetica,sans-serif;
155}
156
157/*
158span.arrow {
159  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
160} */
161
162p.arrow_button input {
163  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
164}
165
166
167/*Accessibility: resizable icons. */
168img.resize {
169  width: 1em;
170  height: 1em;
171}
172
173/***
174 *** Glossary
175 ***/
176.glossarypost div.concept h3,
177.glossarypost.continuous .concept {
178  display: inline;
179}
Note: See TracBrowser for help on using the repository browser.