zoukankan      html  css  js  c++  java
  • 代码高亮

    /*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- 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的插件
  • 相关阅读:
    Python、PyCharm的安装及使用方法(Mac版)
    学习Java web技术
    Java Web基础教程
    JavaWeb--深入Servlet与JSP(运行原理)
    Servlet入门总结及第一个Servlet程序
    Mac系统安装和配置tomcat步骤详解
    Struts2进阶学习4
    Struts2进阶学习3
    Struts2基础学习2
    Struts2基础入门
  • 原文地址:https://www.cnblogs.com/jcomey/p/4141663.html
Copyright © 2011-2022 走看看