fix
This commit is contained in:
parent
8b04ec2507
commit
60ee3f0202
@ -10,11 +10,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<!--
|
{{ partial "comment.html" . }}
|
||||||
{{ $s := path.Dir (.Permalink | relURL) }}
|
|
||||||
{{ $o := index (split $s "/") 1 }}
|
|
||||||
<div class="pager"><a href="{{ printf "/%s" $o }}">{{ $o }}</a></div>
|
|
||||||
-->
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{{ partial "footer.html" . }}
|
{{ partial "footer.html" . }}
|
||||||
|
6
layouts/partials/comment.html
Normal file
6
layouts/partials/comment.html
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<link href="https://syui.ai/js/comment/app.js" rel="preload" as="script">
|
||||||
|
<link href="https://syui.ai/js/comment/chunk-vendors.js" rel="preload" as="script">
|
||||||
|
<div id="comment"></div>
|
||||||
|
<script async src="https://embed.bsky.app/static/embed.js" charset="utf-8"></script>
|
||||||
|
<script src="https://syui.ai/js/comment/chunk-vendors.js"></script>
|
||||||
|
<script src="https://syui.ai/js/comment/app.js"></script>
|
@ -7,3 +7,5 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -60,14 +60,17 @@ footer#footer a {
|
|||||||
color: #fff700;
|
color: #fff700;
|
||||||
}
|
}
|
||||||
|
|
||||||
.containerx p img {
|
.content p img {
|
||||||
padding:20px 0;
|
|
||||||
width:300px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: auto;
|
margin: 0 auto;
|
||||||
|
width: 400px;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article p img {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.highlight {
|
.highlight {
|
||||||
color: #f1f1f1e3;
|
color: #f1f1f1e3;
|
||||||
}
|
}
|
||||||
@ -1166,6 +1169,91 @@ a.menu-link-left-black:hover {
|
|||||||
color: #b6b000;
|
color: #b6b000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span.comment-time {
|
||||||
|
float: right;
|
||||||
|
padding: 0 5px 0 5px;
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.comment-time a {
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.comment-time a:hover {
|
||||||
|
color: rgb(16, 131, 254);
|
||||||
|
}
|
||||||
|
|
||||||
|
span.comment-handle {
|
||||||
|
padding: 0 5px 0 5px;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.comment-handle a {
|
||||||
|
color: #313131;
|
||||||
|
}
|
||||||
|
|
||||||
|
img.comment {
|
||||||
|
width:60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p.comment-body {
|
||||||
|
border-bottom: solid 1px #eee;
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.comment-text {
|
||||||
|
padding:10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
button.comment_open {
|
||||||
|
padding:20px 40px 20px 40px;
|
||||||
|
background-color: rgba(184,207,224,.24);
|
||||||
|
border: none;
|
||||||
|
margin:0;
|
||||||
|
}
|
||||||
|
button.comment_open:hover {
|
||||||
|
color: rgb(16, 131, 254);
|
||||||
|
}
|
||||||
|
|
||||||
|
.comment_open {
|
||||||
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.comment_open p a {
|
||||||
|
color: rgb(16, 131, 254);
|
||||||
|
}
|
||||||
|
|
||||||
|
.bsky_comment {
|
||||||
|
background-color: #fff;
|
||||||
|
margin: 0px auto;
|
||||||
|
border: solid 1px #eee;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bsky_comment_embed {
|
||||||
|
background-color: #fff;
|
||||||
|
width: 600px;
|
||||||
|
margin: 0px auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.comment {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.loading {
|
||||||
|
background:#f1f1f1;
|
||||||
|
padding:25px;
|
||||||
|
}
|
||||||
|
.loading_none {
|
||||||
|
background:#f1f1f1;
|
||||||
|
padding:50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bluesky-embed {
|
||||||
|
text-align: center;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width:1000px) {
|
@media screen and (max-width:1000px) {
|
||||||
html {
|
html {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
@ -1189,4 +1277,7 @@ a.menu-link-left-black:hover {
|
|||||||
article {
|
article {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
}
|
}
|
||||||
|
.content p img {
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
BIN
static/icon/null.jpg
Normal file
BIN
static/icon/null.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
Loading…
Reference in New Issue
Block a user