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

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

}

#n1-landing-title {
	font-size: 2.1em;
	font-weight: bold;
	line-height: 0.9em;
}

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

.elgg-sidebar h3 {
	font-size: 1.6em;
}

#login-dropdown {
	display:none;
}

.elgg-page-header > .elgg-inner {
	background-image: none;
}