
#sideBarMain{
  display:none;
}
#navigator{
  display:none;
}

/*公用部分*/
body{
  background-color:#EFEFEF;
  font-size:14px;
  font-family:"微软雅黑","宋体",Arial;
  overflow:visible;
  margin:0px;
  top:0px;
  width:100%;
  position:absolute;
}
hr{
  opacity:0.45;
}
/*公用超链接*/
a:link{color:#0055F4;}
a:visited{color:#0055F4;}
a:hover{
  color:#228B22;
}
a{text-decoration:none;}
/*图片*/
img{
  overflow: scroll;
}


/*主页面*/
#home{
  font-size:14px;
  width:70%;
  min-width:800px;
  padding:0px;
  right:0px;
  right:0px;
  margin-right:auto;
  margin-left:auto; 
  padding-bottom:30px;
  top:0px;
  overflow-x:visible;
  overflow-y:auto;
  word-break:break-all;
  background-color:#FFFFFF;
  opacity:0.88;
  box-shadow:7px 7px  7px #888888;
}
#mainContent {
    min-height: 200px;
    padding-left:35px;
    padding-top:30px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    width:90%;
    margin-left: 0;
}
.post{
  word-break:keep-all;
}

/*顶部*/
/*博客标题与导航栏部分*/
#blogTitle h1,#blogTitle a{/*主标题*/
  display:none;
}
#blogTitle h2{
  display:none;
}
.blogStats{
  color:#FFFFFF;
}

/*标题颜色*/
#blogTitle a{text-decoration:none;}
#blogTitle a:link{color:#2F4F4F;}
#blogTitle a:visited{color:#2F4F4F;}
#blogTitle a:hover{color:#008080;}


#lnkBlogLogo{
  display:none;
}
/*顶部结束*/

/*文章列表*/
/*每篇文章之前那个时间的链接我直接去掉了*/
.dayTitle{
  display:none;
}

/*标题*/
.postTitle{
  line-height:35px;
  padding-left:10px;
  margin-top:0px;
  margin-bottom:35px;
  border-left:2.5px solid #008080;
  font-size:1.8em;
  font-weight:500;
  transition:padding-left 0.3s;
  -moz-transition:padding-left 0.3s;
  -webkit-transition:padding-left 0.3s;
  -o-transition:padding-left 0.3s;
}


.entrylistPosttitle{
  line-height:35px;
  padding-left:10px;
  margin-top:0px;
  margin-bottom:35px;
  border-left:2.5px solid #008080;
  font-size:1.8em;
  font-weight:500;
  transition:padding-left 0.3s;
}

#cb_post_title_url{
  font-size:38px;
}

/*标题向外移动的特效*/
.postTitle:hover{
  padding-left:50px;
}
.entrylistPosttitle:hover{
  padding-left:50px;
}


