/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/template_layout.css

  • Committer: a11andoh
  • Date: 2013-05-23 08:16:45 UTC
  • mfrom: (88 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: a11andoh@student.his.se-20130523081645-jxltw80q135v14ot
blurp

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
body{
2
2
        background-color: white;
3
3
}
4
 
 
 
4
#menucolumn{
 
5
        float: left;    
 
6
        width: 161px;
 
7
        background-color: #EEE;
 
8
        margin: 10px;
 
9
        margin-left: 6.6em;
 
10
        margin-top: 5em;
 
11
        border: 1px solid #D0D0D0;
 
12
        border-bottom: 0px;
 
13
        height: 250px;
 
14
        
 
15
}
5
16
#boxcolumn{
6
 
        position:relative;
7
 
        width: 435px; 
 
17
        width: 435px; // total width 395
8
18
        height: auto;
9
 
        margin-left:10px;
 
19
        margin: 40px;
10
20
        margin-top:70px;
11
21
        float: left;
12
22
}
14
24
        width: 75px;
15
25
        height: 75px;
16
26
        float: left;
 
27
        border: 2px solid black;
 
28
        border-radius: 6px 6px 6px 6px;
 
29
        -moz-border-radius: 6px 6px 6px 6px;
 
30
        -webkit-border-radius: 6px 6px 6px 6px;
17
31
        margin: 4px;
18
32
        overflow:hidden;
19
33
        background-repeat: no-repeat;
23
37
        width: 75px;
24
38
        height: 75px;
25
39
        float: left;
 
40
        border: 2px solid gray;
 
41
        border-radius: 6px 6px 6px 6px;
 
42
        -moz-border-radius: 6px 6px 6px 6px;
 
43
        -webkit-border-radius: 6px 6px 6px 6px;
26
44
        margin: 4px;
27
45
        overflow:hidden;
28
 
        background-repeat: no-repeat;
29
 
        background-size: 100%;
 
46
        background-color: lightgray;
30
47
}
31
48
#mostUsed{
32
49
        overflow: auto;
38
55
        height: auto;
39
56
}
40
57
#buttonContainer{
41
 
        width:420px;
42
 
        background-image:url(../img/template_show_button.png);
43
 
        background-repeat:no-repeat;
44
 
        background-position:relative;
 
58
        width:100%;
 
59
        height: 80px;
 
60
        border-top: 3px solid black;    
 
61
        border-radius: 8px 8px 8px 8px;
45
62
        text-align: center;
46
 
        z-index:-1;
47
 
        height:30px;
48
63
}
49
64
        #buttonContainer a{
50
 
                position:relative;
51
 
                top:5px;
52
 
                display:block;
53
 
                color:#000;
54
 
                height:10px; 
55
 
                font-size: 1.4em;
56
 
        }       
 
65
                size: 20em;
 
66
                padding: 10px;
 
67
        }
57
68
        .showhide{
58
69
                color:#000;
59
70
                text-decoration: none;