/lenasys/trunk

To get this branch, use:
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
	left: 50%;
8
	width: 160px;
9
	margin-left: -511px;
10
	font-size: 1.4em;
11
}
12
 
13
#coursemenu {
14
	margin-bottom: 7px;
15
}
16
17
#statsmenu {
18
	color: #0a68ad;
19
}
20
21
.sidemenuHeader {
22
	height: 14px;
23
	padding: 11px 8px 7px;
24
	border: 1px solid #859800;
25
	background-color: #9db400;
26
	color: #eee;
27
	font-weight: bold;
28
}
29
30
.sidemenuContent {
31
	min-height:175px;
32
	padding: 5px 20px;
33
	border: 1px solid #cdcdcd;
34
	background-color: #f5f5f5;
35
}
36
37
.sidemenuContent a:link, a:visited {
38
	color:#0a68ad;
39
	text-decoration:none;
40
	display:block;
41
}
42
43
.sidemenuContent  a:hover {
44
	text-decoration:underline;
45
}
46
47
.sidemenuContentInfo {
48
	margin-left: 12px;
49
	line-height: 1.4em;
50
}
51