a.postTitle2:link{color:#008080}
a.postTitle2:visited{color:#008080}
a.postTitle2:hover{color:#008080;}

a.entrylistItemTitle:link{color:#008080}
a.entrylistItemTitle:visited{color:#008080}
a.entrylistItemTitle:hover{color:#008080;}

.postDesc{
  line-height:100%;
  font-size:0.8em;
  text-align:right;
  border-bottom:1px solid #D3D3D3;
  margin-bottom:30px;
  padding-bottom:25px;
}
a.postDesc:link{color:#000000;}
a.postDesc:visited{color:#000000;}
a.postDesc:hover{color:#0055F4;}
a.postDesc{text-decoration:none;}

.entrylistItemPostDesc{
  color:#000000;
  line-height:100%;
  font-size:0.8em;
  text-align:right;
  border-bottom:1px solid #D3D3D3;
  margin-bottom:30px;
  padding-bottom:25px;
}
a.entrylistItemPostDesc:link{color:#000000;}
a.entrylistItemPostDesc:visited{color:#000000;}
a.entrylistItemPostDesc:hover{color:#0055F4;}
a.entrylistItemPostDesc{text-decoration:none;}

/*阅读全文和下一页*/
.c_b_p_desc_readmore{
  font-size:14px;
  display:block;
  border-radius:10px;
  padding-top:4px;
  padding-bottom:4px;
  font-weight:500;
  width:84px;
  text-align:center;
  margin:3px;
  border:1px solid black;
  transition:border 0s;
}
a.c_b_p_desc_readmore:after{
  content:">>";
}
a.c_b_p_desc_readmore{color:#000000;}
a.c_b_p_desc_readmore:hover{
  color:#0055F4;
  border:1px solid #0055F4;
}
a.c_b_p_desc_readmore{text-decoration:none;}

/*翻页*/
#nav_next_page a{
  float:right;
  font-size:14px;
  display:block;
  border-radius:10px;
  padding-top:4px;
  padding-bottom:4px;
  font-weight:500;
  width:84px;
  text-align:center;
  margin:3px;
  border:1px solid black;
  transition:border 0s;
  color:#000000;
}

#nav_next_page a:after{
  content:">>";
}
#nav_next_page a:hover{
  color:#0055F4;
  border:1px solid #0055F4;
}
#nav_next_page a{text-decoration:none;}

.topicListFooter a{
  border:1px solid #000000;
  border-radius:10px;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:6px;
  padding-right:6px;
  transition:border 0s;
  color:#000000;
  text-align:center;
}
.topicListFooter a:hover{
  color:#0055F4;
  border:1px solid #0055F4;
}
.topicListFooter p{color:#000000;}

/*上面的翻页*/
#homepage_top_pager{
  margin-bottom:35px;
  border-bottom:1px #888888 solid;
}
/*下面的*/
#homepage_bottom_pager{
  padding-bottom:25px;
  border-bottom:1px solid #D3D3D3;
  margin-bottom:30px;
}


/*文章内*/
#cnblogs_post_body{
  font-size:14px;
  line-height:30px;
}

/*文章的大标题*/
#mainContent h1{
  line-height:35px;
  padding-left:10px;
  margin-top:0px;
  margin-bottom:35px;
  border-left:2.5px solid #008080;
  font-size:2.2em;
  font-weight:700;
  color:#008080 !important;
  transition:padding-left 0.3s;
  -moz-transition:padding-left 0.3s;
  -webkit-transition:padding-left 0.3s;
  -o-transition:padding-left 0.3s;
}
#mainContent h1:hover{
  padding-left:50px;
}


/*文章尾部*/
/*评论*/

.feedback_area_title{
  padding:10px;
  margin:10px;
  width:58px;
  background-color:#4169E1;
  color:#F5F5F5;
}

#blog-comments-placeholder a{text-decoration:none;}  
#blog-comments-placeholder{
  padding-left:0px;
}

.feedbackItem{
  padding:10px;
  margin:10px;
  border:2px solid #C0C0C0;
  box-shadow:3px 3px 3px #888888;
  display:block;
  position:relative;
}
.feedbackListSubtitle{
  width:auto;
  margin-bottom:7px;0
  margin-top:7px;
}
.feedbackManage {
    position: absolute;
    right:10px;
    top:7px;
}
.layer{
  background-color:#4169E1;
  color:#F5F5F5;
  padding:5px;
}
.layer:active, .layer:hover, .layer:link, .layer:visited {
    color: #F5F5F5 !important;
}
.feedbackManage a:link{color:#4169E1;}
.feedbackManage a:visited{color:#4169E1;}
.feedbackManage a:hover{
  color:#F8F8F8;
  background-color:#4169E1;
}
.feedbackManage a{
  text-align:center;
  padding:7px;
}
.comment_digg a:link{color:#4169E1;}
.comment_digg a:visited{color:#4169E1;}
.comment_digg:hover{
  color:#F8F8F8;
  background-color:#4169E1;
}
.comment_digg{
  text-align:center;
  padding:7px;
}
.comment_burry a:link{color:#4169E1;}
.comment_burry a:visited{color:#4169E1;}
.comment_burry:hover{
  color:#F8F8F8;
  background-color:#4169E1;
}
.comment_burry{
  text-align:center;
  padding:7px;
}

.commentform{
  margin-top:40px;
  margin-left:10px;
}
.comment_btn{
  padding:10px;
  margin:10px;
  border:0px;
  border-radius:10%;
  width:88px;
  height:38px;
  background-color:#4169E1;
  color:#F5F5F5;
}
.comment_btn:hover{
  color:#F5F5F5;
  background-color:#40E0D0;
}

/*评论上方的一块*/
#blog_post_info_block a{
  text-decoration:none;
}
#blog_post_info_block a:hover{
  text-decoration:none;
}


#div_digg{
  position:fixed;
  bottom:176px;
  right:10px;
  width:50px;
  margin:0px;
}
.diggword{
  word-wrap:break-word;
}
.buryit{
  display:none;
}


/*封面*/

/*让它为home让出空间，来让home置顶*/
#page_begin_html{
  position:relative;
  height:0px;
  overflow:visible;
}

#titlePage{
  overflow-x:hidden;
  overflow-y:hidden;
  display:block;
  width:100%;
  height:45%;
  max-height:100vh;
  background-image:url("https://www.luogu.com.cn/image");
  background-repeat:no-repeat;
  position:absolute;
  margin-bottom:0px;
  top:0px;
  left:0px;
  z-index:-10;
  zoom:1;
  background-size:cover;
  -webkit-background-size:cover;
  -o-background-size:cover;
  -moz-background-size:cover;
  vertical-align:middle;
}
#myTitle{
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%, -50%);   
  -moz-transform: translate(-50%, -50%);   
  -ms-transform: translate(-50%, -50%);   
  -o-transform: translate(-50%, -50%);   
  transform: translate(-50%, -50%);  
  text-align:center;
  padding:0px;
  margin:0px;
  width:100%;
}


#userName{
  display:none;
  font-weight:bolder;
  font-family:"Georgia",serif;
  font-size:54px;
  color:#F5F5F5;
  font-style:italic;
  text-shadow:4px 4px 4px #000000;
}
#onePoem,#onePoemTitle{
  font-weight:500;
  color:#F5F5F5;
  text-shadow:1.5px 1.5px 1px #000000;
  font-family:'Long Cang',cursive;
}
#onePoemTitle{
  display:none;
  font-size:1.4em;
}
#onePoem{
  font-style:italic;
  display:none;
  font-size:1.2em;
}


