diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-29 23:36:35 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-29 23:36:35 +0000 |
| commit | b2d1b69fd6d9b1f0473ea70bc473df6f370891da (patch) | |
| tree | 9f28a4ffe0a144518a413341eb0aed2a5d7fe9d3 /template/fullscreen.ryder.st | |
| parent | e620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff) | |
Refactor: extract inline CSS into static/css
Diffstat (limited to 'template/fullscreen.ryder.st')
| -rwxr-xr-x | template/fullscreen.ryder.st | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/template/fullscreen.ryder.st b/template/fullscreen.ryder.st index 83d5ae0..9fbce5f 100755 --- a/template/fullscreen.ryder.st +++ b/template/fullscreen.ryder.st @@ -14,25 +14,7 @@ </script> - <style type="text/css"> - *{ - margin:0; - padding:0; - font:60px "Gotham Black", Arial, sans-serif; - color:#FFF; - } - #full img{ -width:100%;height:100%; - } - .content{ - width:100%;height:100%; - - } - .content img{ - width:100%;height:100%; - - } - </style> + <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_ryder.css?v=20260129"> </head><body> $messages: { m | @@ -43,4 +25,4 @@ $messages: { m | }$ </div> -</body></html>
\ No newline at end of file +</body></html> |
