zoukankan      html  css  js  c++  java
  • 有强迫症,总是希望看到的页面简洁美哒哒,就闲着无聊把模板整理了一下。

    用的是ThinkInside皮肤。

    在设置里添加了一些页面定制的CSS代码:

    body{background:#333;}
    #blogTitle h2,#footer,.forFlow a:hover{color:#fff;}
    .postTitle a:link, .postTitle a:visited, .postTitle a:active,.c_b_p_desc,.postBody,#EntryTag,.diggword,#topics .postDesc,#mainContent{color:#ddd;}
    .postDesc{color:#ccc;}
    #footer{border-top:1px solid #ddd;}
    .post{background:none;border:1px solid #fff;}
    #EntryTag a:link, #EntryTag a:visited, #EntryTag a:active{color:#0069d6;}
    #blog_post_info_block a:hover{color:#fff;}
    #site_nav_under,#ad_under_post_holder,#under_post_news,#google_ad_c2,#under_post_kb{display:none;}
    #green_channel{float:left;}
    #author_profile{margin-top:7px; 120px;margin-left: 266px;}
    .author_avatar{border-radius:25px;}
    #div_digg{margin:-10px 0 0 0;}
    .diggit,.buryit{ 46px;height: 46px;border-radius: 25px;padding-top:0;}
    .diggit{background:url('http://static.cnblogs.com/images/upup.gif') center -6px no-repeat;}
    .buryit{background:url('http://static.cnblogs.com/images/downdown.gif') center -6px no-repeat;}
    .postBody{border-bottom:1px dashed #ddd;}
    #topics .postDesc{margin-top:0;}
    .postDesc a:link, .postDesc a:visited, .postDesc a:active, .entrylistItemPostDesc a:link, .entrylistItemPostDesc a:visited, .entrylistItemPostDesc a:active{padding: 1px 3px 0px;}
    div.commentform textarea{1037px;background: none;border: 1px solid #DDD;border-radius: 8px;}
    .commentbox_title{height:20px;line-height:20px;98%;}
    div.commentform textarea.comment_textarea{padding-left: 10px;color: #FFF;padding-top:10px;height:290px;}
    .entrylistItemTitle{color:#ddd;}

     锵锵锵锵!!!是不是更好看了,接下来就要整理我的电脑桌面啦。

  • 相关阅读:
    APP上线碰到的问题:Non-public API usage
    点语法
    strlen、strcpy、strcat的实现
    2. I/O模型基本说明
    1. 同步、异步、阻塞、非阻塞
    8. 负载均衡请求转发实现
    7.负载均衡算法
    6. Nginx配置示例-高可用集群
    5. Nginx配置示例-动静分离
    4. Nginx配置示例-负载均衡
  • 原文地址:https://www.cnblogs.com/liuyan5258/p/4069410.html
Copyright © 2011-2022 走看看