summaryrefslogtreecommitdiff
path: root/views/default/n1_theme/css.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-08-15 02:16:34 +0200
committerSem <sembrestels@riseup.net>2012-08-15 02:16:34 +0200
commit9e2436181c785c741fb4705ee7b3c3069bf5f1c7 (patch)
tree7620463d53f94c3d6e8ff444e2ad7651bd828992 /views/default/n1_theme/css.php
parent405f0f8db9f72afed4c357a22c4dd99bea39c419 (diff)
downloadsaravea_theme-9e2436181c785c741fb4705ee7b3c3069bf5f1c7.tar.gz
saravea_theme-9e2436181c785c741fb4705ee7b3c3069bf5f1c7.tar.bz2
Added landing page.
Diffstat (limited to 'views/default/n1_theme/css.php')
-rw-r--r--views/default/n1_theme/css.php24
1 files changed, 24 insertions, 0 deletions
diff --git a/views/default/n1_theme/css.php b/views/default/n1_theme/css.php
new file mode 100644
index 0000000..3f27d96
--- /dev/null
+++ b/views/default/n1_theme/css.php
@@ -0,0 +1,24 @@
+#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;
+}