diff options
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/main.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css index 7c273b06..eb06b27d 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -73,6 +73,12 @@ kbd { white-space: nowrap; } +blockquote { + border-left: solid 5px #a591ee; + padding-left: 10px; + margin: 10px 0px; +} + /* Full width auto spacing table... ellipsis if text overflows */ #posts { width: 100%; @@ -229,6 +235,15 @@ kbd { margin: 0px; } +.noselect { + user-select: none; + -ms-user-select: none; + -moz-user-select: none; + -khtml-user-select: none; + -webkit-user-select: none; + -webkit-touch-callout: none; +} + #wrap { width: 1000px; margin: auto; |
