[3768] | 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 { |
---|
| 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 | |
---|
[4024] | 54 | #navlist li a { |
---|
| 55 | font-size: 11px; |
---|
| 56 | } |
---|
| 57 | |
---|
| 58 | |
---|
[3768] | 59 | th.header, |
---|
| 60 | td.header, |
---|
| 61 | div.header, |
---|
| 62 | .headingblock { |
---|
| 63 | font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; |
---|
| 64 | font-weight: bold; |
---|
[3771] | 65 | font-size: 1em; |
---|
[3768] | 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 | |
---|
[3974] | 82 | .logo { |
---|
| 83 | font-size: 20px; |
---|
| 84 | font-weight: bold; |
---|
| 85 | } |
---|
| 86 | |
---|
| 87 | |
---|
[3768] | 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 { |
---|
[3771] | 104 | font-size:1em; |
---|
[3768] | 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 | |
---|
| 123 | table.minicalendar tr.weekdays th { |
---|
| 124 | font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; |
---|
| 125 | font-size:0.7em; |
---|
| 126 | font-weight:normal; |
---|
| 127 | } |
---|
| 128 | |
---|
| 129 | table.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 | /* |
---|
| 153 | span.arrow { |
---|
| 154 | font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; |
---|
| 155 | } */ |
---|
| 156 | |
---|
| 157 | p.arrow_button input { |
---|
| 158 | font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; |
---|
| 159 | } |
---|
| 160 | |
---|
| 161 | |
---|
| 162 | /*Accessibility: resizable icons. */ |
---|
| 163 | img.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 | } |
---|