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