#menu{
  z-index:1000;
  position:fixed;
  display:block;
  left:0px;
  top:0px;
  margin:0px;
  padding:0px;
  width:10px;
  height:100vh;
  background-color:#C0C0C0;
  border:0px;
  outline:none;
}
#menu2{
  z-index:1000;
  position:fixed;
  display:none;
  left:260px;
  top:0px;
  margin:0px;
  padding:0px;
  width:10px;
  height:100vh;
  background-color:#C0C0C0;
  border:0px;
  outline:none;
}

#menuList{
  top:100px;
  font-size:14px;
  font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
  overflow-x:hidden;
  overflow-y:scroll;
  z-index:100;
  color:#C0C0C0;
  position:fixed;
  background-color:#000000;
  height:100vh;
  width:0px;
  padding-right:0px;
  padding-left:10px;
  left:0px;
  top:0px;
}

#menuList a{
  text-decoration:none;
}
#menuList a:link{color:#C0C0C0;}
#menuList a:visited{color:#C0C0C0;}
#menuList a:hover{
  color:#FFFFFF;
  font-wight:bolder;
}
#menuList li{
  list-style-position:inside;
  overflow:hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
  -o-text-overflow: ellipsis;
}
#menuList ul{
  padding:0px;
}

#myNavigator{
  display:block;
  font-weight:normal;
  text-align:left;
  line-height:28px;
}
#myMenu{
  font-weight:normal;
  text-align:left;
  line-height:28px;
  width:95%;
}

/*导航栏右边三个统计*/
#stats_post_count,#stats_article_count,#stats-comment_count{
  font-size:0.9em;
  font-weight:normal;
  display:inline-block;
  color:#C0C0C0;
}

