source: WAeUP_Moodle/bteducation/fw_fonts.css @ 5573

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

BT Education Moodle Theme

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