diff options
| author | Daniel Hader <[email protected]> | 2026-09-03 22:52:51 -0500 |
|---|---|---|
| committer | Daniel Hader <[email protected]> | 2026-09-03 22:52:51 -0500 |
| commit | 0db125a9f71b9ceb31176ea06a480dae7e484039 (patch) | |
| tree | 056ef6514e537c736dc28356b54f38d47ee7f0cd /themes | |
| parent | a2c4acf6eea9a2e376ae8daaf225c744506c936a (diff) | |
css tweaks
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/simple/static/css/main.css | 19 | ||||
| -rw-r--r-- | themes/simple/static/fonts/ltstreak-italic.ttf | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..2365ed9 --- /dev/null +++ b/themes/simple/static/fonts/ltstreak-italic.ttf |
