fixed up chat some more

This commit is contained in:
genuineparts 2025-06-19 21:07:36 +02:00
parent 425350d402
commit 9bab32d2ae
18 changed files with 1204 additions and 180 deletions

View file

@ -3,7 +3,7 @@
<div id="container">
<div id="content" style="height: 80vh;">
<div class="topbar"><a id="notchan">Ding</a> | <a href="//funch.at/forum/help-8.html" target="_blank" onclick="return popup('//funch.at/forum/help-8.html','width=800, height=800, resizeable,scrollbars=yes');">Hilfe</a> | <a href="//funch.at/forum/misc.php?action=smilies&amp;popup=true" target="_blank" onclick="return popup('//funch.at/forum/misc.php?action=smilies&amp;popup=true','width=600, height=600, resizeable,scrollbars=yes');">Smilies</a> | <a id="notsw">Benachrichtigung: An</a> | <a id="scrolling">Scrolling: An</a> | <a id="whwindow">{$whtext}</a> | <a id="submit">{$submit}</a> | <a id="logout">Logout</a></div>
<div id="chatlog" style="z-index:1; position:relative;"></div>
<div id="chatlog" style="overflow-y:auto; height: 95%; z-index:1; position:relative;"></div>
</div>
<div id="column">
<div class="userlist">
@ -21,16 +21,4 @@
<div id="whispers" style="display:none;">
</div>
<div id="repwindow" style="display:none;">
<script type="text/javascript">
$(function(){
$('#chatlog').slimScroll({
color: '#00f',
size: '10px',
width: '90%',
wheelStep: 10,
height: '90%',
start: 'bottom'
});
});
</script>
</div>