<!-- 设置界面的背景颜色 -->
body{
background-color:rgb(192,255,62,.5) !important;
}
<!-- 设置左侧标题的样式 -->
.catListTitle {
text-align:center;
background: yellow;
color:black;
border-bottom: 1px solid #b0b0b0 !important;
}
<!-- 置左侧标题经过样式 -->
.catListTitle:hover {
 color:red !important;
}
<!-- 设置个人信息处的样式 -->
#profile_block a{
line-height:16px;
}
<!-- 设置个人信息处经过样式 -->
#profile_block a:hover {
 color:red !important;
 margin-left:10px;
font-size:16px;
overflow:hidden;
transition: margin-left 2s;
-moz-transition: margin-left 2s; /* Firefox 4 */
-webkit-transition: margin-left 2s; /* Safari 和 Chrome */
-o-transition: margin-left 2s; 
}
<!-- 设置左侧链接的经过样式 -->
#blog-sidecolumn ul li:hover {
 color:red !important;
 margin-left:30px;
transition: margin-left 2s;
-moz-transition: margin-left 2s; /* Firefox 4 */
-webkit-transition: margin-left 2s; /* Safari 和 Chrome */
-o-transition: margin-left 2s; 
}
<!-- 设置标题的经过样式 -->
.postTitle2:hover {
 color:red !important;
 margin-left:66px !important;
transition: margin-left 2s !important;
-moz-transition: margin-left 2s !important; /* Firefox 4 */
-webkit-transition: margin-left 2s !important; /* Safari 和 Chrome */
-o-transition: margin-left 2s !important; 
}
<!-- 设置日期的经过样式 -->
.dayTitle a:hover {
 color:red !important;
line-height:24px;
font-size:24px;
transition: font-size 2s !important;
-moz-transition: font-size 2s !important; /* Firefox 4 */
-webkit-transition: font-size 2s !important; /* Safari 和 Chrome */
-o-transition: font-size 2s !important; 
}
<!-- 设置主区域的宽度 -->
.day {
width:1200px;
margin:0 0 10px 10px;
border-left:1px solid #b0b0b0;
}
<!-- 设置导航栏的样式 -->
#navigator {
width:1480px;
margin-left:10px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
}
<!-- 隐藏footer的服务器信息 -->
#poweredby {
display:none}
<!-- 设置footer的增添版权样式 -->
.banquan{
text-align:center;
}
#home{
    width:70%;
}

#cnblogs_post_body>p {
	margin:17px auto 17px 13px;
	padding:0;
	font-family:-apple-system,BlinkMacSystemFont,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:16px;
	letter-spacing:.015em;
	font-feature-settings:"tnum";
	font-variant:tabular-nums;
	font-weight:400;
	line-height:1.8;
	word-break:break-word
}

#cnblogs_post_body p,.blogpost-body p {
    text-indent: 0
}

#cnblogs_post_body h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    text-shadow: 1px 1px 2px #e0e0ff;
    margin: 10px 0
}

#cnblogs_post_body h2 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    text-shadow: 1px 1px #e0e0ff;
    margin: 10px 0
}

#cnblogs_post_body h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    text-shadow: 1px 1px #e0e0ff;
    margin: 10px 0
}

#cnblogs_post_body h4 {
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px #e0e0ff;
    margin: 10px 0
}

#cnblogs_post_body h5 {
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px #e0e0ff;
    margin: 10px 0
}

#cnblogs_post_body h6 {
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px #e0e0ff;
    margin: 10px 0
}

.blog_comment_body h1,.blog_comment_body h2,.blog_comment_body h3,.blog_comment_body h4,.blog_comment_body h5,.blog_comment_body h6,.recent_comment_body h1,.recent_comment_body h2,.recent_comment_body h3,.recent_comment_body h4,.recent_comment_body h5,.recent_comment_body h6 {
    font-size: 13px;
    font-weight: normal;
    margin: 10px 0
}

#cnblogs_post_body hr {
    border-top: #888;
    margin: 5px 0
}

.recent_comment_body strong {
    font-weight: normal
}

.blog_comment_body em,.recent_comment_body em {
    font-style: normal
}

.blog_comment_body hr,.bq_post_comment hr {
    visibility: hidden
}


