From 3fe84e39dd2ddbc3f9f75f02b9bc543c2012f4e2 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 22 May 2020 12:48:29 +0200 Subject: Added comments --- static/style.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index 223edef..2265ccd 100644 --- a/static/style.css +++ b/static/style.css @@ -155,6 +155,19 @@ p.modified { margin-top: 50px; } +.draft { + color: #ddd; + position: absolute; + top: 500px; + left: 400px; + font-size: 160px; + text-transform: uppercase; + font-weight: 800; + z-index: -1; + transform: rotate(-45deg); + display: block; +} + ::selection { background: #ff0; color: #000; @@ -165,6 +178,10 @@ p.modified { color: #000; } +#replybox { + margin-top: 70px; +} + @media only screen and (max-width:480px) { body { font-size: 18px; @@ -217,6 +234,12 @@ p.modified { code, pre { font-size: 14px; } + + .draft { + font-size: 90px; + top: 400px; + left: 50px; + } } @media (prefers-color-scheme: light) { -- cgit v1.2.3