/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: b11johgu
  • Date: 2013-05-03 11:39:08 UTC
  • mto: This revision was merged to the branch mainline in revision 53.
  • Revision ID: b11johgu@student.his.se-20130503113908-m8nilvexb8atwtvz
Added controllers for examplepage, templatelayout.
Updated models for login and database interaction.
Added ajax controller.
... A lot of stuff has changed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
body {
 
2
        font: 13px Helvetica;
 
3
        text-shadow: 0.5px 0.5px #ddd;
2
4
        color: #4F5155;
3
 
        font: 13px/20px Helvetica, Arial, sans-serif;
4
5
}
5
6
 
6
7
/* Wraps body content loaded after menu view */
7
8
#wrapper{
8
9
        margin-left: 17em;
9
10
        margin-right: auto;
10
 
        width:69.41234567%;
 
11
        width:60%;
11
12
}
12
13
 
13
14
/* Container for menu */
14
15
#menuContainer{
15
16
        float:left;     
16
17
        position:fixed;
17
 
        top:0px;
18
 
        left:0px;
19
18
        width:161px;
20
19
        background-color: #EEE;
21
20
        margin: 10px;
30
29
        width:136px;
31
30
}
32
31
 
 
32
#navigation a{
 
33
        display:block;
 
34
        color: #000;
 
35
        text-decoration:none;
 
36
        background-color: transparent;
 
37
}       
 
38
 
33
39
#navigation ul {
34
40
        list-style-type:none;
35
41
        width:100%;
39
45
}
40
46
 
41
47
#navigation li {
42
 
        cursor:pointer;
43
48
        padding-left:10px;
44
49
        padding-right:15px;
45
50
        width:100%;
46
51
        border-bottom:1px solid #d0d0d0;
47
52
        margin:0;
48
 
        color: #0A68AD;
49
 
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
50
 
        font-size:15px;
51
 
        line-height: 220%;
52
53
}
53
54
 
54
55
#navigation li:hover {