#sidebar_news h3{
  display:none;
}


#menuList::-webkit-scrollbar{
  width:12px;
  height:100vh;
}
#menuList::-webkit-scrollbar-button{
  display:none;
}
#menuList::-webkit-scrollbar-track{
  background-color:#000000;
  border-radius: 10px;
}
#menuList::-webkit-scrollbar-thumb{
  border-radius:10px;
  background-color: #292929;
}


/*处理公告栏*/

/*日历*/
#blog-calendar{
  margin-top:20px;
  padding:10px;
  border:1.8px #444444 solid;
  border-radius:14px;
  width:210px;
  color:#A9A9A9;
  font-weight:200;
}
#blog-calendar td{
  width:30px;
  height:30px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
#blog-calendar a{
  text-decoration:none;
  font-weight:700;
}
/*当前天*/
.CalTodayDay{
  background-color:#3671a5;
  border-radius:100%;
  font-wight:bold;
  margin:0px;
  padding:0px;
}

/*menu里的标题*/
.catListTitle{
  width:100%;
  text-align:center; 
}


#gotoTop{
  position:fixed;
  bottom:66px;
  right:15px;
  width:46px;
  height:46px;
  border-radius:50%;
  background-color:#40E0D0;
  border:0px;
  z-index:100;
  outline:none;
}

#gotoBottom{
  position:fixed;
  bottom:12.5px;
  right:15px;
  width:46px;
  height:46px;
  border-radius:50%;
  background-color:#40E0D0;
  border:0px;
  z-index:100;
  outline:none;
}
#gotoTop:hover{
  background-color:#90EE90;
}
#gotoBottom:hover{
  background-color:#90EE90;
}

#followMe{
  position:fixed;
  right:15px;
  bottom:151px;
  background-color:#40E0D0;
  width:41px;
  height:20px;
  border:0px;
  border-radius:30%;
  color:#F5F5F5;
  text-align:center;
  padding:2.5px;
  z-index:100;
  font-size:10px !important;
}
#followMe{color:#F5F5F5 !important;}
#followMe:hover{
  background-color:#90EE90;
}

#goBack{
  position:fixed;
  right:15px;
  bottom:121px;
  background-color:#40E0D0;
  width:41px;
  height:20px;
  border:0px;
  border-radius:30%;
  color:#F5F5F5;
  text-align:center;
  padding:2.5px;
  z-index:100;
  font-size:10px;
}
#goBack:hover{
  background-color:#90EE90;
}

/*侧边栏部分*/

/*搜索框*/
#widget_my_google{
  display:none;
}
#sidebar_search h3{
  display:none;
}

#widget_my_zzk{
  margin-top:20px;
  margin-bottom:20px;
}

.input_my_zzk{
  background-color:#000000;
  color:#FFFFFF;
  width:150px;
  max-width:150px;
  border:1px solid #FFFFFF;
  border-radius:8px;
  outline:none;
  padding-left:10px;
  height:24px;
  width:180px;
}
.btn_my_zzk{
  height:30px;
  background-color:#000000;
  border:0px;
  color:#E7E7E7;
  outline:none;
}


/*最底下的广告*/
#cnblogs_c1 #under_post_news {
  display:none;
}
.c_ad_block{
  display:none;
}
#ad_t2{
  display:none;
}
.recomm-block{
  display:none;
}


/*底部*/
#footer{
  padding:20px;
  margin-left:30px;
  float:left;
}

#bottom{
  padding-bottom:30px;
  margin-top:30px;
  padding-top:20px;
  border-top:1px #C0C0C0 solid;
  margin-left:0px;
  margin-right:0px;
  font-weight:300 !important;
  font-size:7px;
  line-height:13px;
}

/*博客时间*/
#date{
  text-align:center;
  font-weight:lighter;
}

/*底部友链*/
#friendsOnBottom{
  text-align:center;
}
#titleOfFriendsOnBottom{
  display:inline;
}

#myBlogStyle{
  text-align:center;
}
.myBlogStyleClass{
  display:inline-block;
}