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

  • Committer: a11andoh
  • Date: 2013-05-21 13:39:13 UTC
  • mto: This revision was merged to the branch mainline in revision 84.
  • Revision ID: a11andoh@student.his.se-20130521133913-cami2pa89bmh2r47
changes to include database fetching of courses added. 
and small adjustments to the css

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
}
29
29
 
30
30
/*-----------------------------link attributes-----------------------------------*/
31
 
a:link {
32
 
        color:#0a68ad;
33
 
        text-decoration:none;
34
 
}
35
 
 
36
 
a:visited {
37
 
        color:#0a68ad;
38
 
        text-decoration:none;
39
 
}
40
 
 
41
 
a:hover {
42
 
        color:#0a68ad;
43
 
        text-decoration:underline;
44
 
}
45
31
 
46
32
/*-----------------------------div attributes-----------------------------------*/
47
 
#wrapper {
 
33
#wrapperstartview {
48
34
        position:absolute;
49
35
        top:54px;
50
36
        width:100%;
 
37
        z-index:-1;
51
38
}
52
39
 
53
 
#topdiv {
 
40
#topdivstartview {
54
41
        width: auto;  
55
42
        height: 290px;
56
43
        padding-top:60px;
57
44
        background-color: #9db400;
58
45
}
59
46
 
60
 
#botdiv {
 
47
#botdivbotdivstartview {
61
48
        width: auto;
62
49
        background-color: #eee
63
50
        height: 350px;
64
51
}
65
52
                        
66
 
#logodiv        {
 
53
#logotransparantstartviewdiv    {
67
54
        background-image:url(../img/biglogo.png);
68
55
        background-repeat:no-repeat;
69
56
        background-position:center;
70
57
        height:88px;
71
58
}
72
59
 
73
 
#topdivtext {
 
60
#topdivtextstartview {
74
61
        color:#eee;
75
62
        text-align:center;
76
63
        line-height:300%;
83
70
        margin-top: 30px;
84
71
}
85
72
 
86
 
#botheader {
 
73
#botheaderstartview {
87
74
        color:#000;
88
75
        text-align:center;
89
76
        margin-top:5px;
90
77
        padding-top:20px;
91
78
}
92
79
 
93
 
#links{
 
80
#coursestarviewlinks{
94
81
        text-align:center;
95
82
        margin-top:10px;
96
83
        font-size:14px;
97
84
        line-height:150%;
 
85
}
 
86
#coursestarviewlinks a:link {
 
87
        color:#0a68ad;
 
88
        text-decoration:none;
 
89
        display:block;
 
90
}
 
91
 
 
92
#coursestarviewlinks a:visited {
 
93
        color:#0a68ad;
 
94
        text-decoration:none;
 
95
}
 
96
 
 
97
#coursestarviewlinks  a:hover {
 
98
        color:#0a68ad;
 
99
        text-decoration:underline;
98
100
}
 
 
b'\\ No newline at end of file'