From 23091e5e4fb09a38d93ed687e52fa3459b39acb8 Mon Sep 17 00:00:00 2001 From: Bobby Date: Tue, 31 Jan 2023 04:10:22 -0500 Subject: render math using mathjax --- static/css/main.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'static/css') 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; -- cgit v1.2.3