<style type="text/css">
  2     #cnblogs_post_body
  3     {
  4         color: black;      
  5         font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
  6         font-size: 16px;
  7     }
  8     #cnblogs_post_body h1    {
  9         background: #2B6695;
 10         border-radius: 6px 6px 6px 6px;
 11         box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
 12         color: #FFFFFF;
 13         font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
 14         font-size: 18px;
 15         font-weight: bold;
 16         height: 24px;
 17         line-height: 30px;
 18         margin: 18px 0 !important;
 19         padding: 8px 0 17px 5px;
 20         text-shadow: 2px 2px 3px #222222;
 21         width:100%;
 22     }
 23  #cnblogs_post_body h2{
 24         background: #2B6600;
 25         border-radius: 6px 6px 6px 6px;
 26         box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
 27         color: #FFFFFF;
 28         font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
 29         font-size: 17px;
 30         font-weight: bold;
 31         height: 20px;
 32         line-height: 24px;
 33         margin: 12px 0 !important;
 34         padding: 5px 0 5px 10px;
 35         text-shadow: 2px 2px 3px #222222;
 36         width:100%;
 37     }
 38  #cnblogs_post_body h3{
 39         background: #4A708B;
 40         border-radius: 6px 6px 6px 6px;
 41         box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
 42         color: #FFFFFF;
 43         font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
 44         font-size: 16px;
 45         font-weight: bold;
 46         height: 24px;
 47         line-height: 23px;
 48         margin: 12px 0 !important;
 49         padding: 5px 0 5px 10px;
 50         text-shadow: 2px 2px 3px #222222;
 51         width:100%;
 52     }
 53  #cnblogs_post_body h4{
 54         // background: #4F4F4F;
 55         background: #5d5b59;
 56         border-radius: 30px 30px 30px 30px;
 57         box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
 58         color: #FFFFFF;
 59         font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
 60         font-size: 15px;
 61         font-weight: bold;
 62         height: 24px;
 63         line-height: 23px;
 64         margin: 12px 0 !important;
 65         padding: 5px 0 5px 10px;
 66         text-shadow: 2px 2px 3px #222222;
 67         width:90%;
 68     }
 69 img[data-action="zoom"] {
 70   cursor: pointer;
 71   cursor: -webkit-zoom-in;
 72   cursor: -moz-zoom-in;
 73 }
 74 .zoom-img,
 75 .zoom-img-wrap {
 76   position: relative;
 77   z-index: 666;
 78   -webkit-transition: all 300ms;
 79        -o-transition: all 300ms;
 80           transition: all 300ms;
 81 }
 82 img.zoom-img {
 83   cursor: pointer;
 84   cursor: -webkit-zoom-out;
 85   cursor: -moz-zoom-out;
 86 }
 87 .zoom-overlay {
 88   z-index: 420;
 89   background: #fff;
 90   position: fixed;
 91   top: 0;
 92   left: 0;
 93   right: 0;
 94   bottom: 0;
 95   pointer-events: none;
 96   filter: "alpha(opacity=0)";
 97   opacity: 0;
 98   -webkit-transition:      opacity 300ms;
 99        -o-transition:      opacity 300ms;
100           transition:      opacity 300ms;
101 }
102 .zoom-overlay-open .zoom-overlay {
103   filter: "alpha(opacity=100)";
104   opacity: 1;
105 }
106 .zoom-overlay-open,
107 .zoom-overlay-transitioning {
108   cursor: default;
109 }
110 #topics, #mainContent {
111     overflow: visible;
112 }
113 #postDesc {
114     float: none;
115 }
116 </style>