To the moon 的主题也弄好了, 配色暂时不是很确定,不过先这样吧。
电脑上的背景图在手机端显示起来有点奇怪,可以为手机端重新截一个适合手机分辨率的图,同样放进 ~/live/app/javascript/images 文件夹,然后在 ~/live/app/javascript/styles/your_theme/overrides.scss 里加一段:
/ mobile */
@media (max-width: 630px) {
.columns-area {
background: url("../images/your_image_mobile");
background-size: cover;
background-position: center center;
}
}
不过网站上写的 background-attachment: fixed; 貌似没什么用,挠头
@flyover 我可能还需要图片作者的许可
@flyover 我 push 了…但是 infinity bridge 请不要用,我还没有 permission 说不定需要撤掉 to the moon 应该可以用吧…
@barbara 好的~