diff options
Diffstat (limited to 'source/assets/default.css')
| -rw-r--r-- | source/assets/default.css | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/source/assets/default.css b/source/assets/default.css index 0d1b09e..ee88a25 100644 --- a/source/assets/default.css +++ b/source/assets/default.css | |||
| @@ -5,8 +5,8 @@ | |||
| 5 | * { | 5 | * { |
| 6 | box-sizing: border-box; | 6 | box-sizing: border-box; |
| 7 | -moz-osx-font-smoothing: grayscale !important; | 7 | -moz-osx-font-smoothing: grayscale !important; |
| 8 | text-rendering: optimizeLegibility !important; | 8 | text-rendering: optimizeLegibility !important; |
| 9 | -webkit-font-smoothing: antialiased !important; | 9 | -webkit-font-smoothing: antialiased !important; |
| 10 | } | 10 | } |
| 11 | 11 | ||
| 12 | body { | 12 | body { |
| @@ -55,7 +55,7 @@ img { | |||
| 55 | } | 55 | } |
| 56 | 56 | ||
| 57 | .wrapper { | 57 | .wrapper { |
| 58 | max-width: 800px; | 58 | max-width: 720px; |
| 59 | margin: 0 auto; | 59 | margin: 0 auto; |
| 60 | } | 60 | } |
| 61 | 61 | ||
| @@ -301,6 +301,26 @@ article img.large { | |||
| 301 | } | 301 | } |
| 302 | } | 302 | } |
| 303 | 303 | ||
| 304 | /******************************************************************* COMMENTS */ | ||
| 305 | |||
| 306 | #commento { | ||
| 307 | margin-top: 75px; | ||
| 308 | } | ||
| 309 | |||
| 310 | #commento-footer { | ||
| 311 | display: none !important; | ||
| 312 | } | ||
| 313 | |||
| 314 | #commento-submit-button-root { | ||
| 315 | background: #fff !important; | ||
| 316 | color: #495057 !important; | ||
| 317 | box-shadow: none !important; | ||
| 318 | } | ||
| 319 | |||
| 320 | .commento-avatar-img { | ||
| 321 | margin-top: 0 !important; | ||
| 322 | } | ||
| 323 | |||
| 304 | /********************************************************************** PRINT */ | 324 | /********************************************************************** PRINT */ |
| 305 | 325 | ||
| 306 | @media print { | 326 | @media print { |
