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 | |
| parent | d5ecfaf90385e846ce7168b1b18535315b7fcdc4 (diff) | |
Refactor: clean more static inline stylesrefactor
Diffstat (limited to 'static/html')
| -rwxr-xr-x | static/html/help.html | 2 | ||||
| -rwxr-xr-x | static/html/help2.html | 2 | ||||
| -rwxr-xr-x | static/html/search.test.html | 25 | ||||
| -rwxr-xr-x | static/html/terms.html | 7 |
4 files changed, 18 insertions, 18 deletions
diff --git a/static/html/help.html b/static/html/help.html index b0947b9..6f5eaa7 100755 --- a/static/html/help.html +++ b/static/html/help.html @@ -6,7 +6,7 @@ <link rel="stylesheet" href="/static/css/ChatBubble-simple.css" media="screen" />
</head>
-<body style="width:475px; font-family: Arial, Helvetica, sans-serif;">
+<body class="help-body"> <span id="howtopostimage">
<div class="CBmsg CBmsgR CBblueR">
<div class="CBtxt">
diff --git a/static/html/help2.html b/static/html/help2.html index 6dcf0c4..61c07d4 100755 --- a/static/html/help2.html +++ b/static/html/help2.html @@ -6,7 +6,7 @@ <link rel="stylesheet" href="/static/css/ChatBubble-simple.css" media="screen" />
</head>
-<body style="width:475px; font-family: Arial, Helvetica, sans-serif;">
+<body class="help-body"> <div id="table">
tablez
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> - diff --git a/static/html/terms.html b/static/html/terms.html index 5eb2bba..026b22b 100755 --- a/static/html/terms.html +++ b/static/html/terms.html @@ -3,13 +3,14 @@ <title>terms</title> +<link rel="stylesheet" href="/static/css/terms.css" type="text/css" media="all" /> - + </head> -<body style="margin:0; width:500px;"> +<body class="terms-body"> -<div style="height:600px;width:500px;"> +<div class="terms-container"> <DIV class="Part" ><H1 |
