/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/css/examplesMenu.css

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-21 12:01:01 UTC
  • mfrom: (82.1.1 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130521120101-ch0ps106uaovyh5u
merged the missing things...

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body {
 
2
        color: #4F5155;
 
3
        font: 13px/20px Helvetica, Arial, sans-serif;
 
4
}
 
5
 
 
6
/* Wraps body content loaded after menu view */
 
7
#wrapper{
 
8
        margin-left: 17em;
 
9
        margin-right: auto;
 
10
        width:69.41234567%;
 
11
}
 
12
 
 
13
/* Container for menu */
 
14
#menuContainer{
 
15
        float:left;     
 
16
        position:fixed;
 
17
        top:0px;
 
18
        left:0px;
 
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 {
 
42
        cursor:pointer;
 
43
        padding-left:10px;
 
44
        padding-right:15px;
 
45
        width:100%;
 
46
        border-bottom:1px solid #d0d0d0;
 
47
        margin:0;
 
48
        color: #0A68AD;
 
49
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 
50
        font-size:15px;
 
51
        line-height: 220%;
 
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
}
 
 
b'\\ No newline at end of file'