]> git.0d.be Git - panikweb.git/commitdiff
add custom background for this transversal month
authorFrédéric Péters <fpeters@0d.be>
Thu, 16 Nov 2017 19:46:18 +0000 (23:46 +0400)
committerFrédéric Péters <fpeters@0d.be>
Thu, 16 Nov 2017 19:46:18 +0000 (23:46 +0400)
panikweb_templates/static/css/_specifics.scss
panikweb_templates/static/img/volbg.jpeg [new file with mode: 0644]

index 1433e2900fd2a301027c4f7e1b7a86c82e02fcaa..da8219df3436697937c74aff287a01a835058d8f 100644 (file)
@@ -202,7 +202,8 @@ button.check:before, a.check:before {
 /**** BODY ****/
 /****************************************************/
 body{
-       background: white;
+       background: white url(../img/volbg.jpeg) bottom center no-repeat;
+       background-size: contain;
        color: #333;
 }
 /****************************************************/
diff --git a/panikweb_templates/static/img/volbg.jpeg b/panikweb_templates/static/img/volbg.jpeg
new file mode 100644 (file)
index 0000000..5c009e3
Binary files /dev/null and b/panikweb_templates/static/img/volbg.jpeg differ