slideshow

This commit is contained in:
deflax 2017-05-10 05:37:19 +03:00
parent 2098ea6e21
commit 7af57cc62d
12 changed files with 17 additions and 20 deletions

View file

@ -14,7 +14,7 @@ header {
background: url('/static/images/texture-diagonal.png' repeat, url('static/images/header-layer.jpg') no repeat 50% -25px, #493874 url('/static/images/bg-linear.jpg') repeat-x 50%, -25px; background: url('/static/images/texture-diagonal.png' repeat, url('static/images/header-layer.jpg') no repeat 50% -25px, #493874 url('/static/images/bg-linear.jpg') repeat-x 50%, -25px;
background-position: 50%, 0; background-position: 50%, 0;
clear: both; clear: both;
position: fixed; position: relative;
} }
h1 { h1 {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,015 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 797 B

BIN
app/static/slideshow/1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
app/static/slideshow/2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
app/static/slideshow/3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
app/static/slideshow/4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
app/static/slideshow/5.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

BIN
app/static/slideshow/6.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 KiB

View file

@ -7,8 +7,7 @@
{% block head %} {% block head %}
{{ super() }} {{ super() }}
<script type="text/javascript" src="/static/js/better-simple-slideshow.js" charset="UTF-8"></script> <style>
<style>
body { body {
background-image: url('/static/images/cloudsbg.jpeg'); background-image: url('/static/images/cloudsbg.jpeg');
background-repeat: no-repeat; background-repeat: no-repeat;
@ -23,7 +22,7 @@
background: none; background: none;
} }
.panel-transparent .panel-heading{ .panel-transparent .panel-heading {
background: rgb(255, 255, 255); /* fallback */ background: rgb(255, 255, 255); /* fallback */
background: rgba(255, 255, 255, 0.7)!important; background: rgba(255, 255, 255, 0.7)!important;
} }
@ -32,25 +31,23 @@
background: rgb(255, 255, 255); /* fallback */ background: rgb(255, 255, 255); /* fallback */
background: rgba(255, 255, 255, 0.7)!important; background: rgba(255, 255, 255, 0.7)!important;
} }
</style>
</style>
{% endblock %} {% endblock %}
{% block scripts %} {% block scripts %}
<script> {{ super() }}
var opts = { <script type="text/javascript" src="/static/js/better-simple-slideshow.js" charset="UTF-8"></script>
auto : { <script type="text/javascript">
speed : 6000, var opts = {
pauseOnHover : false auto : {
}, speed : 6000,
fullScreen : false, pauseOnHover : false
swipe : false },
}; fullScreen : false,
makeBSS('.bss-slides', opts); swipe : false
</script> };
{% endblock %} makeBSS('.bss-slides', opts);
</script>
{% block outside_container %}
{% endblock %} {% endblock %}
{% block page_content %} {% block page_content %}