aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/docs
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-31 14:21:19 +0800
committer简律纯 <i@jyunko.cn>2023-07-31 14:21:19 +0800
commitf6319424443bfea49f2531a632a045dfafc63d32 (patch)
tree69fe588672595e5b1973de02be8fd3ed38a68c1f /docs/docs
parent4090846bdf148fcbafb63053f472142c24e3e183 (diff)
downloadinfini-f6319424443bfea49f2531a632a045dfafc63d32.tar.gz
infini-f6319424443bfea49f2531a632a045dfafc63d32.zip
feat: add mkdocs-git-committers-plugin-2>=1.1.1
Diffstat (limited to 'docs/docs')
-rw-r--r--docs/docs/Standard/Term/check/ability.md4
-rw-r--r--docs/docs/stylesheets/extra.css27
2 files changed, 30 insertions, 1 deletions
diff --git a/docs/docs/Standard/Term/check/ability.md b/docs/docs/Standard/Term/check/ability.md
index ccb28d06..6aab62b2 100644
--- a/docs/docs/Standard/Term/check/ability.md
+++ b/docs/docs/Standard/Term/check/ability.md
@@ -4,4 +4,6 @@ icon: material/tooltip-plus
status: question
---
!!! warning
- 关于这部分内容请[移步正式术语](https://HydroRollCore.retrofor.space "我为什么会看到此项内容?"): [`check 检定`](/Standard/Term/check/)
+ 关于这部分内容请[移步正式术语][redirect]: [`check 检定`](/Standard/Term/check/)
+
+ [redirect]: https://HydroRollCore.retrofor.space "我为什么会看到此项内容?" \ No newline at end of file
diff --git a/docs/docs/stylesheets/extra.css b/docs/docs/stylesheets/extra.css
new file mode 100644
index 00000000..c555dccc
--- /dev/null
+++ b/docs/docs/stylesheets/extra.css
@@ -0,0 +1,27 @@
+.metadata{
+ list-style:none;
+ padding:0;
+ margin:0;
+ margin-bottom: 15px;
+ color: #999;
+ font-size:0.85em;
+}
+.metadata.page-metadata .contributors-text{
+ margin-right:5px
+}
+body[dir=rtl] .metadata.page-metadata .contributors-text{
+ margin-right:0;
+ margin-left:5px
+}
+.page-metadata .contributors{
+ display:inline-block;
+ list-style:none;
+ margin:0!important;
+ padding:0!important
+}
+.page-metadata .contributors li{
+ display:inline-block;
+ vertical-align:top;
+ margin:0;
+ padding:0
+} \ No newline at end of file