From 6764815d3711a42f022e86f153f2931ed8348d06 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Mon, 6 Aug 2018 12:31:06 +0530 Subject: added new content and css --- static/website/bootstrap-css/custom.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'static/website/bootstrap-css/custom.css') diff --git a/static/website/bootstrap-css/custom.css b/static/website/bootstrap-css/custom.css index e69de29..25a4231 100755 --- a/static/website/bootstrap-css/custom.css +++ b/static/website/bootstrap-css/custom.css @@ -0,0 +1,14 @@ +/* Paste this css to your style sheet file or under head tag */ +/* This only works with JavaScript, +if it's not present, don't show loader */ +.no-js #loader { display: none; } +.js #loader { display: block; position: absolute; left: 100px; top: 0; } +.se-pre-con { + position: fixed; + left: 0px; + top: 0px; + width: 100%; + height: 100%; + z-index: 9999; + background: url(images/loader-64x/Preloader_2.gif) center no-repeat #fff; +} -- cgit