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 /static/css/fullscreen2.css | |
| parent | e620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff) | |
Refactor: extract inline CSS into static/css
Diffstat (limited to 'static/css/fullscreen2.css')
| -rw-r--r-- | static/css/fullscreen2.css | 42 |
1 files changed, 42 insertions, 0 deletions
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; +} |
