From 4ded39b120dc9f2829f87c6af132f1b2cc14ab7f Mon Sep 17 00:00:00 2001 From: Sem Date: Tue, 9 Oct 2012 04:41:01 +0200 Subject: Merged Call4Design. --- views/default/css/n1_theme/landing.php | 36 ++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 views/default/css/n1_theme/landing.php (limited to 'views/default/css/n1_theme/landing.php') diff --git a/views/default/css/n1_theme/landing.php b/views/default/css/n1_theme/landing.php new file mode 100644 index 0000000..1343d51 --- /dev/null +++ b/views/default/css/n1_theme/landing.php @@ -0,0 +1,36 @@ +#n1-landing { + height: 250px; + background-image: 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; +} + +.elgg-sidebar h3 { + font-size: 1.6em; +} + +#login-dropdown { + display:none; +} + +.elgg-page-header > .elgg-inner { + background-image: none; +} -- cgit v1.2.3