/**************************************************
第一部分：所有的模板都使用的公共样式。公告样式是为了更好的向前和向后兼容。
如果不符合你皮肤的要求，你可以在后面通过更高的优先级覆盖着这些样式，但是
你不能删除这些样式。
**************************************************/

#EntryTag {
	margin-top: 20px;
	font-size: 9pt;
	color: gray;
}

.topicListFooter {
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
}

#divRefreshComments {
	text-align: right;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 9pt;
}


/*****第一部分结束*******************************/
*
{
    margin:0;
    padding:0;
}
html
{
    height:100%;
}
/*主盒子*/
body
{
    font-family: Consolas, "楷体" !important;
    background-image:url("https://images.cnblogs.com/cnblogs_com/xiao--wen/1600347/o_210907141006猫和老鼠.jpg");/*水平垂直居中*/
    background-position: center, center;
    /*图片不平埔*/
    /*background-repeat: no-repeat;*/
    /*图片位置固定在窗口中*/
    background-attachment: fixed;
    /*图片填充*/
    background-size:cove;
    animation-timing-function:ease-in-ou;
    /*animation:myan 20s infinite alternate;*/
}

@keyframes myan
	{
	  0%{background:url('https://images.cnblogs.com/cnblogs_com/xiao--wen/1600347/o_19112703390575b3d4c148a8f284defe65016e5fe31f.jpg');
background-position: center, center;
    /*图片不平埔*/
    /*background-repeat: no-repeat;*/
    /*图片位置固定在窗口中*/
    background-attachment: fixed;
    /*图片填充*/
    background-size:cove;}

	  100%{background:url('https://images.cnblogs.com/cnblogs_com/xiao--wen/1600347/o_191127033846561c9a102bfa79db1c0d363d47a6bf98.jpg');
background-position: center, center;
    /*图片不平埔*/
    /*background-repeat: no-repeat;*/
    /*图片位置固定在窗口中*/
    background-attachment: fixed;
    /*图片填充*/
    background-size:cove;}
	}

#home
{

    background-color:rgba(255, 255, 255, 0.5);
}
@keyframes move {
      0% {background-position: 0 0;}
      100% {
        /*宽度固定，如果为百分比背景不会滚动*/
        background-position: -300px 0;
      }
}    
#blogTitle h1
{
    height: 100px;
}
#blogTitle h1 a
{
    color:black;
}

#blogTitle h2
 {
    /*设置背景渐变色*/
    background-image: linear-gradient(to right, red, orange, yellow, green, yellow, orange, red, orange, yellow, green, yellow, orange, red);      
    /*chrome私有样式，加前缀，文字显示背景图片*/
    -webkit-background-clip: text;      
    animation: move 5s infinite;      
   /*文字颜色设为透明*/
   /*color: transparent;*/   
   /*宽度固定*/
   width: 300px;
    height:50px;
}
/*导航栏*/
#navigator ul a
{
     color:black;
   /* animation: myanim 5s infinite ease-in-out alternate;*/
}
@keyframes myanim
{
    0%{color:yellow;}
    50%{color:red;}
    100%{color:green;}
}
#sideBar
{
    /*background-image:url('https://images.cnblogs.com/cnblogs_com/xiao--wen/1600347/o_191127033846561c9a102bfa79db1c0d363d47a6bf98.jpg');*/
}
#sideBarMain
{
    /*background-image:url('https://images.cnblogs.com/cnblogs_com/xiao--wen/1600347/o_1911270339348599e029e60260b70ba46f0973778a57.jpg');*/
}
#leftcontentcontainer
{
    /*background-color:rgba(255, 255, 255, 0.5);!important;*/
}
/*公告*/
h3
{
        background-color:gray;
    /*background-color#009688;*/
}
#sidebar_news h3
{
    background-color:gray;
   /* background-color:#009688;*/
    text-align:center;
    height:30px;
    margin-top:15px;
}
#sidebar_news
{
    background-color:gray;
    /*background-color:rgba(255, 255, 255, 0.5);!important;*/
}
/*日历*/
/* 公告栏日历样式设置 */
.Cal {
background-color:gray;
   /* border: 1px solid #009688;*/
}
/*日历的第一行标题  年份/月份这一栏配置*/
.CalTitle {
background-color:gray;
   /* background-color:#009688;*/
    
}
/*日历的第二行  星期信息这一行配置*/
.CalDayHeader {
background-color:gray;
/*    background-color: #009688;*/
}

#blog-calendar h3
{
background-color:gray;
  /*  background-color:#009688;*/
}
#blog-calendar
{
    background-color:'white';
    /*background-color:rgba(255, 255, 255, 0.5);!important;*/
}
.CalTitle td{
    background-color:'white';
    /*background:  rgba(255, 255, 255, 0)!important;*/
}
/*导航下小标题*/
.blogStats
{
    background-color:'white';
}
/*随笔*/
#cnblogs_post_body
{
  
  /*margin:20px auto;*/
}
#cnblogs_post_body p
{
/*
  text-align:center;
  color:YellowGreen;
  animation: textanim 5s infinite ease-in-out alternate;
  
-webkit-animation: textanim 5s infinite ease-in-out alternate;
*/
}
/*梦絮星空*/
#mh
{
    color:black;
}

#cb_post_title_url
{
    display: block;
    text-align:center;
}
@keyframes textanim
{
  0%{color:pansy;}
  50%{color:purple;}
  100%{color:red;}
}
@-webkit-keyframes textanim
{
  0%{color:pansy;}
  50%{color:purple;}
  100%{color:red;}
}
/*google搜索框*/
#google_q
{
    background-color:"white";
}
#google_q h3
{
background-color:gray;
   /* background-color:#009688;*/
}
#google_q,#q 
{
background-color:gray;
   /* background-color:#009688;*/
}
/* 定制公告栏音乐插件的样式 */
.aplayer {
    font-family: Arial,Helvetica,sans-serif;  /*音乐插件字体*/
    margin: 30px auto;  /*音乐插件与公告栏左边的边距，0px就是直接抵到公告栏左边的边上*/
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 2px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: normal;
}