/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: elof.bigestans at gmail
  • Date: 2013-05-24 14:10:14 UTC
  • mfrom: (102 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 107.
  • Revision ID: elof.bigestans@gmail.com-20130524141014-8pni44bog1rf5ijp
MergedĀ fromĀ trunk

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;
36
8
        width:100%;
37
 
        z-index:-1;
38
9
}
39
10
 
40
11
#topdivstartview {
46
17
 
47
18
#botdivbotdivstartview {
48
19
        width: auto;
49
 
        background-color: #eee
 
20
        background-color: #eee;
50
21
        height: 350px;
51
22
}
52
23
                        
60
31
#topdivtextstartview {
61
32
        color:#eee;
62
33
        text-align:center;
63
 
        line-height:300%;
64
34
        padding-top:25px;
 
35
        font-size:2.4em;
 
36
        font-weight:bold;
65
37
}
66
38
                        
67
39
#topdivfsbs {
68
40
        color: #eee;
69
41
        text-align: center;
70
42
        margin-top: 30px;
 
43
        font-size:2.4em;
 
44
        font-weight:bold;
71
45
}
72
46
 
73
47
#botheaderstartview {
75
49
        text-align:center;
76
50
        margin-top:5px;
77
51
        padding-top:20px;
 
52
        font-size:2.4em;
 
53
        font-weight:bold;
78
54
}
79
55
 
80
56
#coursestarviewlinks{