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_smalltext.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 static/css/fullscreen_smalltext.css (limited to 'static/css/fullscreen_smalltext.css') diff --git a/static/css/fullscreen_smalltext.css b/static/css/fullscreen_smalltext.css new file mode 100644 index 0000000..7ff6a67 --- /dev/null +++ b/static/css/fullscreen_smalltext.css @@ -0,0 +1,20 @@ +#loginbox div { + border: 0; +} + +#fav-indicator { + display: none; + position: fixed; + z-index: 999; + height: 50px; + width: 50px; + right: 20px; + top: 20px; +} + +#big-image { + font-size: 20px; + text-align: left; + text-justify: newspaper; + color: #000; +} -- cgit v1.2.3-70-g09d2