From 1ec8a5504a0f9ecb67ed1b932d9e4f41226b6c94 Mon Sep 17 00:00:00 2001 From: Sem Date: Wed, 15 Aug 2012 04:15:00 +0200 Subject: Worked on header. --- views/default/css/elements/layout.php | 4 ++-- views/default/css/n1_theme/landing.php | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 views/default/css/n1_theme/landing.php (limited to 'views/default/css') diff --git a/views/default/css/elements/layout.php b/views/default/css/elements/layout.php index c19666f..d332437 100644 --- a/views/default/css/elements/layout.php +++ b/views/default/css/elements/layout.php @@ -42,8 +42,7 @@ body { /***** TOPBAR ******/ .elgg-page-topbar { - background: #333333 url(_graphics/toptoolbar_background.gif) repeat-x top left; - border-bottom: 1px solid #000000; + background-color: #27282d; position: relative; height: 24px; z-index: 9000; @@ -74,6 +73,7 @@ body { } .elgg-page-header > .elgg-inner { position: relative; + background: transparent url(mod/n1_theme/_graphics/n1_small.png) no-repeat 650px bottom; } /***** PAGE BODY LAYOUT ******/ diff --git a/views/default/css/n1_theme/landing.php b/views/default/css/n1_theme/landing.php new file mode 100644 index 0000000..1e8c9d1 --- /dev/null +++ b/views/default/css/n1_theme/landing.php @@ -0,0 +1,32 @@ +#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; +} + +#login-dropdown { + display:none; +} + +.elgg-page-header > .elgg-inner { + background-image: none; +} -- cgit v1.2.3