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%; |
|
37 |
}
|
|
38 |
||
|
82.2.1
by a11andoh
changes to include database fetching of courses added. |
39 |
#topdivstartview { |
|
80.1.1
by a11andoh
Startview constructed and completed. |
40 |
width: auto; |
41 |
height: 290px; |
|
42 |
padding-top:60px; |
|
43 |
background-color: #9db400; |
|
44 |
}
|
|
45 |
||
|
82.2.1
by a11andoh
changes to include database fetching of courses added. |
46 |
#botdivbotdivstartview { |
|
80.1.1
by a11andoh
Startview constructed and completed. |
47 |
width: auto; |
|
90.1.1
by a11emmjo
Fixed the bannermenu so it shouldn't interfer with the content below. |
48 |
background-color: #eee; |
|
80.1.1
by a11andoh
Startview constructed and completed. |
49 |
height: 350px; |
50 |
}
|
|
51 |
|
|
|
82.2.1
by a11andoh
changes to include database fetching of courses added. |
52 |
#logotransparantstartviewdiv { |
|
80.1.1
by a11andoh
Startview constructed and completed. |
53 |
background-image:url(../img/biglogo.png); |
54 |
background-repeat:no-repeat; |
|
55 |
background-position:center; |
|
56 |
height:88px; |
|
57 |
}
|
|
58 |
||
|
82.2.1
by a11andoh
changes to include database fetching of courses added. |
59 |
#topdivtextstartview { |
|
80.1.1
by a11andoh
Startview constructed and completed. |
60 |
color:#eee; |
61 |
text-align:center; |
|
62 |
line-height:300%; |
|
63 |
padding-top:25px; |
|
64 |
}
|
|
65 |
|
|
66 |
#topdivfsbs { |
|
67 |
color: #eee; |
|
68 |
text-align: center; |
|
69 |
margin-top: 30px; |
|
70 |
}
|
|
71 |
||
|
82.2.1
by a11andoh
changes to include database fetching of courses added. |
72 |
#botheaderstartview { |
|
80.1.1
by a11andoh
Startview constructed and completed. |
73 |
color:#000; |
74 |
text-align:center; |
|
75 |
margin-top:5px; |
|
76 |
padding-top:20px; |
|
77 |
}
|
|
78 |
||
|
82.2.1
by a11andoh
changes to include database fetching of courses added. |
79 |
#coursestarviewlinks{ |
|
80.1.1
by a11andoh
Startview constructed and completed. |
80 |
text-align:center; |
81 |
margin-top:10px; |
|
82 |
font-size:14px; |
|
83 |
line-height:150%; |
|
|
82.2.1
by a11andoh
changes to include database fetching of courses added. |
84 |
}
|
85 |
#coursestarviewlinks a:link { |
|
86 |
color:#0a68ad; |
|
87 |
text-decoration:none; |
|
88 |
display:block; |
|
89 |
}
|
|
90 |
||
91 |
#coursestarviewlinks a:visited { |
|
92 |
color:#0a68ad; |
|
93 |
text-decoration:none; |
|
94 |
}
|
|
95 |
||
96 |
#coursestarviewlinks a:hover { |
|
97 |
color:#0a68ad; |
|
98 |
text-decoration:underline; |
|
|
80.1.1
by a11andoh
Startview constructed and completed. |
99 |
}
|