这是一个2级标题
这是一个2级标题,这是一个2级标题,这是一个2级标题,这是一个2级标题,这是一个2级标题,这是一个2级标题,这是一个2级标题,这是一个2级标题,这是一个2级标题。
这是一个3级标题
这是一个3级标题,这是一个3级标题,这是一个3级标题,这是一个3级标题,这是一个3级标题,这是一个3级标题,这是一个3级标题,这是一个3级标题,这是一个3级标题。
1 /*博客导航栏 */ 2 #navList { 3 float: left; 4 } 5 6 #navList li { 7 border: none; 8 font-size: 16px; 9 } 10 11 .blogStats { 12 display: none; 13 } 14 15 16 /*sideBar博客侧边栏容器*/ 17 #sideBar { 18 width: 300px; 19 box-sizing: border-box; 20 margin-left: 30px; 21 padding: 0; 22 } 23 24 .newsItem, .catListComment, .catListEssay, .catListView, .catListFeedback, 25 #blog-calendar, #sidebar_postcategory, #sidebar_postcategory, #sidebar_postarchive, #sidebar_search { 26 /*侧边栏每一模块添加圆角和阴影*/ 27 border-radius: 10px; 28 box-shadow: 1px 2px 3px #A7A8AD; 29 background-color: #fff; 30 } 31 32 33 #sideBarMain h3, .newsItem h3 { 34 /*侧边栏每个模块的标题部分*/ 35 font-size: 1.2em; 36 height: 50px; 37 line-height: 50px; 38 text-indent: 0.5em; 39 background: url(http://www.cnblogs.com/skins/red_autumnal_leaves/images/titlebg.png) no-repeat left center #fff; 40 padding: 0 0 0 50px; 41 margin-bottom: 0; 42 border: 1px solid #55895B; 43 border-left-width: 5px; 44 border-radius: 10px; 45 border-right-width: 5px; 46 } 47 48 49 /*侧边栏列表样式*/ 50 #sideBarMain ul { 51 background-color: #fff; 52 padding: 15px 20px; 53 border-bottom-left-radius: 10px; 54 border-bottom-right-radius: 10px; 55 } 56 57 #sideBarMain li { 58 line-height: 40px; 59 border-bottom: 1px solid #ddd; 60 font-size: 14px; 61 } 62 63 /*侧边栏公告*/ 64 #blog-news > img { 65 /*头像*/ 66 display: block; 67 margin: auto; 68 border-radius: 50%; 69 } 70 71 #profile_block { 72 font-size: 15px; 73 padding: 20px; 74 line-height: 1.8; 75 } 76 77 #profile_block > a:link { 78 color: #F60; 79 } 80 81 /*公告结束*/ 82 83 /* 日历 */ 84 #blog-calendar, #calendar { 85 width: 300px; 86 } 87 } 88 89 #blog-calendar td a { 90 font-weight: bold; 91 color: #59a020; 92 } 93 94 #blog-calendar table a:hover { 95 color: #59a020; 96 text-decoration: underline; 97 background: transparent; 98 } 99 100 #blog-calendar table u { 101 text-decoration: none; 102 } 103 104 /*日历结束*/ 105 /*侧边搜索框*/ 106 .mySearch { 107 padding-bottom: 10px; 108 } 109 110 .mySearch > div { 111 padding-top: 10px 112 } 113 114 .mySearch #q { 115 height: 40px; 116 width: 150px; 117 border-radius: 5px; 118 border: 1px solid #ddd; 119 } 120 121 .mySearch #btnZzk { 122 height: 42px; 123 width: 90px; 124 background: #fc863d; 125 color: #fff; 126 border-radius: 5px; 127 border: none; 128 font-size: 15px; 129 cursor: pointer; 130 } 131 132 .div_my_zzk { 133 padding: 0 20px; 134 display: flex; 135 justify-content: space-around; 136 } 137 138 /*搜索框结束*/ 139 140 /* 关注收藏等几个按钮 */ 141 #green_channel { 142 padding: 10px; 143 margin: 20px 0; 144 font-size: 15px; 145 width: 400px; 146 } 147 148 #green_channel a { 149 border-radius: 3px; 150 text-shadow: none; 151 font-weight: normal; 152 box-shadow: none; 153 } 154 155 /* 禁用下划线 */ 156 .postBody a:link, .postBody a:visited, .postBody a:active { 157 text-decoration: none; 158 } 159 160 /* 上一篇下一篇 */ 161 #post_next_prev { 162 font-size: 14px; 163 color: #535353; 164 } 165 166 /*底部隐藏作者,隐藏推荐和反对*/ 167 #author_profile { 168 display: none; 169 } 170 171 #div_digg { 172 display: none; 173 } 174 175 /*隐藏广告*/ 176 #ad_t2, #cnblogs_c1, #under_post_news, #cnblogs_c2, #under_post_kb { 177 display: none; 178 } 179 180 181 /*评论*/ 182 /*评论列表*/ 183 #blog-comments-placeholder { 184 border-radius: 10px; 185 background: #fff; 186 padding: 30px 40px; 187 } 188 189 .feedback_area_title { 190 background: url(//www.cnblogs.com/skins/red_autumnal_leaves/images/titlebg.png) no-repeat left center #fff; 191 border: 1px solid #55895B; 192 border-left-width: 5px; 193 border-radius: 10px; 194 border-right-width: 5px; 195 padding: 15px 50px; 196 } 197 198 /* 提交评论按钮 */ 199 #btn_comment_submit { 200 border: solid 1px #fd6d0dd1 !important; 201 width: 90px; 202 height: 40px; 203 color: #fff !important; 204 background-color: #fd6d0dd1 !important; 205 border-radius: 5px; 206 font-size: 16px; 207 cursor: pointer; 208 } 209 210 /*侧边评论*/ 211 li.recent_comment_body { 212 line-height: 30px; 213 } 214 215 /* 个性签名 */ 216 #MySignature { 217 box-shadow: 8px 1px 10px #989898; 218 padding: 10px; 219 text-shadow: 1px 1px 1px #FFF; 220 font-size: 17px; 221 border-left: solid 5px #55895B; 222 background: #F3F3F3; 223 border-radius: 10px 10px 50% 10px; 224 line-height: 2.4; 225 margin: 40px 0; 226 } 227 228 #MySignature a { 229 text-decoration: none; 230 color: #4183c4; 231 font-weight: bold; 232 } 233 234 #MySignature a:hover { 235 text-decoration: underline; 236 color: #f60; 237 } 238 239 #MySignature span { 240 color: #f60; 241 } 242 243 /* 标题title样式 */ 244 #topics .postTitle { 245 font-size: 25px; 246 padding: 0 40px; 247 border: none; 248 box-sizing: border-box; 249 } 250 251 #cb_post_title_url { 252 border: 1px solid #55895B; 253 border-left-width: 5px; 254 border-radius: 10px; 255 border-right-width: 5px; 256 background-position: left center; 257 padding: 15px 50px; 258 width: 100%; 259 display: inline-block; 260 box-sizing: border-box; 261 } 262 263 /*设置背景色和字体大小*/ 264 body { 265 font-size: 15px; 266 box-sizing: border-box; 267 } 268 269 /*mainContent主体内容容器*/ 270 #main { 271 display: flex; 272 width: 95%; 273 } 274 275 #mainContent .forFlow { 276 margin: 0 0 0 310px; 277 } 278 279 #mainContent { 280 margin: 0 0 0 -310px; 281 } 282 283 #post_detail { 284 overflow: hidden; 285 } 286 287 /* 主体内容样式 */ 288 .postBody { 289 padding: 20px 40px; 290 } 291 292 #cnblogs_post_body { 293 font-size: 15px; 294 } 295 296 #cnblogs_post_body h2 { 297 /*标题h2*/ 298 border-left: 5px solid #55895B; 299 padding: 10px 20px; 300 line-height: 2; 301 background: #d6dbdf8a; 302 margin: 30px 0; 303 font-size: 25px!important; 304 } 305 306 #cnblogs_post_body h3 { 307 margin: 20px 0; 308 padding: 10px 20px; 309 border-left: 5px solid #55895B; 310 font-size: 20px!important; 311 } 312 313 #cnblogs_post_body h4{ 314 font-size: 18px!important; 315 margin: 20px 0; 316 } 317 318 #topics .postDesc { 319 display: none; 320 } 321 322 .cnblogs_code pre { 323 font-family: Courier New!important; 324 font-size: 15px!important; 325 word-wrap: break-word; 326 white-space: pre-wrap; 327 } 328 329 .cnblogs_code span { 330 font-family: Courier New!important; 331 font-size: 15px!important; 332 line-height: 1.5!important; 333 } 334 335 /*设置文章主体内容的宽度*/ 336 /*#content .post { 337 font-size: 16px; 338 line-height: 1.8; 339 padding-left: 10px; 340 }*/