CNBlog 自定义格式

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

选用的模板: 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 自定义格式

上一篇:vijos1706 舞会 (树形dp)


下一篇:vijos1100 加分二叉树 ( dp)