aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/saravea_theme/landing.php
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-14 21:41:44 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-14 21:41:44 -0300
commitbeaab428eb8b6e19ca6d413249f6307100d9b853 (patch)
treeb7c2b617c19ee5e1b133e8029b80bb52c1bb8ec8 /views/default/css/saravea_theme/landing.php
downloadelgg-beaab428eb8b6e19ca6d413249f6307100d9b853.tar.gz
elgg-beaab428eb8b6e19ca6d413249f6307100d9b853.tar.bz2
Squashed 'mod/saravea_theme/' content from commit daab1e0
git-subtree-dir: mod/saravea_theme git-subtree-split: daab1e0a1d564efeb637ecb2ce27ade44f45ac64
Diffstat (limited to 'views/default/css/saravea_theme/landing.php')
-rw-r--r--views/default/css/saravea_theme/landing.php38
1 files changed, 38 insertions, 0 deletions
diff --git a/views/default/css/saravea_theme/landing.php b/views/default/css/saravea_theme/landing.php
new file mode 100644
index 000000000..887c29b80
--- /dev/null
+++ b/views/default/css/saravea_theme/landing.php
@@ -0,0 +1,38 @@
+#n1-landing {
+ height: 250px;
+ background-image: url('<?php echo elgg_get_site_url(); ?>mod/saravea_theme/_graphics/saravea_verm.png');
+ background-repeat: no-repeat;
+ display: table;
+ margin: 30px 0 50px auto;
+ min-width: 80%;
+}
+
+#n1-landing-inner {
+ display: table-cell;
+ vertical-align: middle;
+ padding-left: 220px;
+
+}
+
+#n1-landing-title {
+ font-size: 2.1em;
+ font-weight: bold;
+ line-height: 0.9em;
+}
+
+#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;
+}