aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/walled_garden.php
blob: 47850425be1f37d8d38b748907b0f7a532425403 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?php
/**
 * Walled garden CSS
 */

$url = elgg_get_site_url();

?>
#elgg-walledgarden {
	margin: 100px auto 0 auto;
	width: 563px;
	min-height: 230px;
	background: url(<?php echo $url; ?>_graphics/walled_garden_background_top.gif) no-repeat left top;
	padding: 0;
	position: relative;
}

#elgg-walledgarden-bottom {
	margin:0 auto;
	background: url(<?php echo $url; ?>_graphics/walled_garden_background_bottom.gif) no-repeat left bottom;
	width:563px;
	height:54px;
}

#elgg-walledgarden-intro {
	width: 230px;
	float: left;
	margin: 35px 15px 15px 35px;
}

#elgg-walledgarden-intro ul {
	float: left;
}

#elgg-walledgarden-login {
	width: 230px;
	float: left;
	margin: 30px 15px 45px 19px;
}

.elgg-heading-walledgarden {
	color: #666666;
	margin-top: 60px;
	line-height: 1.1em;
}

#elgg-walledgarden-lostpassword,
#elgg-walledgarden-registration {
	position: absolute;
	right: 0;
	top: 0;
	width: 563px;
	background-color: white;
	padding: 0;
	background: url(<?php echo $url; ?>_graphics/walled_garden_backgroundfull_top.gif) no-repeat left top;
	height: auto;
}

.elgg-hiddenform-body {
	padding: 30px 40px 0 40px;
	height: auto;
}
.elgg-hiddenform-bottom {
	margin: 0 auto;
	background: url(<?php echo $url; ?>_graphics/walled_garden_backgroundfull_bottom.gif) no-repeat left bottom;
	width: 563px;
	height: 54px;
	position: relative;
}