简易代码备用
用的 github 当图床,所以不开梯可能看不到图(。
基本装修
↑ 哪里不会点哪里

慢慢微调的装修代码↓
body {
font-size:13px;
font-family: sans-serif;
background-color: #efefef;
}
/* Blog header on index and post pages */
#blog-title a {
color: #fff;
background-color: #0088A8;
}
#blog-title a:hover {
color: #eee;
background-color: #0088A8;
}
/* Blog header on post pages ONLY */
#post #blog-title a {
padding: 4px 8px;
}
/* Blog description (underneath title) on index page */
header .description {
font-style: italic;
}
/* Post pages on blog index */
.post-title {
font-weight:bold;
}
.post-title a.u-url:link, .post-title a.u-url:visited {
color: darkgreen;
}
/* "Read more..." links */
#collection .read-more {
text-decoration: underline;
}
/* Links inside blog posts */
article p a{
color: #008080;
text-decoration: none;
border-bottom: 2px solid lightsteelblue;
}
article p a:hover {
background-color: lightsteelblue;
color: white;
text-decoration: none;
}
代码都设置了些啥·点击展开折叠图片
撰写博客文章


好心象友告诉我,因为 writee 用的 markdown 语法,首行缩进只能靠手动加入两个空格,可以用这个:
  例句:  啊啊啊啊显示: 啊啊啊啊折叠代码:
<details><summary>标题</summary>被折叠内容</details>显示:标题
被折叠内容