/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 10:00:47 UTC
  • mto: This revision was merged to the branch mainline in revision 95.
  • Revision ID: elof.bigestans@gmail.com-20130524100047-bqgk67s2g9o3l85x
Solved some bugs in ManageCourses and related files (CSS, JS, View, Controller)

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-----------------------------------*/
 
33
#wrapperstartview {
 
34
        position:absolute;
 
35
        top:54px;
 
36
        width:100%;
 
37
        z-index:-1;
 
38
}
 
39
 
 
40
#topdivstartview {
 
41
        width: auto;  
 
42
        height: 290px;
 
43
        padding-top:60px;
 
44
        background-color: #9db400;
 
45
}
 
46
 
 
47
#botdivbotdivstartview {
 
48
        width: auto;
 
49
        background-color: #eee
 
50
        height: 350px;
 
51
}
 
52
                        
 
53
#logotransparantstartviewdiv    {
 
54
        background-image:url(../img/biglogo.png);
 
55
        background-repeat:no-repeat;
 
56
        background-position:center;
 
57
        height:88px;
 
58
}
 
59
 
 
60
#topdivtextstartview {
 
61
        color:#eee;
 
62
        text-align:center;
 
63
        line-height:300%;
 
64
        padding-top:25px;
 
65
}
 
66
                        
 
67
#topdivfsbs {
 
68
        color: #eee;
 
69
        text-align: center;
 
70
        margin-top: 30px;
 
71
}
 
72
 
 
73
#botheaderstartview {
 
74
        color:#000;
 
75
        text-align:center;
 
76
        margin-top:5px;
 
77
        padding-top:20px;
 
78
}
 
79
 
 
80
#coursestarviewlinks{
 
81
        text-align:center;
 
82
        margin-top:10px;
 
83
        font-size:14px;
 
84
        line-height:150%;
 
85
}
 
86
#coursestarviewlinks a:link {
 
87
        color:#0a68ad;
 
88
        text-decoration:none;
 
89
        display:block;
 
90
}
 
91
 
 
92
#coursestarviewlinks a:visited {
 
93
        color:#0a68ad;
 
94
        text-decoration:none;
 
95
}
 
96
 
 
97
#coursestarviewlinks  a:hover {
 
98
        color:#0a68ad;
 
99
        text-decoration:underline;
 
100
}
 
 
b'\\ No newline at end of file'