基于网上查的到皮肤进行二改,技术有限,简洁为主 博客设定为皮肤:BlueSky ----------------------------------------------------------------------定制css---------------------------------------------------------------------- /* class. id# */ /* ------------------------------导航栏------------------------------- */ #page_begin_html { top: 0; box-shadow: 0 1px 0.5px rgb(0 0 0 / 10%); text-align: right; line-height: 68px; background-color: #f9f9f9!important; } #mynavbar { position: relative; margin: 0 auto; width: 990px; height: 70px; max-width: 100%; }` #mynavbar_menu a { color: black; padding: 0 15px; font-size: 14px; } #mynavbar_menu a.current { color: #2479cc; } /* ------------------------------首页------------------------------- */ /* 文章摘要隐藏 */ /* .c_b_p_desc{ display: none; } */ /* 文字下方推荐数量隐藏 */ .post-digg-count{ display: none; } /* 去除存放上一页下一页的页脚 */ .topicListFooter { /* padding: 32px; */ } /* ------------------------------文章------------------------------- */ #home{ background-color: white; } #home>#main { margin-top: 2%; background-color: white; } #mainContent { margin-left: 13%; width: 900px; background: #fff; box-shadow: 0 0 8px #999; -moz-box-shadow: 0 0 8px #999; -web-kit-shadow: 0 0 8px #999; border-radius: 6px; -moz-border-radius: 6px; -web-kit-shadow: 6px; float: left; display: inline-block; } /* 仅仅修改让评论自适应宽度width */ .comment_textarea { padding: 8px 14px; background-color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #ddd; width: auto; max-width: 100%; border-radius: 3px; -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; margin-bottom: 10px; } /* ------------------------------去除广告------------------------------- */ /* id为#,class为. */ /* 去除文章标题,不要去掉 */ /* #cb_post_title_url{ display: none; } */ #cnblogs_c1{ display: none; } #cnblogs_c2{ display: none; } #ad_t2{ display: none; } #kb_block{ display:none } #under_post_news{ display:none } /* 去除官方导航栏 */ #header{ display:none } #BlogPostCategory{ display: none; } #comment_nav{ display: none; } .postDesc{ border-bottom:none; } #author_profile_follow{ display: none; } /* 去除文章后分享到微信等 */ #green_channel{ display: none; } /* 去除文章后的作者头像 */ #author_profile{ display: none; } /* 去除文章后的推荐反对 */ #div_digg{ display: none; } /* 去除文章后的上一篇 */ #post_next_prev{ display: none; } /* 去除禁止评论后显示的(评论功能已被禁用) */ /* #comment_form_container{ display: none; } */ /* 去除顶部导航栏 */ #top_nav{ display:none; } ----------------------------------------------------------------------页首html---------------------------------------------------------------------- 首页 友链 关于 <script> function navbarSwith() { document.getElementsByClassName("navbar-mobile-menu")[0].classList.toggle("navbar-mobile-menu-on") } </script> ----------------------------------------------------------------------页脚html----------------------------------------------------------------------
标签:box,none,ease,皮肤,博客,shadow,border,display,二改 From: https://www.cnblogs.com/canhuan/p/16805020.html