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/fame2.st | |
| parent | 47d5fd054a9d5e268ec44751ed952c31ef1d8ac2 (diff) | |
Refactor: extract remaining inline styles
Diffstat (limited to 'template/fame2.st')
| -rwxr-xr-x | template/fame2.st | 35 |
1 files changed, 18 insertions, 17 deletions
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"> |
