From b2d1b69fd6d9b1f0473ea70bc473df6f370891da Mon Sep 17 00:00:00 2001 From: yo momma Date: Thu, 29 Jan 2026 23:36:35 +0000 Subject: Refactor: extract inline CSS into static/css --- static/css/fullscreen2.css | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 static/css/fullscreen2.css (limited to 'static/css/fullscreen2.css') diff --git a/static/css/fullscreen2.css b/static/css/fullscreen2.css new file mode 100644 index 0000000..dfd3436 --- /dev/null +++ b/static/css/fullscreen2.css @@ -0,0 +1,42 @@ +* { + 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; +} -- cgit v1.2.3-70-g09d2