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