!--此处自定义标题背景色-->
#cnblogs_post_body h1 {
    background: #265B8A;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    font-family: FZShuTi；
    font-size: 23px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 12px 0 8px 5px;
    text-shadow: 2px 2px 3px #222222;
    text-align:left;
    margin-bottom: 20px;
}
#cnblogs_post_body h2 {
    background-color: #1E90FF;
    border-radius: 25px;
    text-align:left;
    color: white;
    text-shadow: 1px 1px 2px #222222;
    padding: 5px 0px 5px 15px;
    margin-bottom: 12px;
    width:50%
}
#cnblogs_post_body h3 {
 background-color: #51C332;
    border-radius: 20px;
    text-align:left;
    color: white;
    text-shadow: 1px 1px 2px #222222;
    padding: 5px 0px 5px 15px;
    margin-bottom: 12px;
    width:70%
 
}
#cnblogs_post_body h4 {
    background-color: #5bc0de;
    border-radius: 3px;
    text-align:left;
    color: white;
    text-shadow: 1px 1px 2px #222222;
    padding: 5px 15px;
    margin-bottom: 10px;
    width:80%
}
code {
    padding: 1px 3px;
    margin: 0 3px;
    background: #ddd;
    border: 1px solid #ccc;
    font-family: Menlo,Monaco,Andale Mono,lucida console,Courier New,monospace;
    word-wrap: break-word;
    font-size: 14px;
}
#cnblogs_post_body table {
    text-align: center;
    width: 100%;
    border: 1px solid #dedede;
    margin: 15px 0;
    border-collapse: collapse;
}
#cnblogs_post_body table thead tr {
    background: #f8f8f8;
}
#cnblogs_post_body table tbody tr:hover {
    background: #efefef;
}
h1 a:visited, 
h1 a:link {  
color : green;  
} 
#top   
{  
color : red;  
}

.cnblogs_code{
   background-color: rgb(245, 245, 250);
   border:none;
   border-radius: 5px;
   box-shadow: 2px 2px 5px #c0c0c0;
   font-size: 14px!important;
   padding:10px;
   font-family: monospace !important;
   position: relative;
}
.cnblogs_code pre { 
   font-family:"Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;
}
.cnblogs_code span { 
   font-family:"Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;
}
.cnblogs_code_copy {
   display: none;
}
.cnblogs_code div{
     background-color:rgb(245, 245, 250);
}
.button-div {
	display: flex;
	height: 30px;
}

.button-div .title-div {
	display: flex;
	height: 100%;
}

.button-div .title-div .boll {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-right: 10px;
}

.button-div .title-div .boll-red {
	background-color: #ea0000;
}

.button-div .title-div .boll-yellow {
	background-color: #d9d929;
}

.button-div .title-div .boll-green {
	background-color: #83d175;
}

.button-div .image {
	position: absolute;
	top: 10px;
	right: 20px;
}

.button-div .image a {
	opacity: 0;
}

.cnblogs_code:hover .button-div .image a {
	opacity: 1;
}

.button-div .image img {
	width: 15px;
	height: 15px;
}

.my-buttom-title{
    padding-left: 10px;
    line-height: 30px;
    height: 30px;
    background-color: rgb(245, 245, 250);
    border: 1px solid #ccc;
}

#cnblogs_post_body table, .cnblogs-post-body table {
    word-break: keep-all;
}

