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 | |
| parent | 47d5fd054a9d5e268ec44751ed952c31ef1d8ac2 (diff) | |
Refactor: extract remaining inline styles
Diffstat (limited to 'template')
| -rwxr-xr-x | template/browser.st | 4 | ||||
| -rwxr-xr-x | template/fame2.st | 35 | ||||
| -rwxr-xr-x | template/fullscreen2.st | 4 | ||||
| -rwxr-xr-x | template/fullscreen4.st | 4 | ||||
| -rwxr-xr-x | template/fullscreen5.st | 4 | ||||
| -rwxr-xr-x | template/fullscreen_front.st | 2 | ||||
| -rwxr-xr-x | template/fullscreenphotobooth.st | 4 | ||||
| -rwxr-xr-x | template/ie_fullscreen.st | 2 | ||||
| -rwxr-xr-x | template/mgmtfull.st | 4 | ||||
| -rwxr-xr-x | template/reset.st | 11 | ||||
| -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 |
22 files changed, 63 insertions, 62 deletions
diff --git a/template/browser.st b/template/browser.st index 79308e1..7a6a010 100755 --- a/template/browser.st +++ b/template/browser.st @@ -2,7 +2,7 @@ <head> <title>dump.fm | Image Search Beta</title> $head()$ - <link rel="stylesheet" type="text/css" href="/static/css/browser.css?v=20260130"> + <link rel="stylesheet" type="text/css" href="/static/css/browser.css?v=20260131"> <link rel="stylesheet" type="text/css" href="/static/css/header.css?v=20260130"> <script type="text/javascript" src="/static/gritter/js/jquery.gritter.js"></script> <link rel="stylesheet" type="text/css" href="/static/gritter/css/jquery.gritter.css" /> @@ -45,7 +45,7 @@ $endif$ </div> </div> -<div id="footerc" style="bottom:3px;"> +<div id="footerc"> <p> $footer()$</p> <p> diff --git a/template/fame2.st b/template/fame2.st index 00b99f8..58ec622 100755 --- a/template/fame2.st +++ b/template/fame2.st @@ -1,27 +1,28 @@ <html> - <head> - <title>dump.fm hall of fame</title> - $head()$ - <script> - jQuery(document).ready(initLog); - </script> - </head> + <head> + <title>dump.fm hall of fame</title> + $head()$ + <link rel="stylesheet" type="text/css" href="/static/css/fame.css?v=20260131"> + <script> + jQuery(document).ready(initLog); + </script> + </head> <body> $banner()$ <div id="content"> <div id="messagePaneh"> - - <div id="userListp"> - <img src="/static/img/halloffametrophy.gif" id="halltrophy"> - <h1 style="font-size:150%;">Hall Of Fame </h1><br><br> - <form name="halltime"> <B> VIEW BY </B> -<select style="font-size:14px;color:#000;font-family:verdana;background-color:#ffffff;font-weight:bold;" name="menu" onChange="location=document.halltime.menu.options[document.halltime.menu.selectedIndex].value;"> -<option value="#">DAY</option> -<option value="#">WEEK</option> -<option value="http://">ALL TIME</option> -</select> + + <div id="userListp"> + <img src="/static/img/halloffametrophy.gif" id="halltrophy"> + <h1 class="hall-of-fame-title">Hall Of Fame</h1><br><br> + <form name="halltime"> <B> VIEW BY </B> + <select class="hall-of-fame-select" name="menu" onChange="location=document.halltime.menu.options[document.halltime.menu.selectedIndex].value;"> + <option value="#">DAY</option> + <option value="#">WEEK</option> + <option value="http://">ALL TIME</option> + </select> </form><br> </div> <div id="messageList"> diff --git a/template/fullscreen2.st b/template/fullscreen2.st index 1dfe6b8..e5c70f5 100755 --- a/template/fullscreen2.st +++ b/template/fullscreen2.st @@ -27,10 +27,10 @@ </script> - <link rel="stylesheet" type="text/css" href="/static/css/fullscreen2.css?v=20260129"> + <link rel="stylesheet" type="text/css" href="/static/css/fullscreen2.css?v=20260131"> </head><body> $messages: { m | -<div style="width: 1224px; height: 918px;" id="supersize"> +<div id="supersize"> <div id="message-$m.message_id$"> <span class="content">$m.content$</span> </div> </div> diff --git a/template/fullscreen4.st b/template/fullscreen4.st index 1d1a4e6..d1ea427 100755 --- a/template/fullscreen4.st +++ b/template/fullscreen4.st @@ -14,7 +14,7 @@ } jQuery(startChatUpdater); </script> - <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_base.css?v=20260129"> + <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_base.css?v=20260131"> <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_smalltext.css?v=20260129"> <link rel="stylesheet" type="text/css" href="/static/css/fullscreen4_extra.css?v=20260129"> <script>jQuery(initLogin)</script> @@ -34,7 +34,7 @@ <div align="left">password</div> <div><input id="passwordInput" type="password"></div> --> - <div align="right" style="font-size: 80%">remember me? <input id="remembermeInput" type="checkbox" checked="true"></div> + <div align="right" class="rememberme-row">remember me? <input id="remembermeInput" type="checkbox" checked="true"></div> <br> <div> <center><input type="submit" value="LOGIN"></center> diff --git a/template/fullscreen5.st b/template/fullscreen5.st index d0162d9..7181ff5 100755 --- a/template/fullscreen5.st +++ b/template/fullscreen5.st @@ -14,7 +14,7 @@ } jQuery(startChatUpdater); </script> - <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_base.css?v=20260129"> + <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_base.css?v=20260131"> <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_smalltext.css?v=20260129"> <script>jQuery(initLogin)</script> </head> @@ -33,7 +33,7 @@ <div align="left">password</div> <div><input id="passwordInput" type="password"></div> --> - <div align="right" style="font-size: 80%">remember me? <input id="remembermeInput" type="checkbox" checked="true"></div> + <div align="right" class="rememberme-row">remember me? <input id="remembermeInput" type="checkbox" checked="true"></div> <br> <div> <center><input type="submit" value="LOGIN"></center> diff --git a/template/fullscreen_front.st b/template/fullscreen_front.st index 82b1403..b0bfb4d 100755 --- a/template/fullscreen_front.st +++ b/template/fullscreen_front.st @@ -14,7 +14,7 @@ } jQuery(startChatUpdater); </script> - <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_base.css?v=20260129"> + <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_base.css?v=20260131"> <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_bigtext.css?v=20260129"> </head> <body> diff --git a/template/fullscreenphotobooth.st b/template/fullscreenphotobooth.st index 6de7ca1..d6a1675 100755 --- a/template/fullscreenphotobooth.st +++ b/template/fullscreenphotobooth.st @@ -14,7 +14,7 @@ } jQuery(startChatUpdater); </script> - <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_base.css?v=20260129"> + <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_base.css?v=20260131"> <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_bigtext.css?v=20260129"> <script>jQuery(initLogin)</script> </head> @@ -33,7 +33,7 @@ <div align="left">password</div> <div><input id="passwordInput" type="password"></div> --> - <div align="right" style="font-size: 80%">remember me? <input id="remembermeInput" type="checkbox" checked="true"></div> + <div align="right" class="rememberme-row">remember me? <input id="remembermeInput" type="checkbox" checked="true"></div> <br> <div> <center><input type="submit" value="LOGIN"></center> diff --git a/template/ie_fullscreen.st b/template/ie_fullscreen.st index 480037b..b5c448f 100755 --- a/template/ie_fullscreen.st +++ b/template/ie_fullscreen.st @@ -15,7 +15,7 @@ } jQuery(startChatUpdater); </script> - <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_base.css?v=20260129"> + <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_base.css?v=20260131"> <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_bigtext.css?v=20260129"> <script>jQuery(initLogin)</script> </head> diff --git a/template/mgmtfull.st b/template/mgmtfull.st index 5ec3faa..26f7872 100755 --- a/template/mgmtfull.st +++ b/template/mgmtfull.st @@ -14,7 +14,7 @@ } jQuery(startChatUpdater); </script> - <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_base.css?v=20260129"> + <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_base.css?v=20260131"> <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_bigtext.css?v=20260129"> <script>jQuery(initLogin)</script> </head> @@ -33,7 +33,7 @@ <div align="left">password</div> <div><input id="passwordInput" type="password"></div> --> - <div align="right" style="font-size: 80%">remember me? <input id="remembermeInput" type="checkbox" checked="true"></div> + <div align="right" class="rememberme-row">remember me? <input id="remembermeInput" type="checkbox" checked="true"></div> <br> <div> <center><input type="submit" value="LOGIN"></center> diff --git a/template/reset.st b/template/reset.st index 5fbfe65..4402239 100755 --- a/template/reset.st +++ b/template/reset.st @@ -3,6 +3,8 @@ <title>dump.fm Password Reset</title> <script type="text/javascript" src="/static/js/sha1.js"></script> $head()$ + <link rel="stylesheet" type="text/css" href="/static/css/index.css?v=20260131"> + <link rel="stylesheet" type="text/css" href="/static/css/password_reset.css?v=20260131"> <script> jQuery(function() { @@ -26,11 +28,10 @@ }); </script> </head> - <link rel="stylesheet" type="text/css" href="static/css/index.css"> <body> <div id="rapper"></div> -<div id="content" style="z-index:77;"> +<div id="content" class="reset-content"> <div id="main" align="center"> @@ -39,13 +40,13 @@ <a href="/"><img src="/static/img/dumpclearlogo2.png"></a> <div align="center"> $if(valid_request)$ - <div id="feedback" style="display: none; color: red; margin-bottom: 2em;"></div> + <div id="feedback" class="is-hidden"></div> <h1>Reset Your Password</h1> <br> - <label style="text-align:left;margin-bottom:-8px;">New Password:</label> + <label>New Password:</label> <input type="password" id="p1"> <br> - <label style="text-align:left;margin-bottom:-8px;">Repeat Password:</label> + <label>Repeat Password:</label> <input type="password" id="p2"> <br> <form action="$link$" method="POST"> 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> |
