summaryrefslogtreecommitdiff
path: root/views/default/css/n1_theme/landing.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-10-09 04:41:01 +0200
committerSem <sembrestels@riseup.net>2012-10-09 04:41:01 +0200
commit4ded39b120dc9f2829f87c6af132f1b2cc14ab7f (patch)
tree34a6f5a419da4628dfdf0c18a1acc64ae41f2787 /views/default/css/n1_theme/landing.php
parent5727d85ced9ae87d010b47ac99aab8adcd686a2e (diff)
downloadsaravea_theme-4ded39b120dc9f2829f87c6af132f1b2cc14ab7f.tar.gz
saravea_theme-4ded39b120dc9f2829f87c6af132f1b2cc14ab7f.tar.bz2
Merged Call4Design.
Diffstat (limited to 'views/default/css/n1_theme/landing.php')
-rw-r--r--views/default/css/n1_theme/landing.php36
1 files changed, 36 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..1343d51
--- /dev/null
+++ b/views/default/css/n1_theme/landing.php
@@ -0,0 +1,36 @@
+#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;
+}
+
+.elgg-sidebar h3 {
+ font-size: 1.6em;
+}
+
+#login-dropdown {
+ display:none;
+}
+
+.elgg-page-header > .elgg-inner {
+ background-image: none;
+}