diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-05-22 12:48:29 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-05-22 12:48:29 +0200 |
| commit | 3fe84e39dd2ddbc3f9f75f02b9bc543c2012f4e2 (patch) | |
| tree | 3ca59717bd7b0c7404e3b7027af37100ef7a0550 /static | |
| parent | f080143428905fc8eb421b7f26f780389efb713c (diff) | |
| download | mitjafelicijan.com-3fe84e39dd2ddbc3f9f75f02b9bc543c2012f4e2.tar.gz | |
Added comments
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 23 |
1 files changed, 23 insertions, 0 deletions
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 { | |||
| 155 | margin-top: 50px; | 155 | margin-top: 50px; |
| 156 | } | 156 | } |
| 157 | 157 | ||
| 158 | .draft { | ||
| 159 | color: #ddd; | ||
| 160 | position: absolute; | ||
| 161 | top: 500px; | ||
| 162 | left: 400px; | ||
| 163 | font-size: 160px; | ||
| 164 | text-transform: uppercase; | ||
| 165 | font-weight: 800; | ||
| 166 | z-index: -1; | ||
| 167 | transform: rotate(-45deg); | ||
| 168 | display: block; | ||
| 169 | } | ||
| 170 | |||
| 158 | ::selection { | 171 | ::selection { |
| 159 | background: #ff0; | 172 | background: #ff0; |
| 160 | color: #000; | 173 | color: #000; |
| @@ -165,6 +178,10 @@ p.modified { | |||
| 165 | color: #000; | 178 | color: #000; |
| 166 | } | 179 | } |
| 167 | 180 | ||
| 181 | #replybox { | ||
| 182 | margin-top: 70px; | ||
| 183 | } | ||
| 184 | |||
| 168 | @media only screen and (max-width:480px) { | 185 | @media only screen and (max-width:480px) { |
| 169 | body { | 186 | body { |
| 170 | font-size: 18px; | 187 | font-size: 18px; |
| @@ -217,6 +234,12 @@ p.modified { | |||
| 217 | code, pre { | 234 | code, pre { |
| 218 | font-size: 14px; | 235 | font-size: 14px; |
| 219 | } | 236 | } |
| 237 | |||
| 238 | .draft { | ||
| 239 | font-size: 90px; | ||
| 240 | top: 400px; | ||
| 241 | left: 50px; | ||
| 242 | } | ||
| 220 | } | 243 | } |
| 221 | 244 | ||
| 222 | @media (prefers-color-scheme: light) { | 245 | @media (prefers-color-scheme: light) { |
