diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-01 19:49:01 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-01 19:49:01 +0000 |
| commit | c83b61db8056bc53d1a1def36915137904c97447 (patch) | |
| tree | fc0cbe4804b3f2380ebbd2306ee1832d0be685ed /static/html/search.test.html | |
| parent | d5ecfaf90385e846ce7168b1b18535315b7fcdc4 (diff) | |
Refactor: clean more static inline stylesrefactor
Diffstat (limited to 'static/html/search.test.html')
| -rwxr-xr-x | static/html/search.test.html | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/static/html/search.test.html b/static/html/search.test.html index 96769c4..50bb259 100755 --- a/static/html/search.test.html +++ b/static/html/search.test.html @@ -27,18 +27,18 @@ window.location = "/error/ie"; </script> <![endif]--> - <style> - body{margin:6%;} - img { max-width: 400px; max-height: 400px;} - h1 { width: 40%; display:inline-block; margin: 20px; font-size: 30px;} - #content { overflow: visible} - #content a { position: relative; display:inline-block; } - #content a canvas { position:absolute; z-index: 0; top: 0; left: 0; } - #content a img { position:absolute; z-index: 1; top:0; left: 0; } - #content a.animating canvas { display: none } - </style> - </head> - <body class="profile" style="margin:1%;"> + <style> + body { margin: 1%; } + img { max-width: 400px; max-height: 400px;} + h1 { width: 40%; display:inline-block; margin: 20px; font-size: 30px;} + #content { overflow: visible} + #content a { position: relative; display:inline-block; } + #content a canvas { position:absolute; z-index: 0; top: 0; left: 0; } + #content a img { position:absolute; z-index: 1; top:0; left: 0; } + #content a.animating canvas { display: none } + </style> + </head> + <body class="profile"> <center>search dumps: <input type="text" name="search-query" id="search-query" /></center><br><br> <center><div id="message"></div><br><br></center> @@ -213,4 +213,3 @@ </script> </html> - |
