/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
body{
2
	background-color: white;
3
}
85.1.12 by a11andoh
blurp
4
52.1.1 by b11johgu
Added controllers for examplepage, templatelayout.
5
#boxcolumn{
85.1.12 by a11andoh
blurp
6
	position:relative;
7
	width: 435px; 
52.1.1 by b11johgu
Added controllers for examplepage, templatelayout.
8
	height: auto;
85.1.12 by a11andoh
blurp
9
	margin-left:10px;
52.1.1 by b11johgu
Added controllers for examplepage, templatelayout.
10
	margin-top:70px;
11
	float: left;
12
}
13
.box{
14
	width: 75px;
15
	height: 75px;
16
	float: left;
17
	margin: 4px;
18
	overflow:hidden;
19
	background-repeat: no-repeat;
20
	background-size: 100%;
21
}
22
.box2{
23
	width: 75px;
24
	height: 75px;
25
	float: left;
26
	margin: 4px;
27
	overflow:hidden;
85.1.12 by a11andoh
blurp
28
	background-repeat: no-repeat;
29
	background-size: 100%;
52.1.1 by b11johgu
Added controllers for examplepage, templatelayout.
30
}
31
#mostUsed{
32
	overflow: auto;
33
	width:100%;
34
}
35
#lessUsed{
36
	overflow: auto;
37
	width:	100%;
38
	height: auto;
39
}
40
#buttonContainer{
85.1.12 by a11andoh
blurp
41
	width:420px;
42
	background-image:url(../img/template_show_button.png);
43
	background-repeat:no-repeat;
44
	background-position:relative;
52.1.1 by b11johgu
Added controllers for examplepage, templatelayout.
45
	text-align: center;
85.1.12 by a11andoh
blurp
46
	z-index:-1;
47
	height:30px;
52.1.1 by b11johgu
Added controllers for examplepage, templatelayout.
48
}
49
	#buttonContainer a{
85.1.12 by a11andoh
blurp
50
		position:relative;
51
		top:5px;
52
		display:block;
53
		color:#000;
85.1.13 by a11andoh
Cleaned and perfected the template layout view.
54
		height:10px; 
85.1.12 by a11andoh
blurp
55
		font-size: 1.4em;
56
	}	
52.1.1 by b11johgu
Added controllers for examplepage, templatelayout.
57
	.showhide{
58
		color:#000;
59
		text-decoration: none;
60
	}
61
	.showhide:hover{
62
		color:#000;
63
		text-decoration: none;
64
	}