/*电脑端：CSS调整*/
/*主标题一*/
*  {
    font-family: "Microsoft YaHei",Georgia, "Times New Roman"
}

#Header1_HeaderTitle {
  font-size: 38px;
  font-weight: bold;
  text-decoration: none;
}
#Header1_HeaderTitle:hover {
    color: #ffc16e;
    font-size: 40px;
}
/*副标题二*/
#blogTitle h2 {
    color: #ff8b7c;
    font-size: 16px;
    padding-left: 20px;
}

#blogTitle h2:hover {
    color: red;
    padding-left: 20px;
   cursor: pointer;
}


/*导航栏*/
#blog_nav_contact {
    display: none;
}

#sidebar_search {
    display: none; 
}

#profile_block {
    font-size: 20px;
}
#profile_block a {
    font-size: 20px;
}

.c_b_p_desc {
    color: rgba(51, 51, 51, 0.32);
}
a.c_b_p_desc_readmore {
    font-size: 24px;
    text-decoration: none;
}
a.c_b_p_desc_readmore:hover {
    font-size: 24px;
color:#b2782d;
    text-decoration: none;
}

.postDesc a {
    color: red;
}


#navList a:hover {
    color: #169fe6;
   font-size: 25px;
    background-color: rgba(201, 255, 250, 0.32);
}

#navList a {
    padding: 0 20px;
    font-size: 20px;
}

.postTitle a:hover {
  /*  font-size: 27px; */
}
#sidebar_imagecategory {
    display: none;
}

#myposts .PostList a:hover {
    text-decoration: none;
}

#sidebar_articlecategory {
    display: none ;
}

.topicListFooter .pager a:hover, .topicListFooter .pager span {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background: #9ab26b;/*改*/
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .09);
-moz-box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .09);
box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .09);
     height: 40px; 
     line-height: 0px; 
   margin-top: 0px; 
 color: red; 
 display:inline; 
padding: 2px 5px;
    text-decoration: none;
    border: 1px solid #9aafe5; 
}
.sidebar-block ul li a:hover {
color: black;
}
.postTitle2 {
    font-size: 24px;
    font-weight: bold;
}
.entrylistPosttitle {
    font-size: 24px;
    font-weight: bold;
}
/*去广告*/
#green_channel {
     display: none ;
}
#BlogPostCategory {
    display: none;
}
#EntryTag {
    display: none;
}
#blog_post_info {
    display: none;
}
#ad_t2 {
    display: none ;
}
#cnblogs_c1 {
    display: none;
}
#under_post_news {
    display: none ;
}
#under_post_kb {
    display: none ;
}
#cnblogs_c2 {
    display: none ;
}
/*调整上下翻页*/
#homepage1_HomePageDays_homepage_bottom_pager {
    margin-top: -40px;
}
#homepage_top_pager {
    display:none ;
}

#cb_post_title_url {
    color: rgb(255, 128, 96);
    font-size: 35px;
    font-weight: bold;
}

#topics .postTitle a {
   color:rgba(255, 165, 84, 0.59);
}

#topics .postTitle a:hover {
    color: #d83f43
}
#sidebar_postarchive {
    display: none;
}
#tbCommentAuthor {
    width:90%;
}

#tbCommentBody {
    width: 99%;
}

/*标签*/
#MyTag1_dtTagList {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}
#MyTag1_dtTagList  td > a,
#MyTag1_dtTagList tr > a {
    text-decoration: none
} 
#taglist_title {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: rgb(110, 129, 255);
}

.sidebar-block ul li a {    
    font-size: 16px;
    font-weight: bold;
}
/*手机端：正在调整中=========================*/
@media screen and (max-width: 768px){
#blogTitle {
    display: none;
}
#byword {
    display: none;
}
#blogTitle {
    display: none;
}
#sideBarMain {
    display: none;
}

#github {
display: none;
}
#navigator {
 height: 0px;
 }
 #navList {
    width: 100%;
}
}
/*下面这段是为之笔记的代码作色器*/

.pln {
  color: #48484C; }

.str {
  color: #DD1144; }

.kwd {
  color: #1E347B; }

.com {
  color: #93A1A1; }

.typ {
  color: teal; }

.lit {
  color: #195F91; }

.pun {
  color: #93A1A1; }

.opn {
  color: #93A1A1; }

.linenums {
  font-size: 13px;
  word-wrap: break-word;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace,"Microsoft YaHei",Georgia, "Times New Roman";
  font-weight:bold;
    

}
.clo {
  color: #93A1A1; }

.tag {
  color: #008; }

.atn {
  color: teal; }

.atv {
  color: #DD1144; }

.dec {
  color: teal; }

.var {
  color: teal; }

.fun {
  color: #DC322F; }

.linenums {
  background-color: #F7F7F9;
  padding: 0px;
  border: 1px solid #E1E1E8;
  tab-size: 4; 
}



.linenums {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}


.linenums ol {
  box-shadow: 40px 0 0 #FBFBFC inset, 41px 0 0 #ECECF0 inset;
  color: #1E347B;
  padding: 10px 10px 10px 40px !important;
  margin-top: 0;
  margin-bottom: 0;
}

.linenums li {
  color: #BEBEC5;
  line-height: 18px;
  padding-left: 12px !important;
}

.linenums ol .linenums li {
  list-style-type: decimal !important;
}

/*部分调整*/
.prettyprint.linenums.prettyprinted {
    border:0px;
    background-color: white ;
}
/*=================*/