简易代码备用

#代码

用的 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;
}

代码都设置了些啥·点击展开折叠图片

撰写博客文章

【Markdown 语法】