aboutsummaryrefslogtreecommitdiffstats
path: root/assets/home.html
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-05 21:18:40 -0800
committerfriendica <info@friendica.com>2014-03-05 21:18:40 -0800
commit020ab09657dcfe61f2f690dac90eef64476433fa (patch)
tree54fb4916de0f68539a2617dc4dd6d667336db885 /assets/home.html
parent7ed9b7a9b5af481c6cb3bb4b3a00fb08ab8fadc6 (diff)
downloadvolse-hubzilla-020ab09657dcfe61f2f690dac90eef64476433fa.tar.gz
volse-hubzilla-020ab09657dcfe61f2f690dac90eef64476433fa.tar.bz2
volse-hubzilla-020ab09657dcfe61f2f690dac90eef64476433fa.zip
background image
Diffstat (limited to 'assets/home.html')
-rw-r--r--assets/home.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/home.html b/assets/home.html
index d49256c2f..7b14676cd 100644
--- a/assets/home.html
+++ b/assets/home.html
@@ -20,6 +20,19 @@ header { z-index: 10000; }
}
+body::after {
+ content: '';
+ background-image:url(assets/uluru2.jpg);
+ background-position: 50% 50%;
+ background-repeat: no-repeat;
+ top: 0;
+ left: 0;
+ bottom: 0;
+ right: 0;
+ position: absolute;
+ opacity: 0.5;
+ z-index: -1;
+}
</style>