added a new style preview
This commit is contained in:
parent
625d9269bc
commit
9d00228a2a
6 changed files with 13 additions and 0 deletions
|
@ -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
BIN
shared/img/style/avatar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 266 KiB |
BIN
shared/img/style/default.png
Normal file
BIN
shared/img/style/default.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 242 KiB |
BIN
shared/img/style/default_with_px.png
Normal file
BIN
shared/img/style/default_with_px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 245 KiB |
BIN
shared/img/style/dropdown.png
Normal file
BIN
shared/img/style/dropdown.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 213 KiB |
BIN
shared/img/style/privat_chat.png
Normal file
BIN
shared/img/style/privat_chat.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 258 KiB |
Loading…
Add table
Reference in a new issue