/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
52.1.1 by b11johgu
Added controllers for examplepage, templatelayout.
1
/* TEMPORARY LOGIN INFORMATION - WILL BE REPLACED/NOT IMPLEMENTED */
2
3
#infoWrapper{
4
/* Position & Size */
5
	position:absolute;
6
	width: 70%;
7
	top:15%;
8
	left:30%;
9
}
10
11
.infoText{
12
/* Position & Size */
13
	position:relative;
14
	height:400px;
15
	width:500px;
16
17
/* Colors and styling */	
18
	background-image: url(http://1.bp.blogspot.com/-7aRhFnlWYV8/T0uBCnPU2OI/AAAAAAAAAJQ/PNqbCXHvD8M/s1600/JENNAHHS+SHITTY+ARROW.png);
19
	background-size:500px 500px;
20
	background-repeat:no-repeat;
21
	background-position:top; 
22
	opacity:0.2 !important;
23
}
24
p.info{
25
/* Position & Size */
26
	position:relative;
27
	top:-8em;
28
29
/* Colors and styling */
30
	font-family: Helvetica;
31
	font-size:22px;
32
	font-weight:bold;
33
	color: black;
34
}