/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
28.2.3 by a10rolch
Added files:
1
body{
2
	margin:0;
3
	padding:0;
4
	overflow-x:hidden;
5
}
6
7
/* Header styling */
8
#header{
9
	position:fixed;
10
	margin:0;
11
	padding:0;
12
	float:left;
13
	width:100%;
14
	height:50px;
15
	border:1px solid #111111;
16
	background-color: #333333;
17
	-webkit-box-shadow: 0 0 8px #D0D0D0;
18
}
19
20
/* Container for logo */
21
#logoContainer {
22
	margin-top:0px;
23
	margin-left:8em;
24
	margin-right:2em;
25
	height:50px;
26
}
27
28
/* Logo picture and link */
29
.logo{
30
	display:block;
31
	position: absolute;
32
	width: 162px;
33
	height: 51px;
34
	background-image: url(../img/logo.png);
35
	background-repeat:no-repeat;
36
	text-indent: -99999px; 
37
}
38
39
/* Course title */
40
span.title{
41
	line-height:200%;
42
	margin-top:2em;
43
	margin-left:7em;
44
	color:white;
45
	font-size:2em;
46
	text-shadow: 0.5px 0.5px #ddd;
47
}