首页
学习
活动
专区
圈层
工具
发布
社区首页 >专栏 >代码高亮

代码高亮

作者头像
发布2021-11-08 13:40:37
发布2021-11-08 13:40:37
2K0
举报
文章被收录于专栏:IT杂症IT杂症
代码语言:javascript
复制
/*resetAll css=================*/
 body, h1, h2, h3, h4, h5, h6, p, ul, dl, ol { margin: 0; }
 h1, h2, h3, h4, h5, h6, input, textarea, select, button, label
 { font-size: 100%; vertical-align: middle; }
 ul, ol { padding-left: 0; }
 ul, dl, ol { list-style: none outside none; }
 img, fieldset { border: medium none; }
 img { display: inline-block; overflow: hidden; vertical-align: top; }
 em, address { font-style: normal; }
 sup, sub { vertical-align: baseline; }
 table { border-collapse: collapse; border-spacing: 0; }
 q:before { content: ""; }
 q:after { content: ""; }
 textarea { resize: none; word-wrap: break-word; }
 article, aside, dialog, figure, footer, header, hgroup, nav, section
 { display: block; }
 menu { margin: 0; padding: 0; }
 mark { background-color: transparent; }
 body { background: none repeat scroll 0 0 #FFFFFF; 
font: 12px/1.6 "微软雅黑" , "宋体"; }
 * html, * html body { background-attachment: fixed;
 background-image: url("about:blank"); } 
 legend, button, select, textarea, input { color: #333333;
 font-family: Tahoma,Arial,Simsun; }
 button { cursor: pointer; height: 24px; min-width: 50px; }
 .clearfix:after { content: ""; display: block; 
clear: both; visibility: hidden; font-size: 0;
 height: 0;
 }
 .clearfix {
 *display: inline-block; _height: 1%;
 }
 a{ color:#01f; text-decoration:none;}
 a:hover{ color:#1e1e1e; text-decoration:underline;}

这是cnblog提供的一个wlw的插件

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2013年09月30日,如有侵权请联系 cloudcommunity@tencent.com 删除
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档