/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
28.2.3 by a10rolch
Added files:
1
body {
2
	font: 13px Helvetica;
3
	text-shadow: 0.5px 0.5px #ddd;
4
	color: #4F5155;
5
}
6
7
/* Wraps body content loaded after menu view */
8
#wrapper{
9
	margin-left: 17em;
10
	margin-right: auto;
52.1.1 by b11johgu
Added controllers for examplepage, templatelayout.
11
	width:60%;
28.2.3 by a10rolch
Added files:
12
}
13
14
/* Container for menu */
15
#menuContainer{
16
	float:left;	
17
	position:fixed;
18
	width:161px;
19
	background-color: #EEE;
20
	margin: 10px;
21
	margin-left:8.1em;
22
	margin-top:5em;
23
	border: 1px solid #D0D0D0;
24
	border-bottom:0px;
25
}
26
27
/* Menu list */
28
#navigation{
29
	width:136px;
30
}
31
32
#navigation a{
33
	display:block;
34
	color: #000;
35
	text-decoration:none;
36
	background-color: transparent;
37
}	
38
39
#navigation ul {
40
	list-style-type:none;
41
	width:100%;
42
	margin:0;
43
	padding:0;
44
	line-height: 250%;
45
}
46
47
#navigation li {
48
	padding-left:10px;
49
	padding-right:15px;
50
	width:100%;
51
	border-bottom:1px solid #d0d0d0;
52
	margin:0;
53
}
54
55
#navigation li:hover {
56
	background-color: #0a68ad;
57
	color: #fff;
58
}	
59
60
#navigation li:hover a {
61
	color: #ffffff;
62
}	
63
64
/* Header for menu list */
65
#navigation li.menuHeader{
66
	width:138px;
67
	margin-left:-1px;
68
	font-size: 18px;
69
	line-height:200%;
70
	font-weight: bold;
71
	color: #fff;
72
	background-color: #9db400;
73
}