/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: Gustav Hatvigsson
  • Date: 2013-05-21 12:01:01 UTC
  • mfrom: (82.1.1 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130521120101-ch0ps106uaovyh5u
merged the missing things...

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * StartView-----------------------------------------------------------------------------------------------------------------------
3
 
 */
4
 
 
5
 
#wrapperstartview {
 
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
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
 
 
46
/*-----------------------------div attributes-----------------------------------*/
 
47
#wrapper {
6
48
        position:absolute;
7
49
        top:54px;
8
50
        width:100%;
9
51
}
10
52
 
11
 
#topdivstartview {
 
53
#topdiv {
12
54
        width: auto;  
13
55
        height: 290px;
14
56
        padding-top:60px;
15
57
        background-color: #9db400;
16
58
}
17
59
 
18
 
#botdivbotdivstartview {
 
60
#botdiv {
19
61
        width: auto;
20
 
        background-color: #eee;
 
62
        background-color: #eee
21
63
        height: 350px;
22
64
}
23
65
                        
24
 
#logotransparantstartviewdiv    {
 
66
#logodiv        {
25
67
        background-image:url(../img/biglogo.png);
26
68
        background-repeat:no-repeat;
27
69
        background-position:center;
28
70
        height:88px;
29
71
}
30
72
 
31
 
#topdivtextstartview {
 
73
#topdivtext {
32
74
        color:#eee;
33
75
        text-align:center;
 
76
        line-height:300%;
34
77
        padding-top:25px;
35
 
        font-size:2.4em;
36
 
        font-weight:bold;
37
78
}
38
79
                        
39
80
#topdivfsbs {
40
81
        color: #eee;
41
82
        text-align: center;
42
83
        margin-top: 30px;
43
 
        font-size:2.4em;
44
 
        font-weight:bold;
45
84
}
46
85
 
47
 
#botheaderstartview {
 
86
#botheader {
48
87
        color:#000;
49
88
        text-align:center;
50
89
        margin-top:5px;
51
90
        padding-top:20px;
52
 
        font-size:2.4em;
53
 
        font-weight:bold;
54
91
}
55
92
 
56
 
#coursestarviewlinks{
 
93
#links{
57
94
        text-align:center;
58
95
        margin-top:10px;
59
96
        font-size:14px;
60
97
        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
98
}
 
 
b'\\ No newline at end of file'