zoukankan      html  css  js  c++  java
  • 我是这样优化博客园广告的

    博客地址:http://www.cnblogs.com/jcomey/

    html{color:#000;background:#FFF}
    body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
    table{border-collapse:collapse;border-spacing:0}
    fieldset,img{border:0}
    address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
    ol,ul{list-style:none}
    caption,th{text-align:left}
    h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
    q:before,q:after{content:''}
    abbr,acronym{border:0;font-variant:normal}
    sup{vertical-align:text-top}
    sub{vertical-align:text-bottom}
    input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
    legend{color:#000}
    body{margin:0;padding:0;background:#f9f9f9;font-size:14px;font-family:"微软雅黑"}
    .clear:after{content:"";display:block;clear:both;visibility:hidden;font-size:0;height:0}
    .clear{*display:inline-block;_height:1%}
    .catListTitle{background:none repeat scroll 0 0 #fff;border-bottom:1px solid #d8d8d8;color:#565656;font-size:16px;font-weight:bold;padding:10px 0;text-align:left;text-shadow:none}
    body{font-family:微软雅黑!important}
    #blogTitle{background:url(http://api.drp.io/files/5475965a451c5.png) repeat #e6c226;height:175px}
    #blogTitle h1{font-weight:bold;text-align:center;font-size:24pt;padding-top:30px}
    #blogTitle h2{text-align:center}
    .postTitle a:link,.postTitle a:visited,.postTitle a:active{transition:all .4s ease-in-out 0}
    .comment_btn{background:#f60;color:#fff;height:auto;auto;border:1px solid #f30;font-size:16pt;out-line:none;padding:15px 25px}
    .comment_btn:hover{background:#f30;transition:all .4s linear 0;cursor:pointer}
    .dayTitle{border:1px solid #f60;background:#fff;border-radius:50%;font-size:12px;height:70px;line-height:1.5;float:left;margin:15px;text-align:center;70px}
    .day{position:relative;padding-top:35px 0;background:url("http://files.cnblogs.com/jcomey/dot.gif") repeat-y scroll 50px 0 rgba(0,0,0,0)}
    textarea{border:1px solid #d8d8d8}
    #div_digg{float:left}
    #green_channel #green_channel_contact{background:#6b9f40}
    #green_channel #green_channel_digg{margin-left:-70px}
    #green_channel{border:0}
    #navList{600px;text-align:center;margin:20px auto}
    #navList li{display:inline-block}
    #navList li a{color:#454545;height:16px;line-height:16px;white-space:nowrap;padding:4px 6px}
    #navList li a:hover{transition:all .3s linear 0;color:#f60}
    #main{980px;margin:0 auto}
    a[href^=http]{color:#151515;text-decoration:none}
    a[href^=http]:hover{color:#f60;transition:all .3s linear 0;text-decoration:underline}
    .dayTitle a{display:inline-block;color:#f60;margin-top:15px;60px}
    .postTitle a{font-size:16px;color:#121212;font-weight:700}
    .postCon{color:#999;line-height:2;margin-left:100px}
    .c_b_p_desc{line-height:2;padding-right:15px;text-align:justify}
    .c_b_p_desc_readmore{display:block;clear:both;border-top:1px dashed #e8e8e8;padding:10px 0}
    .c_b_p_desc_readmore:after{content:""}
    #footer,#post_next_prev>br{display:none}
    #author_profile,#ad_under_post_holder,#site_nav_under,#under_post_news,#google_ad_c,.c_ad_block,#under_post_kb{visibility:hidden;display:none}
    #leftcontentcontainer{height:300px;position:fixed;right:0;top:300px;background:#f8f8f8;padding:0;160px}
    #EntryTag>a{background:none repeat scroll 0 0 #e6c226;border-radius:3px;font-size:12px;padding:2px 5px}
    .entrylistTitle{background:none repeat scroll 0 0 #f8f8f8;border:1px solid #d8d8d8;border-radius:5px;font-size:16pt;padding:5px 0;text-align:center}
    .forFlow{background:#fff}
    .entrylistPosttitle{font-size:14pt;font-weight:bold}
    .entrylistItem{margin:30px 0}
    .desc_img{float:right;margin:0 0 20px 20px;150px}
    .postTitle{margin-left:100px;padding-top:15px}
    .postDesc{margin-left:100px;color:#888}
    .post{padding:30px}
    .post .postTitle{margin-left:0}
    .entrylist{padding:30px}
    
  • 相关阅读:
    LeetCode 876——链表的中间结点
    LeetCode 206——反转链表
    一次漫长的代码复现经历
    在 C/C++ 中使用 TensorFlow 预训练好的模型—— 直接调用 C++ 接口实现
    编译 TensorFlow 的 C/C++ 接口
    TensorFlow 同时调用多个预训练好的模型
    在 C/C++ 中使用 TensorFlow 预训练好的模型—— 间接调用 Python 实现
    TensorFlow 调用预训练好的模型—— Python 实现
    Python 学习笔记之 Numpy 库——文件操作
    Python 学习笔记之 Numpy 库——数组基础
  • 原文地址:https://www.cnblogs.com/jcomey/p/4122748.html
Copyright © 2011-2022 走看看