bzr branch
http://gegoxaren.bato24.eu/bzr/lenasys/trunk
90.1.10
by a11emmjo
Removed coursemenu and statsmenu and replaced it with new combined sidemenu. |
1 |
/*
|
2 |
* Sidemenu--------------------------------------------------------------------------------------------------------------------------------------
|
|
3 |
*/
|
|
4 |
||
5 |
#sidemenuWrapper { |
|
6 |
position: relative; |
|
7 |
top: 54px; |
|
90.1.12
by a11emmjo
Fixed so the bannermenu is scrollable horizontally but not vertically. |
8 |
left: 50%; |
90.1.10
by a11emmjo
Removed coursemenu and statsmenu and replaced it with new combined sidemenu. |
9 |
width: 0; |
90.1.12
by a11emmjo
Fixed so the bannermenu is scrollable horizontally but not vertically. |
10 |
height: 0; |
11 |
margin-left: -511px; |
|
90.1.10
by a11emmjo
Removed coursemenu and statsmenu and replaced it with new combined sidemenu. |
12 |
font-size: 1.4em; |
13 |
}
|
|
14 |
|
|
15 |
#coursemenu { |
|
16 |
width: 160px; |
|
90.1.12
by a11emmjo
Fixed so the bannermenu is scrollable horizontally but not vertically. |
17 |
margin-bottom: 7px; |
90.1.10
by a11emmjo
Removed coursemenu and statsmenu and replaced it with new combined sidemenu. |
18 |
}
|
19 |
||
20 |
#statsmenu { |
|
21 |
width: 160px; |
|
90.1.12
by a11emmjo
Fixed so the bannermenu is scrollable horizontally but not vertically. |
22 |
color: #0a68ad; |
90.1.10
by a11emmjo
Removed coursemenu and statsmenu and replaced it with new combined sidemenu. |
23 |
}
|
24 |
||
25 |
.sidemenuHeader { |
|
26 |
height: 14px; |
|
27 |
padding: 11px 8px 7px; |
|
28 |
border: 1px solid #859800; |
|
29 |
background-color: #9db400; |
|
30 |
color: #eee; |
|
31 |
font-weight: bold; |
|
32 |
}
|
|
33 |
||
34 |
.sidemenuContent { |
|
35 |
min-height: 175px; |
|
85.1.24
by a11andoh
updated branch |
36 |
padding: 5px 20px; |
90.1.10
by a11emmjo
Removed coursemenu and statsmenu and replaced it with new combined sidemenu. |
37 |
border: 1px solid #cdcdcd; |
38 |
background-color: #f5f5f5; |
|
39 |
}
|
|
40 |
||
41 |
.sidemenuContent a:link, a:visited { |
|
42 |
color:#0a68ad; |
|
43 |
text-decoration:none; |
|
44 |
display:block; |
|
45 |
}
|
|
46 |
||
47 |
.sidemenuContent a:hover { |
|
48 |
text-decoration:underline; |
|
49 |
}
|
|
50 |
||
51 |
.sidemenuContentInfo { |
|
52 |
margin-left: 12px; |
|
53 |
line-height: 1.4em; |
|
54 |
}
|
|
85.1.24
by a11andoh
updated branch |
55 |
|
56 |
.dotsIfOwerflow{ |
|
57 |
overflow: hidden; |
|
58 |
white-space: nowrap; |
|
59 |
text-overflow: ellipsis; |
|
60 |
}
|
|
90.1.10
by a11emmjo
Removed coursemenu and statsmenu and replaced it with new combined sidemenu. |
61 |