summaryrefslogtreecommitdiff
path: root/views/default/css/n1_theme/landing.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-08-15 04:15:00 +0200
committerSem <sembrestels@riseup.net>2012-08-15 04:15:00 +0200
commit1ec8a5504a0f9ecb67ed1b932d9e4f41226b6c94 (patch)
tree396a10420176635f49d12e148fc3873830e02402 /views/default/css/n1_theme/landing.php
parent9e2436181c785c741fb4705ee7b3c3069bf5f1c7 (diff)
downloadsaravea_theme-1ec8a5504a0f9ecb67ed1b932d9e4f41226b6c94.tar.gz
saravea_theme-1ec8a5504a0f9ecb67ed1b932d9e4f41226b6c94.tar.bz2
Worked on header.
Diffstat (limited to 'views/default/css/n1_theme/landing.php')
-rw-r--r--views/default/css/n1_theme/landing.php32
1 files changed, 32 insertions, 0 deletions
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('<?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;
+}
+
+#login-dropdown {
+ display:none;
+}
+
+.elgg-page-header > .elgg-inner {
+ background-image: none;
+}