summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/simple/static/css/main.css19
-rw-r--r--themes/simple/static/fonts/ltstreak-italic.ttfbin0 -> 98724 bytes
2 files changed, 18 insertions, 1 deletions
diff --git a/themes/simple/static/css/main.css b/themes/simple/static/css/main.css
index 0dbbf87..b54f2ce 100644
--- a/themes/simple/static/css/main.css
+++ b/themes/simple/static/css/main.css
@@ -54,7 +54,8 @@ h1 {
border-bottom: 1px solid rgb(0, 0, 0);
border-radius: 30px 30px 0 0;
- box-shadow: 0px 8px 10px rgba(20, 20, 20, 0.5);
+ box-shadow: 0px 8px 8px 0 rgba(20, 20, 20, 0.5);
+ box-shadow: 0px 0px 8px 4px rgba(20, 20, 20, 0.5);
}
#header hgroup {
@@ -86,6 +87,8 @@ aside {
border-left: 1px solid #666666;
border-right: 1px solid #666666;
background: rgba(30, 30, 30, 0.4);
+
+ box-shadow: 8px 0px 4px -4px rgba(20, 20, 20, 0.5);
}
#navs {
@@ -173,7 +176,21 @@ main article {
margin: 20px;
}
+article .formula {
+ margin-top: 8px;
+ margin-bottom: 12px;
+}
+
article p {
margin-top: 8px;
margin-bottom: 12px;
}
+
+.footnote .label {
+ padding-right: 1em;
+}
+
+.align-center {
+ margin-left: auto;
+ margin-right: auto;
+}
diff --git a/themes/simple/static/fonts/ltstreak-italic.ttf b/themes/simple/static/fonts/ltstreak-italic.ttf
new file mode 100644
index 0000000..2365ed9
--- /dev/null
+++ b/themes/simple/static/fonts/ltstreak-italic.ttf
Binary files differ