/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-28 14:18:18 UTC
  • mto: This revision was merged to the branch mainline in revision 121.
  • Revision ID: a11andoh@student.his.se-20130528141818-a95jt0njmm2e7bif
added information to the XML API course to be able to test with the system

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * StartView-----------------------------------------------------------------------------------------------------------------------
 
3
 */
 
4
 
 
5
#wrapperstartview {
 
6
        position:absolute;
 
7
        top:54px;
 
8
        width:100%;
 
9
}
 
10
 
 
11
#topdivstartview {
 
12
        width: auto;  
 
13
        height: 290px;
 
14
        padding-top:60px;
 
15
        background-color: #9db400;
 
16
}
 
17
 
 
18
#botdivbotdivstartview {
 
19
        width: auto;
 
20
        background-color: #eee;
 
21
        height: 350px;
 
22
}
 
23
                        
 
24
#logotransparantstartviewdiv    {
 
25
        background-image:url(../img/biglogo.png);
 
26
        background-repeat:no-repeat;
 
27
        background-position:center;
 
28
        height:88px;
 
29
}
 
30
 
 
31
#topdivtextstartview {
 
32
        color:#eee;
 
33
        text-align:center;
 
34
        padding-top:25px;
 
35
        font-size:2.4em;
 
36
        font-weight:bold;
 
37
}
 
38
                        
 
39
#topdivfsbs {
 
40
        color: #eee;
 
41
        text-align: center;
 
42
        margin-top: 30px;
 
43
        font-size:2.4em;
 
44
        font-weight:bold;
 
45
}
 
46
 
 
47
#botheaderstartview {
 
48
        color:#000;
 
49
        text-align:center;
 
50
        margin-top:5px;
 
51
        padding-top:20px;
 
52
        font-size:2.4em;
 
53
        font-weight:bold;
 
54
}
 
55
 
 
56
#coursestarviewlinks{
 
57
        text-align:center;
 
58
        margin-top:10px;
 
59
        font-size:14px;
 
60
        line-height:150%;
 
61
}
 
62
#coursestarviewlinks a:link {
 
63
        color:#0a68ad;
 
64
        text-decoration:none;
 
65
        display:block;
 
66
}
 
67
 
 
68
#coursestarviewlinks a:visited {
 
69
        color:#0a68ad;
 
70
        text-decoration:none;
 
71
}
 
72
 
 
73
#coursestarviewlinks  a:hover {
 
74
        color:#0a68ad;
 
75
        text-decoration:underline;
 
76
}
 
 
b'\\ No newline at end of file'