summaryrefslogtreecommitdiff
path: root/views/default/n1_theme/css.php
blob: 3f27d962b42550be1b0de149a01f52d4671e292e (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
#n1-landing {
	height: 250px;
	background-image: url('<?php echo elgg_get_site_url(); ?>mod/n1_theme/_graphics/n1.png');
	background-repeat: no-repeat;
	display: table;
	margin: 30px 0 50px 0;
}

#n1-landing-inner {
	display: table-cell;
	vertical-align: middle;
	padding-left: 220px;

}

#n1-landing-title {
	font-size: 1.7em;
	font-weight: bold;
}

#n1-landing-subtitle {
	font-size: 1.4em;
	color: #666;
}