/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-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
 
/*
2
 
 * StartView-----------------------------------------------------------------------------------------------------------------------
3
 
 */
4
 
 
 
1
@charset "utf-8";
 
2
/* CSS Document */
 
3
* {margin: 0; padding: 0;}
 
4
/*-----------------------------text attributes-----------------------------------*/
 
5
html {
 
6
        font-size:125%;
 
7
}
 
8
 
 
9
body {
 
10
        font-size:50%;
 
11
        font-family:Arial, Helvetica, sans-serif;
 
12
}
 
13
 
 
14
h2 {
 
15
        font-family:Arial, Helvetica, sans-serif;
 
16
        font-size:24px;
 
17
}
 
18
 
 
19
h3 {
 
20
        font-family:Arial, Helvetica, sans-serif;
 
21
        font-size:24px;
 
22
        font-weight:bold;
 
23
}
 
24
 
 
25
p {
 
26
        font-family:Arial, Helvetica, sans-serif;
 
27
        font-size:14px;
 
28
}
 
29
 
 
30
/*-----------------------------link attributes-----------------------------------*/
 
31
 
 
32
/*-----------------------------div attributes-----------------------------------*/
5
33
#wrapperstartview {
6
34
        position:absolute;
7
35
        top:54px;
8
36
        width:100%;
 
37
        z-index:-1;
9
38
}
10
39
 
11
40
#topdivstartview {
17
46
 
18
47
#botdivbotdivstartview {
19
48
        width: auto;
20
 
        background-color: #eee;
 
49
        background-color: #eee
21
50
        height: 350px;
22
51
}
23
52
                        
31
60
#topdivtextstartview {
32
61
        color:#eee;
33
62
        text-align:center;
 
63
        line-height:300%;
34
64
        padding-top:25px;
35
 
        font-size:2.4em;
36
 
        font-weight:bold;
37
65
}
38
66
                        
39
67
#topdivfsbs {
40
68
        color: #eee;
41
69
        text-align: center;
42
70
        margin-top: 30px;
43
 
        font-size:2.4em;
44
 
        font-weight:bold;
45
71
}
46
72
 
47
73
#botheaderstartview {
49
75
        text-align:center;
50
76
        margin-top:5px;
51
77
        padding-top:20px;
52
 
        font-size:2.4em;
53
 
        font-weight:bold;
54
78
}
55
79
 
56
80
#coursestarviewlinks{