diff --git a/modules/chat/templates/default/allroomlist.tpl b/modules/chat/templates/default/allroomlist.tpl index 5c513dc..634fbc9 100644 --- a/modules/chat/templates/default/allroomlist.tpl +++ b/modules/chat/templates/default/allroomlist.tpl @@ -1,4 +1,4 @@ -

Raumliste

(schließen) +

Raumliste

(schließen)
{if $users==""}

diff --git a/modules/chat/templates/default/chat_full_ws.tpl b/modules/chat/templates/default/chat_full_ws.tpl index 5014e09..1e203a8 100644 --- a/modules/chat/templates/default/chat_full_ws.tpl +++ b/modules/chat/templates/default/chat_full_ws.tpl @@ -2,7 +2,7 @@

diff --git a/modules/chat/templates/default/userlist.tpl b/modules/chat/templates/default/userlist.tpl index aad5466..1b99df8 100644 --- a/modules/chat/templates/default/userlist.tpl +++ b/modules/chat/templates/default/userlist.tpl @@ -1,5 +1,5 @@

Userliste

-{$room} (Raumliste) +{$room} (Raumliste)
{if $users==""}

diff --git a/themes/funchat/layout/styles/layout.css b/themes/funchat/layout/styles/layout.css index 0e6583b..75729d9 100644 --- a/themes/funchat/layout/styles/layout.css +++ b/themes/funchat/layout/styles/layout.css @@ -49,29 +49,33 @@ body { list-style-type: none; } -.rb-anim{ -position: relative; -letter-spacing: 0.05em; -font-weight: 500; -background: linear-gradient( -#fd004c 16.7%, -#fe9000 16.7%, -#fe9000 33.4%, -#fff020 33.4%, -#fff020 50.1%, -#3edf4b 50.1%, -#3edf4b 66.8%, -#3363ff 66.8%, -#3363ff 83.5%, -#b102b7 83.5% -); -color: transparent; --webkit-background-clip: text; -background-clip: text; --webkit-text-stroke: 0.04em white; -margin-bottom: 0.5em; -line-height: 1.1em; -animation: rainbow 50s linear infinite; +.chatlink { + cursor: pointer; +} + +.rb-anim { + position: relative; + letter-spacing: 0.05em; + font-weight: 500; + background: linear-gradient( + #fd004c 16.7%, + #fe9000 16.7%, + #fe9000 33.4%, + #fff020 33.4%, + #fff020 50.1%, + #3edf4b 50.1%, + #3edf4b 66.8%, + #3363ff 66.8%, + #3363ff 83.5%, + #b102b7 83.5% + ); + color: transparent; + -webkit-background-clip: text; + background-clip: text; + -webkit-text-stroke: 0.04em white; + margin-bottom: 0.5em; + line-height: 1.1em; + animation: rainbow 50s linear infinite; } @keyframes rainbow { @@ -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; } -