diff options
Diffstat (limited to 'styles/style.css')
-rw-r--r-- | styles/style.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/styles/style.css b/styles/style.css index 8177684..b3f39a6 100644 --- a/styles/style.css +++ b/styles/style.css @@ -26,6 +26,17 @@ footer { width: 100%; } +blockquote { + border-color: #b6dcd5; + background-color: rgba(199,229,223,.4); + margin: 18px 5px; + padding: 12px; + border: 1px solid #79a; + overflow: hidden; + text-overflow: ellipsis; + border-radius: 5px; +} + table { border-collapse: collapse; width: 100%; @@ -38,6 +49,7 @@ th { color: white; border: 1px solid black; padding: 0.25em; + text-align: left; } form { @@ -107,6 +119,12 @@ th a:hover { width: 30%; } +.post-content { + width: 70%; + white-space: pre-line; + padding: 12px; +} + h1, h4 { margin-top: 2px; margin-bottom: 10px; |