diff options
author | prashantsinalkar | 2018-08-06 12:31:06 +0530 |
---|---|---|
committer | prashantsinalkar | 2018-08-06 12:31:06 +0530 |
commit | 6764815d3711a42f022e86f153f2931ed8348d06 (patch) | |
tree | 7f847b4cda453fd8d62ab864cdca111ec81f1a47 /static/website/bootstrap-css/custom.css | |
parent | 7db8cfb600cf58378f8c33ae5427c5fca96092c4 (diff) | |
download | SciPy2018-6764815d3711a42f022e86f153f2931ed8348d06.tar.gz SciPy2018-6764815d3711a42f022e86f153f2931ed8348d06.tar.bz2 SciPy2018-6764815d3711a42f022e86f153f2931ed8348d06.zip |
added new content and css
Diffstat (limited to 'static/website/bootstrap-css/custom.css')
-rwxr-xr-x | static/website/bootstrap-css/custom.css | 14 |
1 files changed, 14 insertions, 0 deletions
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; +} |