/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
80.1.1 by a11andoh
Startview constructed and completed.
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-----------------------------------*/
82.2.1 by a11andoh
changes to include database fetching of courses added.
33
#wrapperstartview {
80.1.1 by a11andoh
Startview constructed and completed.
34
	position:absolute;
35
	top:54px;
36
	width:100%;
82.2.1 by a11andoh
changes to include database fetching of courses added.
37
	z-index:-1;
80.1.1 by a11andoh
Startview constructed and completed.
38
}
39
82.2.1 by a11andoh
changes to include database fetching of courses added.
40
#topdivstartview {
80.1.1 by a11andoh
Startview constructed and completed.
41
	width: auto;  
42
	height: 290px;
43
	padding-top:60px;
44
	background-color: #9db400;
45
}
46
82.2.1 by a11andoh
changes to include database fetching of courses added.
47
#botdivbotdivstartview {
80.1.1 by a11andoh
Startview constructed and completed.
48
	width: auto;
49
	background-color: #eee
50
	height: 350px;
51
}
52
			
82.2.1 by a11andoh
changes to include database fetching of courses added.
53
#logotransparantstartviewdiv	{
80.1.1 by a11andoh
Startview constructed and completed.
54
	background-image:url(../img/biglogo.png);
55
	background-repeat:no-repeat;
56
	background-position:center;
57
	height:88px;
58
}
59
82.2.1 by a11andoh
changes to include database fetching of courses added.
60
#topdivtextstartview {
80.1.1 by a11andoh
Startview constructed and completed.
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
82.2.1 by a11andoh
changes to include database fetching of courses added.
73
#botheaderstartview {
80.1.1 by a11andoh
Startview constructed and completed.
74
	color:#000;
75
	text-align:center;
76
	margin-top:5px;
77
	padding-top:20px;
78
}
79
82.2.1 by a11andoh
changes to include database fetching of courses added.
80
#coursestarviewlinks{
80.1.1 by a11andoh
Startview constructed and completed.
81
	text-align:center;
82
	margin-top:10px;
83
	font-size:14px;
84
	line-height:150%;
82.2.1 by a11andoh
changes to include database fetching of courses added.
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;
80.1.1 by a11andoh
Startview constructed and completed.
100
}