/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%;
67.1.6 by a11emmjo
Replaced bannermenu/topmenu/header... on login-page.
9
	z-index: -1;
52.1.1 by b11johgu
Added controllers for examplepage, templatelayout.
10
}
11
12
.infoText{
13
/* Position & Size */
14
	position:relative;
15
	height:400px;
16
	width:500px;
17
18
/* Colors and styling */	
19
	background-image: url(http://1.bp.blogspot.com/-7aRhFnlWYV8/T0uBCnPU2OI/AAAAAAAAAJQ/PNqbCXHvD8M/s1600/JENNAHHS+SHITTY+ARROW.png);
20
	background-size:500px 500px;
21
	background-repeat:no-repeat;
22
	background-position:top; 
23
	opacity:0.2 !important;
24
}
25
p.info{
26
/* Position & Size */
27
	position:relative;
28
	top:-8em;
29
30
/* Colors and styling */
31
	font-family: Helvetica;
32
	font-size:22px;
33
	font-weight:bold;
34
	color: black;
35
}