diff options
Diffstat (limited to 'static/website/bootstrap-css')
-rw-r--r-- | static/website/bootstrap-css/assets/css/main.css | 19 | ||||
-rw-r--r-- | static/website/bootstrap-css/assets/images/favicon.png | bin | 0 -> 2519 bytes | |||
-rwxr-xr-x | static/website/bootstrap-css/custom.css | 3 | ||||
-rw-r--r-- | static/website/bootstrap-css/images/loader-64x/Preloader_2.gif.gif | bin | 0 -> 723 bytes |
4 files changed, 12 insertions, 10 deletions
diff --git a/static/website/bootstrap-css/assets/css/main.css b/static/website/bootstrap-css/assets/css/main.css index 57ac778..1efd34d 100644 --- a/static/website/bootstrap-css/assets/css/main.css +++ b/static/website/bootstrap-css/assets/css/main.css @@ -41,7 +41,7 @@ p { } ul li { - font-weight: 700; + font-weight: 500; margin-bottom: 10px; } @@ -457,13 +457,15 @@ ul li { /* * 6.6 Section: Schedule */ -.schedule-box { - position: relative; - background-color: #000; + .schedule-box { + /*background-color: #000;*/ + color: black; + font-weight: 500; +} +.schedule-box .schedule-header{ color: #fff; - text-align: center; - padding: 50px 0; - margin: 25px 0 0; + background-color: #806600; + font-weight: 600; } .schedule-box::before { content: ''; @@ -472,9 +474,8 @@ ul li { right: 5px; bottom: 5px; left: 5px; - border: 1px solid #fff; + /*border: 1px solid #fff;*/ } - /* * 6.7 Section: Schedule */ diff --git a/static/website/bootstrap-css/assets/images/favicon.png b/static/website/bootstrap-css/assets/images/favicon.png Binary files differnew file mode 100644 index 0000000..193caff --- /dev/null +++ b/static/website/bootstrap-css/assets/images/favicon.png diff --git a/static/website/bootstrap-css/custom.css b/static/website/bootstrap-css/custom.css index 7014560..4533ab7 100755 --- a/static/website/bootstrap-css/custom.css +++ b/static/website/bootstrap-css/custom.css @@ -1,6 +1,7 @@ /* 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 */ +{% load static %} .no-js #loader { display: none; } .js #loader { display: block; position: absolute; left: 100px; top: 0; } .se-pre-con { @@ -10,7 +11,7 @@ if it's not present, don't show loader */ width: 100%; height: 100%; z-index: 9999; - background: url(images/loader-64x/Preloader_2.gif) center no-repeat #fff; + background: url({% static 'website/bootstrap-css/images/loader-64x/Preloader_2.gif' %}) center no-repeat #fff; } .btn:focus, .btn:active, button:focus, button:active { diff --git a/static/website/bootstrap-css/images/loader-64x/Preloader_2.gif.gif b/static/website/bootstrap-css/images/loader-64x/Preloader_2.gif.gif Binary files differnew file mode 100644 index 0000000..8b71ca9 --- /dev/null +++ b/static/website/bootstrap-css/images/loader-64x/Preloader_2.gif.gif |