diff options
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; +} |
