bzr branch
http://gegoxaren.bato24.eu/bzr/lenasys/trunk
90.1.2
by a11emmjo
Made a standard css-file to be used for the whole lenasys-page. |
1 |
/*
|
2 |
* StartView-----------------------------------------------------------------------------------------------------------------------
|
|
3 |
*/
|
|
4 |
|
|
82.2.1
by a11andoh
changes to include database fetching of courses added. |
5 |
#wrapperstartview { |
80.1.1
by a11andoh
Startview constructed and completed. |
6 |
position:absolute; |
7 |
top:54px; |
|
8 |
width:100%; |
|
9 |
}
|
|
10 |
||
82.2.1
by a11andoh
changes to include database fetching of courses added. |
11 |
#topdivstartview { |
80.1.1
by a11andoh
Startview constructed and completed. |
12 |
width: auto; |
13 |
height: 290px; |
|
14 |
padding-top:60px; |
|
15 |
background-color: #9db400; |
|
16 |
}
|
|
17 |
||
82.2.1
by a11andoh
changes to include database fetching of courses added. |
18 |
#botdivbotdivstartview { |
80.1.1
by a11andoh
Startview constructed and completed. |
19 |
width: auto; |
90.1.1
by a11emmjo
Fixed the bannermenu so it shouldn't interfer with the content below. |
20 |
background-color: #eee; |
80.1.1
by a11andoh
Startview constructed and completed. |
21 |
height: 350px; |
22 |
}
|
|
23 |
|
|
82.2.1
by a11andoh
changes to include database fetching of courses added. |
24 |
#logotransparantstartviewdiv { |
80.1.1
by a11andoh
Startview constructed and completed. |
25 |
background-image:url(../img/biglogo.png); |
26 |
background-repeat:no-repeat; |
|
27 |
background-position:center; |
|
28 |
height:88px; |
|
29 |
}
|
|
30 |
||
82.2.1
by a11andoh
changes to include database fetching of courses added. |
31 |
#topdivtextstartview { |
80.1.1
by a11andoh
Startview constructed and completed. |
32 |
color:#eee; |
33 |
text-align:center; |
|
34 |
padding-top:25px; |
|
90.1.2
by a11emmjo
Made a standard css-file to be used for the whole lenasys-page. |
35 |
font-size:2.4em; |
36 |
font-weight:bold; |
|
80.1.1
by a11andoh
Startview constructed and completed. |
37 |
}
|
38 |
|
|
39 |
#topdivfsbs { |
|
40 |
color: #eee; |
|
41 |
text-align: center; |
|
42 |
margin-top: 30px; |
|
90.1.2
by a11emmjo
Made a standard css-file to be used for the whole lenasys-page. |
43 |
font-size:2.4em; |
44 |
font-weight:bold; |
|
80.1.1
by a11andoh
Startview constructed and completed. |
45 |
}
|
46 |
||
82.2.1
by a11andoh
changes to include database fetching of courses added. |
47 |
#botheaderstartview { |
80.1.1
by a11andoh
Startview constructed and completed. |
48 |
color:#000; |
49 |
text-align:center; |
|
50 |
margin-top:5px; |
|
51 |
padding-top:20px; |
|
90.1.2
by a11emmjo
Made a standard css-file to be used for the whole lenasys-page. |
52 |
font-size:2.4em; |
53 |
font-weight:bold; |
|
80.1.1
by a11andoh
Startview constructed and completed. |
54 |
}
|
55 |
||
82.2.1
by a11andoh
changes to include database fetching of courses added. |
56 |
#coursestarviewlinks{ |
80.1.1
by a11andoh
Startview constructed and completed. |
57 |
text-align:center; |
58 |
margin-top:10px; |
|
59 |
font-size:14px; |
|
60 |
line-height:150%; |
|
82.2.1
by a11andoh
changes to include database fetching of courses added. |
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; |
|
80.1.1
by a11andoh
Startview constructed and completed. |
76 |
}
|