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