added a new style preview

This commit is contained in:
WolverinDEV 2019-07-08 11:32:14 +02:00
parent 625d9269bc
commit 9d00228a2a
6 changed files with 13 additions and 0 deletions

View file

@ -169,6 +169,19 @@
</div>
</div>
<div id="spoiler-style" style="z-index: 1000000; position: absolute; display: block; background: white; right: 5px; left: 5px; top: 34px;">
<img src="img/style/default.png">
</div>
<button class="toggle-spoiler-style" style="height: 30px; width: 100px; z-index: 100000000; position: absolute; top: 2px;">toggle style</button>
<script>
setTimeout(() => {
$("#spoiler-style").hide();
$(".toggle-spoiler-style").on('click', () => {
$("#spoiler-style").toggle();
});
}, 1000);
</script>
<div id="music-test"></div>
<div id="templates"></div>
<div id="sounds"></div>

BIN
shared/img/style/avatar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 KiB