1 | /* Core */ |
---|
2 | |
---|
3 | .clearer { |
---|
4 | font-size:1px; |
---|
5 | } |
---|
6 | |
---|
7 | body, td, li, input, select { |
---|
8 | font-family: Arial, Helvetica, sans-serif; |
---|
9 | font-size : 13px; |
---|
10 | } |
---|
11 | |
---|
12 | body { |
---|
13 | margin : 5px; |
---|
14 | } |
---|
15 | |
---|
16 | th { |
---|
17 | font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; |
---|
18 | font-size: 11px; |
---|
19 | font-weight: bold; |
---|
20 | } |
---|
21 | |
---|
22 | |
---|
23 | a:link { |
---|
24 | text-decoration: none; |
---|
25 | } |
---|
26 | |
---|
27 | a:visited { |
---|
28 | text-decoration: none; |
---|
29 | } |
---|
30 | |
---|
31 | a:hover { |
---|
32 | text-decoration: underline; |
---|
33 | } |
---|
34 | |
---|
35 | h1, h2, h3, h4, h5 { |
---|
36 | font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; |
---|
37 | } |
---|
38 | |
---|
39 | h1 { |
---|
40 | font-size:1em; |
---|
41 | font-weight: bold; |
---|
42 | } |
---|
43 | |
---|
44 | h2 { |
---|
45 | font-size:1em; |
---|
46 | } |
---|
47 | h3 { |
---|
48 | font-size:1em; |
---|
49 | } |
---|
50 | h4 { |
---|
51 | font-weight:bold; |
---|
52 | } |
---|
53 | |
---|
54 | h5 { |
---|
55 | font-size:1.5em; |
---|
56 | font-style: italic; |
---|
57 | } |
---|
58 | |
---|
59 | #navlist li a { |
---|
60 | font-size: 11px; |
---|
61 | } |
---|
62 | |
---|
63 | |
---|
64 | th.header, |
---|
65 | td.header, |
---|
66 | div.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 | |
---|
128 | table.minicalendar tr.weekdays th { |
---|
129 | font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; |
---|
130 | font-size:0.7em; |
---|
131 | font-weight:normal; |
---|
132 | } |
---|
133 | |
---|
134 | table.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 | /* |
---|
158 | span.arrow { |
---|
159 | font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; |
---|
160 | } */ |
---|
161 | |
---|
162 | p.arrow_button input { |
---|
163 | font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; |
---|
164 | } |
---|
165 | |
---|
166 | |
---|
167 | /*Accessibility: resizable icons. */ |
---|
168 | img.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 | } |
---|