1
0
This commit is contained in:
syui 2024-04-06 06:58:57 +09:00
parent bfd0f8915d
commit 42514ee55b
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
3 changed files with 64 additions and 16 deletions

View File

@ -18,15 +18,18 @@
{{ end }} {{ end }}
{{ end }} {{ end }}
<li class="blog-menu"><button onclick="blog_list_open();"><i class="fa-solid fa-bars"></i></button></li> <li class="blog-menu"><button onclick="blog_list_open();"><i class="fa-solid fa-angle-down"></i></button></li>
{{ end }} {{ end }}
{{ if or (eq $t "chara") (eq $t "story") (eq $t "card") (eq $t "vrm") }} {{ if or (eq $t "chara") (eq $t "story") (eq $t "card") (eq $t "vrm") }}
<li class="commit">
<i class="fa-solid fa-code-branch"></i>
</li>
<li class="top"> <li class="top">
<a href="{{.Permalink}}">{{.Title}}</a> <a href="{{.Permalink}}">{{.Title}}</a>
</li> </li>
{{ if or (eq $t "card") }} {{ if or (eq $t "card") }}
{{ .Content }} {{ .Content }}
{{ else }} {{ else }}
@ -35,6 +38,11 @@
{{ end }} {{ end }}
{{ end }} {{ end }}
<li class="commit">
<i class="fa-solid fa-code-commit"></i>
</li>
</ul> </ul>
</div> </div>
</div> </div>

View File

@ -1059,7 +1059,7 @@ table {
li.blog-list-first { li.blog-list-first {
background-color: #fff; background-color: #fff;
padding:10px 40px;; padding:20px 40px;;
border: solid 1px #eee; border: solid 1px #eee;
display: block; display: block;
} }
@ -1071,7 +1071,7 @@ li.blog-list-first span.blog-date {
li.blog-list-all { li.blog-list-all {
background-color: #fff; background-color: #fff;
padding:10px 40px;; padding:20px 40px;;
border: solid 1px #eee; border: solid 1px #eee;
display: none; display: none;
} }
@ -1083,7 +1083,17 @@ li.blog-list-all span.blog-date {
li.blog-menu { li.blog-menu {
text-align: center; text-align: center;
padding:10px 40px;; }
li.blog-menu button {
background-color: #fff;
border: none;
width:99%;
padding:20px;
}
li.blog-menu button:hover {
background-color: #def;
} }
.hotkeys-docs table tbody tr code { .hotkeys-docs table tbody tr code {
@ -1109,18 +1119,14 @@ li.blog-menu {
border-radius: 4px; border-radius: 4px;
} }
li.blog-menu button {
padding:5px 10px;
background-color: #fff;
border: none;
}
li.blog-menu button:hover {
background-color: #313131;
color: #fff700;
}
a.menu-link-left-black span.icon-aiterm { a.menu-link-left-black span.icon-aiterm {
color: #fff700; color: #fff700;
} }
li.commit {
background-color: #f1f1f1;
padding: 40px;
font-size: 25px;
text-align: center;
color: #fff;
}

34
static/icon/commit.svg Normal file
View File

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 204800 327680"
version="1.1"
id="svg1"
sodipodi:docname="code-commit-solid.svg"
inkscape:export-filename="code-commit-solid.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
width="204800"
height="327680"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1" />
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1" />
<!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
<path
d="m -102160,33024 a 80,80 0 1 0 160,0 80,80 0 1 0 -160,0 z m 48,156.8 c -73,-14.8 -128,-79.4 -128,-156.8 0,-77.4 55,-142 128,-156.8 V 32736 c 0,-17.7 14.3,-32 32,-32 17.7,0 32,14.3 32,32 v 131.2 c 73,14.8 128,79.4 128,156.8 0,77.4 -55,142 -128,156.8 v 131.2 c 0,17.7 -14.3,32 -32,32 -17.7,0 -32,-14.3 -32,-32 z"
id="path1"
inkscape:export-filename="path1.svg"
inkscape:export-xdpi="121.5"
inkscape:export-ydpi="121.5" />
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB