/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-24 08:43:41 UTC
  • mfrom: (93 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: a11andoh@student.his.se-20130524084341-dewc6yb1cskf4nxr
blurp

Show diffs side-by-side

added added

removed removed

Lines of Context:
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-----------------------------------*/
 
1
/*
 
2
 * StartView-----------------------------------------------------------------------------------------------------------------------
 
3
 */
 
4
 
33
5
#wrapperstartview {
34
6
        position:absolute;
35
7
        top:54px;
59
31
#topdivtextstartview {
60
32
        color:#eee;
61
33
        text-align:center;
62
 
        line-height:300%;
63
34
        padding-top:25px;
 
35
        font-size:2.4em;
 
36
        font-weight:bold;
64
37
}
65
38
                        
66
39
#topdivfsbs {
67
40
        color: #eee;
68
41
        text-align: center;
69
42
        margin-top: 30px;
 
43
        font-size:2.4em;
 
44
        font-weight:bold;
70
45
}
71
46
 
72
47
#botheaderstartview {
74
49
        text-align:center;
75
50
        margin-top:5px;
76
51
        padding-top:20px;
 
52
        font-size:2.4em;
 
53
        font-weight:bold;
77
54
}
78
55
 
79
56
#coursestarviewlinks{