summaryrefslogtreecommitdiff
path: root/template/terms8.st
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-01-30 19:30:37 +0000
committeryo momma <shutup@oops.wtf>2026-01-30 19:30:37 +0000
commit35e248d8861576b9928d904eb25c5cf1436e6cf2 (patch)
treed169c6af13468aa63c0f73947997b374dcbb35c0 /template/terms8.st
parent11f8e6abdddfd60a4514dd30cb4d198780dd84c5 (diff)
Refactor: shared CSS utilities + fewer inline styles
Diffstat (limited to 'template/terms8.st')
-rwxr-xr-xtemplate/terms8.st6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/terms8.st b/template/terms8.st
index a1a2a22..0cc0505 100755
--- a/template/terms8.st
+++ b/template/terms8.st
@@ -28,7 +28,7 @@ jQuery(function()
- <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>
@@ -37,14 +37,14 @@ jQuery(function()
</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>