TextWP 主题自定义美化

主题美化 TextWP版本:1.0.5

外观 -> 自定义 -> 额外 CSS

/*文章正文段落*/
article .entry-content p{
	margin: 1em;
	font-size:14px;
}

/*文章页分类*/
article .textwp-entry-meta-single-top{
	text-align:left;
}

/*引用块样式*/
blockquote:before, blockquote:after{font-size:1em}
article .wp-block-quote,article blockquote{
	font-size:110%;
	text-align:left;
	background-color:#eee;
}

/* 行内代码样式 */
article p code, ul li code{
    background: #d9d9d9;
    color: #222222;
    padding: 0 .5em;
}

/* 代码块样式 */
article pre code{
    padding: 0 .5em;
}
Author: thinkwei

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注