summaryrefslogtreecommitdiff
path: root/static/css/top.css
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-01 19:49:01 +0000
committeryo momma <shutup@oops.wtf>2026-02-01 19:49:01 +0000
commitc83b61db8056bc53d1a1def36915137904c97447 (patch)
treefc0cbe4804b3f2380ebbd2306ee1832d0be685ed /static/css/top.css
parentd5ecfaf90385e846ce7168b1b18535315b7fcdc4 (diff)
Refactor: clean more static inline stylesrefactor
Diffstat (limited to 'static/css/top.css')
-rwxr-xr-xstatic/css/top.css17
1 files changed, 13 insertions, 4 deletions
diff --git a/static/css/top.css b/static/css/top.css
index afc2f0b..d6a9b49 100755
--- a/static/css/top.css
+++ b/static/css/top.css
@@ -151,9 +151,19 @@ border:1px solid #000;
font-size:20px;
}
-.no-cursor { cursor: none; }
-.invisible { display: none !important; }
-#cursor-big { position: absolute; z-index: 1000; }
+ .no-cursor { cursor: none; }
+ .invisible { display: none !important; }
+ #cursor-big { position: absolute; z-index: 1000; }
+
+ .preload-pixel {
+ visibility: hidden;
+ width: 0;
+ height: 0;
+ }
+
+ .word-spacing-normal {
+ word-spacing: normal;
+ }
label {
display:inline-block;
@@ -278,4 +288,3 @@ a.img_roll:hover{
ul.pagination li { float:left; margin:0 5px;display:none; }
ul.pagination a { display:block; width:12px; padding-top:12px; height:0; overflow:hidden; background-image:url(/static/img/pagination.png); background-position:0 0; background-repeat:no-repeat;}
-