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;}

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

  • 相关阅读:
    ASP.NET Core多环境配置文件问题
    .NET Core中Object Pool的简单使用
    Refit在ASP.NET Core中的实践
    HttpClientFactory与Steeltoe结合来完成服务发现
    用HttpClientFactory来实现简单的熔断降级
    看看.NET Core几个Options的简单使用
    再探Circuit Breaker之使用Polly
    谈谈Circuit Breaker在.NET Core中的简单应用
    在.NET Core中使用简单的插件化机制
    谈谈ASP.NET Core中的ResponseCaching
  • 原文地址:https://www.cnblogs.com/liuyan5258/p/4069410.html
Copyright © 2011-2022 走看看