aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-06-28 21:30:42 -0700
committerPreston Pan <preston@nullring.xyz>2024-06-28 21:30:42 -0700
commite7dd5245c35d2794f59bcf700a6a92009ec8c478 (patch)
tree0d0e81552f0426f8b715bd5bd3bdd0856058db2c /style.css
parent01ba01763b81a838dcbac4c08243804e068495b9 (diff)
stuff
Diffstat (limited to 'style.css')
-rw-r--r--style.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/style.css b/style.css
index 8ec0f03..23a7aab 100644
--- a/style.css
+++ b/style.css
@@ -219,6 +219,32 @@ pre.src-stem:before {
-webkit-columns: 2;
-moz-columns: 2;
}
+.theorem {
+display:block;
+margin-left:10px;
+margin-bottom:20px;
+font-style:normal;
+}
+.theorem:before{
+content:"Theorem.\00a0\00a0";
+float:left;
+font-weight:bold;
+}
+.proof{
+display:block;
+margin-left:10px;
+margin-bottom:30px;
+font-style:normal;
+}
+.proof:before{
+content:'Proof.\00a0\00a0';
+float:left;
+font-weight:bold;
+}
+.proof:after{
+content:"\25FC";
+float:right;
+}
/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidenav {