diff options
| author | Bobby <[email protected]> | 2023-01-31 04:10:22 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-01-31 04:10:22 -0500 |
| commit | 23091e5e4fb09a38d93ed687e52fa3459b39acb8 (patch) | |
| tree | d5643f599082d6b8a3dcd5ebb4cf7ba4d5057e86 /static/css/main.css | |
| parent | cdf726c1ad37a6517719d895048ffeaf8cfb9b86 (diff) | |
| download | thatcomputerscientist-23091e5e4fb09a38d93ed687e52fa3459b39acb8.tar.xz thatcomputerscientist-23091e5e4fb09a38d93ed687e52fa3459b39acb8.zip | |
render math using mathjax
Diffstat (limited to 'static/css/main.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; |
