diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-31 17:15:01 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-31 17:15:01 +0000 |
| commit | 41a99ba87e2e5789c2a33d7dc5f7d3d0c9871b8e (patch) | |
| tree | 3439b7d5bd681fe1ff2410903b82462d2bdcb79e /template/rooms/VIP.st | |
| parent | 47d5fd054a9d5e268ec44751ed952c31ef1d8ac2 (diff) | |
Refactor: extract remaining inline styles
Diffstat (limited to 'template/rooms/VIP.st')
| -rwxr-xr-x | template/rooms/VIP.st | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/rooms/VIP.st b/template/rooms/VIP.st index 64511da..a76427a 100755 --- a/template/rooms/VIP.st +++ b/template/rooms/VIP.st @@ -17,7 +17,7 @@ <html> <head> $head()$ - <link rel="stylesheet" type="text/css" href="/static/css/chat_wrapper.css?v=20260129"> + <link rel="stylesheet" type="text/css" href="/static/css/chat_wrapper.css?v=20260131"> <title>$roomname$ dump.fm</title> <script type="text/javascript" src="/static/js/invalid_domains.js"></script> @@ -98,9 +98,9 @@ $footer()$ </div> $preload()$ - <div id="vipinfo" style="position: absolute; z-index: 100000; right: 50; bottom: 125; background: white; padding: 10px; opacity: .75;"> - <h1>Welcome to the cool club</h1> - <ul> + <div id="vipinfo"> + <h1>Welcome to the cool club</h1> + <ul> <li><a href="$domain$/roomlist">Rooms</a></li> <li><a href="$domain$/users">New Users</a></li> <li><a href="$domain$/users/lastlog">Last seen users</a></li> |
