首页 > 其他 > 详细

CNBlog 自定义格式

时间:2014-02-02 17:17:58      阅读:462      评论:0      收藏:0      [点我收藏+]

记录一下自己做的改动,免得到时候丢了!

选用的模板: MTTrendy

自定义CSS:

```css

top a {

font-family: cursive, verdana, arial, sans-serif !important;

}

p.date { color: #31FFA9; font-family: cursive !important; }

div p.postfoot { font-size: 0.8em !important; font-style: italic; color: rgb(130, 130, 130) !important; }

footer, #footer a, .topicListFooter {

font-family: ‘YaHei Consolas Hybrid‘, ‘Microsoft YaHei‘, cursive, verdana, arial, sans-serif !important;

}

div.post > h2 > a { font-family: 颜简体, STXinwei, cursive, verdana, arial, sans-serif; text-decoration: none; color: yellow !important; font-size: 2em; }

cnblogspostbody, div.post p {

font-family: STXinwei, cursive, verdana, arial, sans-serif;
font-size: 1.1em;
line-height: 1.6em;
color: rgb(233, 225, 225);

}

div.cbp_desc { font-family: STXinwei, cursive, verdana, arial, sans-serif; font-size: 1.1em; line-height: 1.6em; color: rgb(233, 225, 225); }

rightmenu, #rightmenu h3 {

font-family: ‘YaHei Consolas Hybrid‘, ‘Microsoft YaHei‘, cursive, verdana, arial, sans-serif !important;

}

ul { margin-left: 0 !important; }

li { margin-bottom: 5px; } ```

CNBlog 自定义格式

原文:http://www.cnblogs.com/puncha/p/3537113.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!