This commit is contained in:
genuineparts 2025-06-27 19:44:41 +02:00
parent 4b2a0adf29
commit a60b3e5a12
4 changed files with 31 additions and 27 deletions

View file

@ -1,4 +1,4 @@
<h4>Raumliste</h4><a id="userlist" style="font-size:8px;">(schlie&szlig;en)</a>
<h4>Raumliste</h4><a id="userlist" class="chatlink" style="font-size:8px;">(schlie&szlig;en)</a>
<div id="users" class="mousescroll" style="padding:5px; height: 250px;">
{if $users==""}
<p>

View file

@ -2,7 +2,7 @@
<div class="wrapper col4">
<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 class="topbar"><a id="notchan" class="chatlink">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" class="chatlink">Benachrichtigung: An</a> | <a id="scrolling" class="chatlink">Scrolling: An</a> | <a id="whwindow" class="chatlink">{$whtext}</a> | <a id="submit" class="chatlink">{$submit}</a> | <a id="logout" class="chatlink">Logout</a></div>
<div id="chatlog" style="overflow-y:auto; height: 95%; z-index:1; position:relative;"></div>
</div>
<div id="column">

View file

@ -1,5 +1,5 @@
<h4>Userliste</h4>
<span id="curroom" style="font-weight:bold;">{$room}</span> <a id="allrooms" style="font-size:8px;">(Raumliste)</a>
<span id="curroom" style="font-weight:bold;">{$room}</span> <a id="allrooms" class="chatlink" style="font-size:8px;">(Raumliste)</a>
<div id="users" class="mousescroll" style="padding:5px; height: 250px;">
{if $users==""}
<p>

View file

@ -49,6 +49,10 @@ body {
list-style-type: none;
}
.chatlink {
cursor: pointer;
}
.rb-anim {
position: relative;
letter-spacing: 0.05em;
@ -93,6 +97,7 @@ a {
text-decoration: none;
color: #feac46;
background-color: #0a2145;
cursor: pointer;
}
.mimg {
@ -623,4 +628,3 @@ div.wrapper h2 {
margin: 0;
padding: 0;
}