aloeJun / hexo-themes-islu

基于matery主题魔改的hexo主题博客源码
https://hexo-themes-islu.vercel.app
Apache License 2.0
70 stars 15 forks source link

大佬能不能更新一下啊, #1

Closed mendax1234 closed 3 years ago

mendax1234 commented 3 years ago

看了大佬最新的博客,能不能更新一下这个库呢。 还有一个问题就是如果我用的是官方的matery,我改怎么加暗黑模式?

aloeJun commented 3 years ago

这两天会在博客更新暗黑模式的教程,需要什么功能可以留言

mendax1234 commented 3 years ago

大佬能否研究下如何才能自动隐藏掉最上面的导航栏,感觉一直在那里固定者浪费空间

从 Windows 版邮件发送

发件人: 闲花手札 发送时间: 2021年8月11日 9:26 收件人: ialoe/hexo-themes-islu 抄送: mendax1234; Author 主题: Re: [ialoe/hexo-themes-islu] 大佬能不能更新一下啊, (#1)

这两天会在博客更新暗黑模式的教程,需要什么功能可以留言 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

aloeJun commented 3 years ago

是那种向上滑动滚动条时会出现,向下滑动时会消失的么

aloeJun commented 3 years ago

暗黑模式已更新

mendax1234 commented 3 years ago

是的

发自我的iPhone

在 2021年8月11日,10:06,闲花手札 @.***> 写道:

 是那种向上滑动滚动条时会出现,向下滑动时会消失的么

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

aloeJun commented 3 years ago

看一下是我现在博客的这种么,是的话下午就出一个教程

mendax1234 commented 3 years ago

是滴是滴,大佬太巨了.还有就是大佬那个目录是怎么弄的,能否也更新一下.

发自我的iPhone

在 2021年8月11日,10:30,闲花手札 @.***> 写道:

 看一下是我现在博客的这种么,是的话下午就出一个教程

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

mendax1234 commented 3 years ago

大佬更新好了吗

mendax1234 commented 3 years ago

大佬,按照你的方式加了暗黑模式,但是加粗后的字还是不清楚。

mendax1234 commented 3 years ago

我加了如下代码到dark.css,但还是没有效果

/*给暗黑模式下的.test添加字体颜色变红样式*/
body.dark .test{
    color: red !important;
}

还有就是那个目录按钮的位置好像改不了,我改了如下代码,还是不行

#floating-toc-btn {
    position: fixed;
    right: 15px;
    bottom: 50px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 998;
}
aloeJun commented 3 years ago

你把网址发一下,我看一下

mendax1234 commented 3 years ago

https://www.6940violetz.top/2021/08/10/di-yi-jie-frc-ji-zhu-jiao-liu-hui/

aloeJun commented 3 years ago

image image 这个能看懂么,再试一下

mendax1234 commented 3 years ago

是在dark.css里面加吗,加了还是没用啊

mendax1234 commented 3 years ago

可以了,但是下面那个转载申明还是不行

mendax1234 commented 3 years ago

还有就是文章的目录过长的话,拉到最底下有bug,它会陷进去。

mendax1234 commented 3 years ago

aloeJun commented 3 years ago

image 活学活用啊,暗黑模式原理是用的CSS选择器中的后代选择器

aloeJun commented 3 years ago

image 我这里mei'you'd没有的你的目录问题,但是可以通过修改footer的CSS(z-index)调节上下层级

mendax1234 commented 3 years ago

还有就是这个目录怎么跳到下面空的位置

aloeJun commented 3 years ago

没有理解你什么意思,如果过长的话会自动向下扩展,默认是向上对齐

mendax1234 commented 3 years ago

是这个目录的按钮

mendax1234 commented 3 years ago

他的位置太上面了,想把他弄下来

aloeJun commented 3 years ago

在my.css里我写的有注释,/ 目录按钮样式修改 /

floating-toc-btn 可以修改bottom的像素值调整上下位置

mendax1234 commented 3 years ago

好的,谢谢,我之前在post-detail-toc.css里改,没有用了。顺便问一下在图片里嵌入链接,matery好像不支持是吗,就是在图片的链接外再套一层链接,然后点击图片就能跳到对应的网站而不是打开图片

mendax1234 commented 3 years ago

我改了,但好像还是没有效果

aloeJun commented 3 years ago

那个可以自己添加,修改my.css中的,我写注释了

mendax1234 commented 3 years ago

那个我感觉我的mycss没有生效,不知道为什么,按钮的位置改了之后还是没有变化

mendax1234 commented 3 years ago

大佬,这个cdn加速只能备案才能用吗,我githubpage的服务器不是在美国吗,请问大佬如何解决的。

aloeJun commented 3 years ago

加我联系方式,这里不是聊天的地方

mendax1234 commented 3 years ago

emmm,要不开个gitter?

mendax1234 commented 3 years ago

不太方便加

mendax1234 commented 3 years ago

大佬,请问暗黑模式怎么自动更改网站内命令行的颜色呢