blockquote {
    margin: 15px 0;
}
blockquote {
   border: 0px;
  border-left: 4px solid #009688;
  padding: 0 15px;
  color: #777;
}

blockquote>:first-child {
  margin-top: 0px;
  color: #009688;
  font-weight: 700;
}

blockquote>:last-child {
  margin-bottom: 0px;
}

pre {
font-size: 13px;
}

body {
	 background: url("https://images.cnblogs.com/cnblogs_com/dream-saddle/1269428/o_o_1s.jpg") no-repeat scroll 0% 0% transparent;
         background-attachment: fixed;
}
#header, #navigator, #blogTitle, #footer {
    background: none;
}
#mainContent .forFlow {
  background: none;
}
.day {
  background: none;
}

#cnblogs_post_body
{
    color: black;      
    font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
    font-size: 15px;
}
#各个等级标题的颜色样式
#cnblogs_post_body h1    {
    background: #2B6695;
    border-radius: 4px 4px 3px 3px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgb(100,102,179);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 23px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h2    {
    background: rgb(245,111,201);
    border-radius: 4px 4px 3px 3px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgb(100,102,179);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h3    {
    background: rgb(245,144,211);
    border-radius: 4px 4px 3px 3px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgb(100,102,179);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h4{
    background: rgb(242,193,227);
    border-radius: 4px 4px 3px 3px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgb(100,102,179);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    line-height: 23px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 10px;
    text-shadow: 2px 2px 3px #222222;
}
#页面中a标签鼠标位置
#cnblogs_post_body h2:a{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h2 a:hover{
   color: rgb(255, 102, 0);
}
#页面中标题位置
#cnblogs_post_body h1{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h1:hover{
   color: rgb(255, 102, 0);
   cursor: pointer;
}
#cnblogs_post_body h2{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h2:hover{
   color: rgb(255, 102, 0);
   cursor: pointer;
}
#cnblogs_post_body h3{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h3:hover{
   color: rgb(255, 102, 0);
   cursor: pointer;
}
#cnblogs_post_body h4{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h4:hover{
   color: rgb(255, 102, 0);
   cursor: pointer;
}

/*隐藏日历*/
#calendar {
   display: none;
}
.catListTitle {
	background: none;
	color: rgb(242,204,229);
	padding: 0px;
}

.postDesc a:link {color: #B7B7B7;}
.postTitle {
	font-size: 20px;
}
.postTitle a:visited, .postTitle a:active, .postTitle a:link {
	color: #A2007C;
}
.dayTitle a:link {
	color: #AA87B8;
}
#navList a:hover {
  color: #00B2BF;
}
#topics div h1 a {
	font-size: 20px;
}
#topics div h1 a:link {
	color: #A2007C;	
}
#post_view_count {
	color: indianred;
}
.c_b_p_desc_readmore {
	text-decoration: none;
	color: #52096C;
}
#blog_stats {
	color: #707070;
}
.input_my_zzk {
  width: 160px;
  border-radius: 2px;
}
input.btn_my_zzk {
    width: 58px;
    border: 1px solid gray;
    background: none;
    color: palevioletred;
    border-radius: 3px;
    cursor: pointer;
}
#mainContent {
    width: 96%;
}
#sideBar {
    width:282px;
}
.in-text-selection, ::selection { background: #F5A7DB; text-shadow: none; color: #FFF;}