diff options
Diffstat (limited to 'template/terms8.st')
| -rwxr-xr-x | template/terms8.st | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/template/terms8.st b/template/terms8.st index d37a28c..0cc0505 100755 --- a/template/terms8.st +++ b/template/terms8.st @@ -1,7 +1,7 @@ <html> <head> - <link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen"/> - <link href="/static/css/header.css" rel="stylesheet" type="text/css" media="screen"/> + <link href="/static/css/pages.css?v=20260130" rel="stylesheet" type="text/css" media="screen"/> + <link href="/static/css/header.css?v=20260130" rel="stylesheet" type="text/css" media="screen"/> <script type="text/javascript" src="/static/js/win.js"></script> <script type="text/javascript"> @@ -16,12 +16,7 @@ jQuery(function() <title>dump.fm</title> $head()$ </head> - <body style=" font-family: Arial, Helvetica, sans-serif; - background-color:#f0f9ff; - background-image:url(/static/img/fade-blue.png)!important; - background-repeat:repeat-x; - background-position:top; -background-attachment:fixed;" onload=" + <body class="profile" onload=" javascript:CreateDropdownWindow('dump.fm', '360px', true, 'news', 20, 115); javascript:CreateDropdownWindow('terms of service', '560px', true, 'archive', 420, 60); @@ -33,7 +28,7 @@ background-attachment:fixed;" onload=" - <div style="overflow:hidden; height:600px; position:absolute;display:none;" id="news"> + <div id="news" class="is-hidden" style="overflow:hidden; height:600px; position:absolute;"> <div style="padding:0px;" id="content" name="content"> <div style="background-color:#fff"><center> <img src="/static/img/dumpclouds.png"><br><br> <h5> @@ -42,14 +37,14 @@ background-attachment:fixed;" onload=" </center><br></div></h5> </div></div> - <div style="display:none;"id="archive"> + <div id="archive" class="is-hidden"> <div style="padding:0px" id="content" name="content"> <iframe src="/static/html/terms.html" style="overflow-x:hidden; padding:5;background-image:url(/static/img/hearts.gif);background-repeat:repeat;" width="550px" height="500px"></iframe> </div> </div> - <div style="display:none;"id="link"> + <div id="link" class="is-hidden"> </div> |
