diff options
Diffstat (limited to 'template/rooms')
| -rwxr-xr-x | template/rooms/VIP.st | 8 | ||||
| -rwxr-xr-x | template/rooms/artornot.st | 8 | ||||
| -rwxr-xr-x | template/rooms/atrium.st | 2 | ||||
| -rwxr-xr-x | template/rooms/butt.st | 2 | ||||
| -rwxr-xr-x | template/rooms/chat.down.st | 8 | ||||
| -rwxr-xr-x | template/rooms/chat.st | 2 | ||||
| -rwxr-xr-x | template/rooms/dump2.st | 2 | ||||
| -rwxr-xr-x | template/rooms/dumptest.st | 2 | ||||
| -rwxr-xr-x | template/rooms/frontpage.st | 2 | ||||
| -rwxr-xr-x | template/rooms/mgmt.st | 2 | ||||
| -rwxr-xr-x | template/rooms/nocss.st | 2 | ||||
| -rwxr-xr-x | template/rooms/vortex.st | 11 |
12 files changed, 25 insertions, 26 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> diff --git a/template/rooms/artornot.st b/template/rooms/artornot.st index 180ff85..b5b77b3 100755 --- a/template/rooms/artornot.st +++ b/template/rooms/artornot.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,8 +98,8 @@ $footer()$ </div> $preload()$ - <div id="vipinfo" style="position: absolute; z-index: 100000; right: 50; bottom: 125; background: white; padding: 10px; opacity: .75;"> - <h1><a href="http://artornot.info/">Is it art..or not??!<br>Dump your art, find it on artornot.info!</a></h1> - </div> + <div id="vipinfo"> + <h1><a href="http://artornot.info/">Is it art..or not??!<br>Dump your art, find it on artornot.info!</a></h1> + </div> </body> </html> diff --git a/template/rooms/atrium.st b/template/rooms/atrium.st index 1464398..8a94dcb 100755 --- a/template/rooms/atrium.st +++ b/template/rooms/atrium.st @@ -17,7 +17,7 @@ <html> <head> $head_edge()$ - <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> diff --git a/template/rooms/butt.st b/template/rooms/butt.st index 317483e..6c80511 100755 --- a/template/rooms/butt.st +++ b/template/rooms/butt.st @@ -6,7 +6,7 @@ <script type="text/javascript" src="/static/js/pichat.butt.js"></script> <script type="text/javascript" src="/static/js/jquery-ui-1.8.effects.min.js"></script> <script type="text/javascript" src="/static/js/sha1.js"></script> -<link rel="stylesheet" type="text/css" href="/static/css/reset.css?v=20260130"> +<link rel="stylesheet" type="text/css" href="/static/css/reset.css?v=20260131"> <link rel="stylesheet" type="text/css" href="/static/css/header.css?v=20260130"> $if(!user_nick)$ <link href="/static/form_login/front.css" media="screen, projection" rel="stylesheet" type="text/css"> diff --git a/template/rooms/chat.down.st b/template/rooms/chat.down.st index 93d106f..7ad9a2a 100755 --- a/template/rooms/chat.down.st +++ b/template/rooms/chat.down.st @@ -18,13 +18,13 @@ <head> <link rel="shortcut icon" href="/static/favicon.ico"> <title>dump.fm</title> - <link rel="stylesheet" type="text/css" href="/static/css/chat_down.css?v=20260129"> + <link rel="stylesheet" type="text/css" href="/static/css/chat_down.css?v=20260131"> </head> <body> <center> - <img src="https://i.imgur.com/BNeoy.png" style="margin-top:15%;"> - </center> - </body></html> + <img src="https://i.imgur.com/BNeoy.png" class="chat-down-image"> + </center> + </body></html> diff --git a/template/rooms/chat.st b/template/rooms/chat.st index 38a2ee2..7d5ae38 100755 --- a/template/rooms/chat.st +++ b/template/rooms/chat.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> diff --git a/template/rooms/dump2.st b/template/rooms/dump2.st index a4140af..fca994f 100755 --- a/template/rooms/dump2.st +++ b/template/rooms/dump2.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"> <link rel="stylesheet" type="text/css" href="/static/css/rooms_dump2.css?v=20260129"> <title>no $roomname$ dump.fm</title> diff --git a/template/rooms/dumptest.st b/template/rooms/dumptest.st index 6ab53c2..b20b189 100755 --- a/template/rooms/dumptest.st +++ b/template/rooms/dumptest.st @@ -18,7 +18,7 @@ _____ ___ ___ ___ ___ ___ $if(user_nick)$ <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> diff --git a/template/rooms/frontpage.st b/template/rooms/frontpage.st index 606d51f..a3c8957 100755 --- a/template/rooms/frontpage.st +++ b/template/rooms/frontpage.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> diff --git a/template/rooms/mgmt.st b/template/rooms/mgmt.st index f88ec54..098784d 100755 --- a/template/rooms/mgmt.st +++ b/template/rooms/mgmt.st @@ -23,7 +23,7 @@ <script type="text/javascript" src="/static/js/jquery-ui-1.8.effects.min.js"></script> <script type="text/javascript" src="/static/js/pichat.js?v=20260130"></script> <link rel="stylesheet" type="text/css" href="/static/css/mgmt.css?v=20260130.2"> -<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"> <script>Domain = "/"</script> $if(isadmin)$ diff --git a/template/rooms/nocss.st b/template/rooms/nocss.st index cd08097..d38f57a 100755 --- a/template/rooms/nocss.st +++ b/template/rooms/nocss.st @@ -24,7 +24,7 @@ <link rel="image_src" href="/static/img/thumbs/heartover.gif" > <!-- <script type="text/javascript" src="/static/js/jquery-ui-1.8.effects.min.js"></script> --> <script type="text/javascript" src="/static/js/pichat.js?v=20260130"></script> -<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"> <script>Domain = "/"</script> $if(!user_nick)$ diff --git a/template/rooms/vortex.st b/template/rooms/vortex.st index 128795e..1db0aa9 100755 --- a/template/rooms/vortex.st +++ b/template/rooms/vortex.st @@ -2,7 +2,7 @@ <html> <head> <title>dump.fm image vortex</title> -<link rel="stylesheet" type="text/css" href="/static/css/rooms_vortex.css?v=20260130"> +<link rel="stylesheet" type="text/css" href="/static/css/rooms_vortex.css?v=20260131"> @@ -192,11 +192,10 @@ $messages: { m | }$ <div id="infotxt">dump.fm image vortex<br><br>Real-Time Visualization of whats being dumped now.<br><br><a href="/" class="returnlink"> Return Home</a><br><br> - <div id="likebutton"> - <iframe src="https://www.facebook.com/widgets/like.php?href=/chat/vortex" - scrolling="no" frameborder="0" - style="border:none; width:170px; height:80px"></iframe> - </div> + <div id="likebutton"> + <iframe src="https://www.facebook.com/widgets/like.php?href=/chat/vortex" + scrolling="no" frameborder="0"></iframe> + </div> </div> |
