diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-25 22:01:06 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-25 22:01:06 +0800 |
| commit | 17217317eaaf57dd5c39538c115e35ddccb8666d (patch) | |
| tree | 9f1944b847d5e9d157bbc6a8c496bf8f2e7e1d23 /docs/css | |
| parent | 979e881762a728661e72efd99bc2b35b3db8c71b (diff) | |
Restructure docs
add template and interactive tutorial, update tool runner
Diffstat (limited to 'docs/css')
| -rw-r--r-- | docs/css/dark.css | 9 | ||||
| -rw-r--r-- | docs/css/light.css | 10 |
2 files changed, 17 insertions, 2 deletions
diff --git a/docs/css/dark.css b/docs/css/dark.css index e7f7ac0..551be70 100644 --- a/docs/css/dark.css +++ b/docs/css/dark.css @@ -333,7 +333,7 @@ body.sticky .sidebar-toggle { } .markdown-section { margin: 0 auto; - max-width: 100%; + max-width: 80%; padding: 30px 45px 40px; position: relative; background-color: #121212; @@ -1021,3 +1021,10 @@ code .token { box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); color: #f4fefe; } + +.markdown-section iframe { + border: none; + border-radius: 16px; + display: block; + margin: 1em auto; +} diff --git a/docs/css/light.css b/docs/css/light.css index d4f93dd..fd04754 100644 --- a/docs/css/light.css +++ b/docs/css/light.css @@ -331,7 +331,7 @@ body.sticky .sidebar-toggle { } .markdown-section { margin: 0 auto; - max-width: 100%; + max-width: 80%; padding: 30px 45px 40px; position: relative; } @@ -949,3 +949,11 @@ code .token { overflow-y: auto; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } + +.markdown-section iframe { + border: none; + border-radius: 16px; + box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); + display: block; + margin: 1em auto; +} |
