/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-04-22 10:01:23 UTC
  • mfrom: (28.2.3 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130422100123-6skfz8v9v070xi59
merged in some stuff I do not understand :3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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;
 
11
        width:70em;
 
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
        -webkit-box-shadow: 0 0 8px #D0D0D0;
 
26
}
 
27
 
 
28
/* Menu list */
 
29
#navigation{
 
30
        width:136px;
 
31
}
 
32
 
 
33
#navigation a{
 
34
        display:block;
 
35
        color: #000;
 
36
        text-decoration:none;
 
37
        background-color: transparent;
 
38
}       
 
39
 
 
40
#navigation ul {
 
41
        list-style-type:none;
 
42
        width:100%;
 
43
        margin:0;
 
44
        padding:0;
 
45
        line-height: 250%;
 
46
}
 
47
 
 
48
#navigation li {
 
49
        padding-left:10px;
 
50
        padding-right:15px;
 
51
        width:100%;
 
52
        border-bottom:1px solid #d0d0d0;
 
53
        margin:0;
 
54
}
 
55
 
 
56
#navigation li:hover {
 
57
        background-color: #0a68ad;
 
58
        color: #fff;
 
59
}       
 
60
 
 
61
#navigation li:hover a {
 
62
        color: #ffffff;
 
63
}       
 
64
 
 
65
/* Header for menu list */
 
66
#navigation li.menuHeader{
 
67
        width:138px;
 
68
        margin-left:-1px;
 
69
        font-size: 18px;
 
70
        line-height:200%;
 
71
        font-weight: bold;
 
72
        color: #fff;
 
73
        background-color: #9db400;
 
74
}
 
 
b'\\ No newline at end of file'