diff options
Diffstat (limited to 'static/css/fullscreen_smalltext.css')
| -rw-r--r-- | static/css/fullscreen_smalltext.css | 20 |
1 files changed, 20 insertions, 0 deletions
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; +} |
