/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-14 12:30:38 UTC
  • mto: This revision was merged to the branch mainline in revision 65.
  • Revision ID: b11johgu@student.his.se-20130514123038-rthxj3f34o32gpxy
ExamplesController:
- Added expand/collapse arrows for categories/subcategories.
- Added category positioning (incomplete).

more general changes made.

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