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/fullscreen2.st | |
| parent | e620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff) | |
Refactor: extract inline CSS into static/css
Diffstat (limited to 'template/fullscreen2.st')
| -rwxr-xr-x | template/fullscreen2.st | 41 |
1 files changed, 2 insertions, 39 deletions
diff --git a/template/fullscreen2.st b/template/fullscreen2.st index 2927f47..38a5e2b 100755 --- a/template/fullscreen2.st +++ b/template/fullscreen2.st @@ -28,44 +28,7 @@ </script> - <style type="text/css"> - *{ - margin:0; - padding:0; - font:60px "Gotham Black", Arial, sans-serif; - color:#FFF; - } - img{ - border:none; - } - body { - overflow:hidden;/*Needed to eliminate scrollbars*/ - } - #content{ - margin:0px auto; - height:100px; - width:100%; - bottom:5%; - background-color:#262626; - border-top:3px solid #4F4F4F; - border-bottom:3px solid #4F4F4F; - position:absolute; - } - #contentframe{ - text-align:center; - } - - /*Supersize Plugin Styles*/ - #supersize img, #supersize a{ - height:100%; - width:100%; - display:none; - } - #supersize .activeslide, #supersize .activeslide img{ - display:inline; - } - - </style> + <link rel="stylesheet" type="text/css" href="/static/css/fullscreen2.css?v=20260129"> </head><body> $messages: { m | <div style="width: 1224px; height: 918px;" id="supersize"> @@ -76,4 +39,4 @@ $messages: { m | }$ -</body></html>
\ No newline at end of file +</body></html> |
