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/fullscreen_bigtext.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 static/css/fullscreen_bigtext.css (limited to 'static/css/fullscreen_bigtext.css') diff --git a/static/css/fullscreen_bigtext.css b/static/css/fullscreen_bigtext.css new file mode 100644 index 0000000..2236b23 --- /dev/null +++ b/static/css/fullscreen_bigtext.css @@ -0,0 +1,19 @@ +#fav-indicator { + display: none; + position: fixed; + z-index: 999; + height: 150px; + width: 150px; + left: 20px; + top: 20px; +} + +#big-image { + font-size: 120px; + text-align: justify; + text-justify: newspaper; + text-shadow: 1px 1px #eee, 2px 2px #f0e, 3px 3px #eee, 4px 4px #f0e, 5px 5px #eee, + 3px 3px #eee, 4px 4px #f0e, 5px 5px #eee, 6px 6px #f0e, 6px 6px #eee, 7px 7px #f0e, + 7px 7px #eee, 8px 8px #f0e, 8px 8px #eee, 9px 9px #f0e, 9px 9px #eee; + color: #fff; +} -- cgit v1.2.3-70-g09d2