<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 禁止页面，选中 复制 */
html,body{
/*moz-user-select: -moz-none;
-moz-user-select: none;
-o-user-select:none;
-khtml-user-select:none;
-webkit-user-select:none;
-ms-user-select:none;
user-select:none;
*/
}
/*自定义背景样式*/
.bgall{background:url(https://www.njgep.com/img/bk2.jpg)no-repeat top center;background-size:100% 100%; position:fixed;left:0;top:0;right:0;bottom:0;z-index:0}

/*页面自定义样式*/
#home{position:relative;z-index:10}
/*头部title*/
#blogTitle{background:none; height:100px}
#blogTitle h1 a:hover{}
#blogTitle h1 a,#blogTitle h2{color:#fff;margin-top:20px}
#blog_nav_rss:hover{background:#00a7f2}
/*左侧*/
#sideBar{padding:0}
.catListTitle{background:#00a7f2;border-bottom:none}
.catListLink ul li,.catListLink ul li a{color:#00a7f2;font-size:14px}
#blog-news{overflow:hidden;text-align:center}
.CalTitle{padding-bottom:5px; display:inline-block;}
.CalNextPrev a{display:inline-block;width:62px;text-align:center}
.img_avatar{display:inline-block;width:150px;height:150px;border-radius:50%;
  -moz-animation: rotate 8s linear infinite;
  -webkit-animation: rotate 8s linear infinite;
  -o-animation: rotate 8s linear infinite;
  -ms-animation: rotate 8s linear infinite;
  animation: rotate 8s linear infinite;;}
@-webkit-keyframes rotate {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0%,
  100% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0%,
  100% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  0%,
  100% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0%,
  100% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#profile_block{text-align:center}

/*右侧*/

/*文章详情*/
#tbCommentAuthor{width:200px}
.bq_post_comment{background:#fff;border-radius:10px;border:none !important}
.feedbackItem{background-color: #fff;border-radius: 10px; padding: 10px 10px 1px 10px;margin-bottom:5px}
#tbCommentBody{outline:none;padding:2%;width:430px;height:180px;resize:none;border-radius:6px;transition:0.3s;}
#tbCommentBody:focus{box-shadow:0 0 10px #00a7f2 inset;border:solid 1px #00a7f2;width:95%}
#comment_nav a{color:#fff}
#btn_comment_submit{
    width:80px;height:35px;line-height:35px;font-size:16px;
    border-radius:3px;
    cursor:pointer;
    border: 1px solid #84bbf3;
    background: -moz-linear-gradient( center top, #bddbfa 8%, #80b5ea 97% );
    background: -ms-linear-gradient( top, #bddbfa 8%, #80b5ea 97% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea');
    background: -webkit-gradient( linear, left top, left bottom, color-stop(8%, #bddbfa), color-stop(97%, #80b5ea) );
    background-color: #bddbfa;
    color: #ffffff;
    display: inline-block;
    text-shadow: 0px 0px 0px #528ecc;
    -webkit-box-shadow: inset 0px 0px 0px -50px #dcecfb;
    -moz-box-shadow: inset 0px 0px 0px -50px #dcecfb;
    box-shadow: inset 0px 0px 0px -50px #dcecfb;
}
#btn_comment_submit:hover {
	background:-moz-linear-gradient( center top, #80b5ea 8%, #bddbfa 97% );
	background:-ms-linear-gradient( top, #80b5ea 8%, #bddbfa 97% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(8%, #80b5ea), color-stop(97%, #bddbfa) );
	background-color:#80b5ea;
}
#btn_comment_submit:active {
	position:relative;
	top:1px;
}

@media (max-width: 767px){
    #tbCommentBody{outline:none;padding:2%;width:95%;height:120px;resize:none;border-radius:6px;transition:0.3s;}
    #blogTitle { background: none; height: 70px;}
    #navList{width:100%;}
    #navList li{width:25%;}
    #sideBar{width:97% !important;box-sizing:border-box;margin:0 1.5%}

/*文章列表*/
#AjaxHolder_UpdatePanel1, #AjaxHolder_PostComment_divCommnentArea, #profile, .entrylist, .gallery{margin:0 5px 15px 0}
.forFlow{margin-right:5px}
#post-date{display:none}
#comment_form{padding-right:10px}
}

/*文章详情底部广告*/
#under_post_news,#under_post_kb{display:none}</pre></body></html>