Commit | Line | Data |
---|---|---|
eb55efc3 PM |
1 | /* Global |
2 | ---------------------------*/ | |
3 | ||
4 | body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { | |
6ec54834 SH |
5 | font-family: arial, verdana, sans-serif; |
6 | line-height: 1.5; | |
7 | color: #333; | |
eb55efc3 PM |
8 | } |
9 | ||
10 | a:hover { | |
6ec54834 | 11 | color: #333; |
eb55efc3 PM |
12 | } |
13 | ||
14 | #wrapper { | |
6ec54834 SH |
15 | padding:0 100px; |
16 | border-top:15px solid #eee; | |
eb55efc3 PM |
17 | } |
18 | ||
19 | h2,h3,h4,h5,h6 { | |
6ec54834 SH |
20 | color: #999; |
21 | font-weight: normal; | |
eb55efc3 PM |
22 | } |
23 | ||
24 | blockquote { | |
6ec54834 SH |
25 | border-left:1px solid #eee; |
26 | padding-left:15px; | |
27 | color:#666; | |
eb55efc3 PM |
28 | } |
29 | ||
30 | fieldset#general { | |
6ec54834 | 31 | border-color: #eee; |
eb55efc3 PM |
32 | } |
33 | ||
34 | fieldset#general legend { | |
6ec54834 SH |
35 | color: #555; |
36 | font-weight: normal; | |
37 | font-size: 1.2em; | |
38 | border: 1px solid #eee; | |
39 | padding: 2px 5px; | |
40 | background: #fff; | |
eb55efc3 PM |
41 | } |
42 | ||
43 | /* Header | |
44 | ----------------------------*/ | |
45 | ||
46 | #page-header { | |
6ec54834 | 47 | padding: 50px 0 25px; |
eb55efc3 PM |
48 | } |
49 | ||
50 | #page-site-index #page-header { | |
6ec54834 | 51 | padding-bottom: 10px; |
eb55efc3 PM |
52 | } |
53 | ||
54 | #header-left { | |
6ec54834 | 55 | float: left; |
eb55efc3 PM |
56 | } |
57 | ||
58 | .headermain, | |
59 | .headermenu { | |
6ec54834 | 60 | margin: 0; |
eb55efc3 PM |
61 | } |
62 | ||
63 | #page-header h1 { | |
6ec54834 SH |
64 | float: none; |
65 | font-size: 2.25em; | |
66 | line-height: 1; | |
eb55efc3 PM |
67 | } |
68 | ||
69 | #page-header h1.inside { | |
6ec54834 SH |
70 | color: #666; |
71 | font-size: 2em; | |
eb55efc3 PM |
72 | } |
73 | ||
74 | #page-header p { | |
6ec54834 | 75 | color:#999; |
eb55efc3 PM |
76 | } |
77 | ||
78 | /* Navbar | |
79 | ----------------------------*/ | |
80 | ||
81 | .navbar { | |
6ec54834 SH |
82 | background: #f1f1f1; |
83 | padding: 5px 10px; | |
84 | border: 1px solid #ddd; | |
eb55efc3 PM |
85 | } |
86 | ||
87 | .breadcrumb .sep { | |
6ec54834 | 88 | padding-left: 5px; |
eb55efc3 PM |
89 | } |
90 | ||
91 | /* Blocks | |
92 | ----------------------------*/ | |
93 | ||
94 | .block { | |
6ec54834 | 95 | border: none; |
eb55efc3 PM |
96 | } |
97 | ||
98 | .block .header h2 { | |
6ec54834 SH |
99 | color:#999; |
100 | font-size: 1.25em; | |
101 | border-bottom:1px solid #eee; | |
102 | padding-bottom:5px; | |
eb55efc3 PM |
103 | } |
104 | ||
105 | /* Courses | |
106 | ----------------------------*/ | |
107 | ||
108 | h2.headingblock { | |
6ec54834 SH |
109 | font-weight: normal; |
110 | color:#999; | |
111 | font-size: 1.5em; | |
112 | border-bottom:1px solid #eee; | |
113 | padding-bottom:2px; | |
eb55efc3 PM |
114 | } |
115 | ||
116 | .coursebox { | |
6ec54834 | 117 | border-color: #eee; |
eb55efc3 PM |
118 | } |
119 | ||
120 | .coursebox .info { | |
6ec54834 | 121 | width: 35%; |
eb55efc3 PM |
122 | } |
123 | ||
124 | .coursebox .info .name { | |
6ec54834 | 125 | margin-bottom: 0; |
eb55efc3 PM |
126 | } |
127 | ||
128 | .coursebox .info .teachers { | |
6ec54834 SH |
129 | font-size: 0.9em; |
130 | color: #888; | |
eb55efc3 PM |
131 | } |
132 | ||
133 | .coursebox .summary { | |
6ec54834 | 134 | width: 63%; |
eb55efc3 PM |
135 | } |
136 | ||
137 | .course-content .section.main { | |
6ec54834 | 138 | border-bottom: 1px solid #eee; |
eb55efc3 PM |
139 | } |
140 | ||
141 | .course-content .section.main .content { | |
6ec54834 | 142 | padding: 5px 5px 10px; |
eb55efc3 PM |
143 | } |
144 | ||
145 | .course-content .weeks .section.main .content { | |
6ec54834 | 146 | margin-left: 0; |
eb55efc3 PM |
147 | } |
148 | ||
149 | .course-content .weeks .section.main .left { | |
6ec54834 | 150 | display: none; |
eb55efc3 PM |
151 | } |
152 | ||
153 | .course-content .section.main.current { | |
6ec54834 | 154 | background:#fffcdc; |
eb55efc3 PM |
155 | } |
156 | ||
157 | .course-content .weeks .section.main h3.weekdates { | |
6ec54834 | 158 | color: #999; |
eb55efc3 PM |
159 | } |
160 | ||
161 | .course-content .current .left, | |
162 | .course-content .current h3.weekdates { | |
6ec54834 | 163 | color: #f25f0f !important; |
eb55efc3 PM |
164 | } |
165 | /* Forum | |
166 | --------------------------*/ | |
167 | ||
168 | .forumpost .topic { | |
6ec54834 SH |
169 | background: #eee; |
170 | border-width: 0; | |
367a75fa | 171 | padding: 4px 10px 4px; |
eb55efc3 PM |
172 | } |
173 | ||
174 | .forumpost .subject { | |
6ec54834 | 175 | font-size: 1.25em; |
eb55efc3 PM |
176 | } |
177 | ||
178 | .forumpost .author { | |
6ec54834 SH |
179 | font-size: 0.9em; |
180 | font-style: italic; | |
eb55efc3 PM |
181 | } |
182 | ||
367a75fa | 183 | .forumpost .no-overflow { |
6ec54834 SH |
184 | border-width: 0 1px 10px; |
185 | border-style: solid; | |
186 | border-color: #aaa #eee #eee; | |
367a75fa SH |
187 | margin: 0 1px 1px 1px; |
188 | } | |
189 | ||
190 | .forumpost .content .posting { | |
6ec54834 | 191 | padding: 5px 10px 10px; |
eb55efc3 PM |
192 | } |
193 | ||
194 | /* Dock */ | |
195 | ||
196 | #dock { | |
6ec54834 SH |
197 | background: #eee; |
198 | border: none; | |
eb55efc3 PM |
199 | } |
200 | ||
201 | #dock .firstdockitem { | |
6ec54834 | 202 | margin-top: 15px; |
eb55efc3 PM |
203 | } |
204 | ||
205 | #dock .dockeditem { | |
6ec54834 SH |
206 | background-color: #fff; |
207 | border: 1px solid #eee; | |
208 | border-width: 0 1px 1px 0; | |
209 | padding: 3px 0; | |
eb55efc3 PM |
210 | } |
211 | ||
212 | #dock .dockeditem .dockedtitle { | |
6ec54834 | 213 | border: none; |
eb55efc3 PM |
214 | } |
215 | ||
216 | #dock .dockeditem .dockedtitle h2 { | |
6ec54834 SH |
217 | margin: 12px 0 12px 7px; |
218 | color: #666; | |
eb55efc3 PM |
219 | } |
220 | ||
221 | #dockeditempanel .dockeditempanel_content { | |
6ec54834 | 222 | border-color: #eee; |
eb55efc3 PM |
223 | } |
224 | ||
225 | #dockeditempanel .dockeditempanel_hd { | |
6ec54834 SH |
226 | border-bottom: none; |
227 | padding: 3px 5px; | |
228 | background: #eee; | |
229 | text-align: left; | |
eb55efc3 PM |
230 | } |
231 | ||
232 | #dockeditempanel .dockeditempanel_hd h2 { | |
6ec54834 SH |
233 | color: #333; |
234 | text-align: right; | |
235 | font-weight: normal; | |
236 | font-size: 0.8em; | |
237 | padding: 0 2px; | |
eb55efc3 PM |
238 | } |
239 | ||
240 | #dockeditempanel .dockeditempanel_hd .commands { | |
6ec54834 | 241 | float: right; |
eb55efc3 | 242 | } |
6ec54834 SH |
243 | |
244 | .has-custom-menu #dock .firstdockitem { | |
245 | margin-top:30px; | |
246 | } | |
247 | ||
a7302c71 JS |
248 | /*YUI Reset */ |
249 | /*full menu bar */ | |
250 | .yui3-skin-sam .yui3-menu-horizontal .yui3-menu-content { | |
3fd8c605 | 251 | background: none !important; |
a7302c71 JS |
252 | } |
253 | /*single items */ | |
254 | .yui3-skin-sam .yui3-menu-horizontal .yui3-menu-label { | |
3fd8c605 | 255 | background: none !important; |
a7302c71 JS |
256 | } |
257 | /*active items */ | |
258 | .yui3-skin-sam .yui3-menu-horizontal .yui3-menu-label-active, .yui3-skin-sam .yui3-menu-horizontal .yui3-menuitem-active .yui3-menuitem-content, .yui3-skin-sam .yui3-menu-horizontal .yui3-menu-label-menuvisible { | |
3fd8c605 SH |
259 | background: #f9f9f9 !important; |
260 | border-color:inherit; | |
a7302c71 JS |
261 | } |
262 | ||
6ec54834 SH |
263 | #custommenu .yui3-menu-horizontal, |
264 | #custommenu .yui3-menu-horizontal.javascript-disabled { | |
265 | padding-left:100px; | |
266 | border-bottom:1px solid #DDD; | |
267 | background-color:#EEE; | |
268 | } | |
269 | ||
270 | .has-custom-menu #wrapper, | |
271 | #custommenu .yui3-menu-horizontal .yui3-menu-content, | |
272 | #custommenu .yui3-menu-horizontal.javascript-disabled .yui3-menu-content, | |
273 | #custommenu .yui3-menu-horizontal .yui3-menu-content ul, | |
274 | #custommenu .yui3-menu-horizontal.javascript-disabled .yui3-menu-content ul, | |
275 | #custommenu .yui3-menu-horizontal.javascript-disabled .yui3-menu-content li li:hover > a { | |
276 | border-width:0; | |
277 | } | |
278 | ||
279 | #custommenu .yui3-menu-horizontal .yui3-menu-content ul ul, | |
280 | #custommenu .yui3-menu-horizontal.javascript-disabled .yui3-menu-content ul ul { | |
281 | background-color:#F9F9F9; | |
282 | border:1px solid #DDD; | |
283 | border-top-width:0; | |
284 | } | |
285 | ||
286 | #custommenu .yui3-menu-horizontal .yui3-menu-content li a { | |
287 | display:block; | |
288 | height:24px; | |
289 | vertical-align: bottom; | |
290 | padding:5px 10px 0 10px; | |
291 | cursor:pointer; | |
292 | } | |
293 | ||
294 | #custommenu .yui3-menu-horizontal .yui3-menu-content li:hover, | |
295 | #custommenu .yui3-menu-horizontal .yui3-menu-content .yui3-menu-label-active { | |
296 | background-color:#F9F9F9; | |
297 | } | |
298 | ||
299 | #custommenu .yui3-menu-horizontal.javascript-disabled .yui3-menu-content li:hover > a { | |
300 | border-left:1px solid #DDD; | |
301 | border-right:1px solid #DDD; | |
302 | padding:5px 9px 0 9px; | |
303 | } | |
304 | ||
305 | .yui3-skin-sam #custommenu .yui3-menu-label, | |
306 | .yui3-skin-sam #custommenu .yui3-menu .yui3-menu .yui3-menu-label, | |
307 | .yui3-skin-sam #custommenu .yui3-menuitem-content, | |
308 | .yui3-skin-sam #custommenu .yui3-menu .yui3-menu .yui3-menuitem-content { | |
309 | color:#F25F0F; | |
310 | border-width:0; | |
cea441e8 | 311 | padding-right: 25px; |
6ec54834 SH |
312 | } |
313 | ||
314 | .yui3-skin-sam #custommenu .yui3-menu-content, | |
315 | .yui3-skin-sam #custommenu .yui3-menu .yui3-menu .yui3-menu-content { | |
316 | padding:0; | |
317 | } | |
318 | ||
319 | #custommenu .yui3-menu-horizontal.javascript-disabled .yui3-menu-content li li:hover, | |
3fd8c605 | 320 | .yui3-skin-sam #custommenu .yui3-menu .custom_menu_submenu .yui3-menuitem.yui3-menuitem-active .yui3-menuitem-content, #custommenu .yui3-menu-horizontal .custom_menu_submenu .yui3-menu-content .yui3-menu-label-active { |
a7302c71 | 321 | background-color:#FFF !important; |
6ec54834 | 322 | } |