/*公用*/
  2 body {
  3     font-size:13px;
  4     padding:0;
  5     margin:0;
  6     font-family:"微软雅黑","宋体",Arial;
  7     background:#205424 url("https://images.cnblogs.com/cnblogs_com/Running-Time/724426/o_14050120505358.jpg") no-repeat top center fixed;
  8     background-size:100% 100%;
  9     min-width:1200px;
 10 }
 11  
 12 #home {
 13     opacity: 0.95;
 14     filter: alpha(opacity=95);
 15     box-shadow:0 0 10px #000;
 16     margin:40px auto;
 17     width:1200px;
 18     background:#fff;
 19     overflow:auto;
 20     border:solid 1px #fff;
 21 }
 22 /*段落*/
 23 .postBody p,.postCon p {
 24     margin:7px 0;
 25     line-height:24px;
 26 }
 27 h1 {
 28     margin:0;
 29 }
 30 h3 {
 31     font-size:15px;
 32     font-weight:bold;
 33 }
 34 /*超链接*/
 35 a {
 36     color:#464646;
 37     text-decoration:none;
 38 }
 39 a:hover {
 40     text-decoration:underline;
 41 }
 42 a:visited,a:hover {
 43     color:#464646;
 44 }
 45 ul {
 46     list-style:none;
 47     margin:0;
 48     padding:0;
 49 }
 50 image {
 51     border:none;
 52 }
 53 #header {
 54     padding:20px;
 55 }
 56 /*博客标题*/
 57 #blogTitle,#blogTitle a {
 58     font-weight:bold;
 59     color:rgb(56,13,22);
 60 }
 61 #blogTitle .title {
 62     margin-top:10px;
 63     height:100px;
 64     line-height:100px;
 65     font-size:36px;
 66     padding-left:175px;
 67     background:#fff url("https://images.cnblogs.com/cnblogs_com/Running-Time/724426/o_b74124f376fc157f352acc88.jpg") no-repeat;
 68 }
 69 .headermaintitle {
 70     }#blogTitle,#blogTitle a:hover {
 71     text-decoration:none;
 72 }
 73 /*子标题*/
 74 .subtitle {
 75     padding-left:30px;
 76     font-size:14px;
 77     color:#999;
 78     font-weight:normal;
 79     margin:10px 0;
 80 }
 81 /*导航栏*/
 82 #navigator {
 83     font-size:16px;
 84     height:48px;
 85     background:#555555;
 86     text-align:center;
 87     margin-top:20px;
 88     margin-bottom:20px;
 89 }
 90 #navList li {
 91     margin:0;
 92     line-height:48px;
 93     display:inline-block;
 94     float:left;
 95 }
 96 #navList li:hover {
 97     background:#6DA47D;
 98 }
 99 #navList li a {
100     padding:0 30px;
101     text-decoration:none;
102     line-height:48px;
103     border:0;
104     color:#fff;
105     display:-moz-inline-box;
106     display:inline-block;
107 }
108 .blogStats {
109     height:48px;
110     color:#fff;
111     line-height:48px;
112 }
113 #main {
114     padding:20px;
115 }
116 /*左边*/
117 #sideBarMain {
118     padding:0 10px 0 0;
119     background:#fff;
120     margin:0 0 20px 0;
121     width:190px;
122     font-size:12px;
123     line-height:22px;
124 }
125 #sideBarMain a {
126     color:#666;
127 }
128 #leftcontentcontainer {
129     color:#666;
130 }
131 .newsItem {
132     color:#666;
133 }
134  
135 /*公告*/
136 #profile_block {
137     margin-top:0px;
138     line-height:24px;
139     text-align:left;
140 }
141 /*主面板*/
142 #mainContent {
143     margin-top:0px;
144     padding-top:0px;
145     padding-right:0px;
146     background:#fff;
147     padding-bottom:0px;
148     float:right;
149     width:960px;
150     padding-left:0px;
151 }
152 /*每日文章列表*/
153 .day {
154     background:#fff;
155     padding:0;
156     margin:0 0 20px 0;
157 }
158 /*博客标题*/
159 .postTitle a {
160     color:#464646;
161 }
162 .postTitle {
163     padding-bottom:10px;
164     font-size:20px;
165     font-weight:bold;
166     color:#464646;
167     background:url('https://images.cnblogs.com/cnblogs_com/Running-Time/724426/o_ajax-jump-loader.gif') no-repeat 0 3px;
168     padding-left:30px;
169 }
170 .dayTitle {
171     display:none;
172 }
173 /*摘要*/
174 .c_b_p_desc {
175     padding:10px;
176     line-height:24px;
177     color:#888;
178 }
179 .c_b_p_desc a {
180     color:#888;
181 }
182 .c_b_p_desc a:hover {
183     text-decoration:none;
184     border-bottom-width:1px;
185     border-bottom-style:dotted;
186 }
187 /*右侧图片*/
188 .desc_img {
189     margin-left:10px;
190     border:solid 1px #fff;
191     box-shadow:0 0 10px #aaa;
192 }
193 /*博文页*/
194 #topics .post {
195     background:#fff;
196 }
197 .postCon {
198     padding:10px 20px 0 20px;
199 }
200 .postDesc {
201     margin:0 30px;
202     margin-bottom:2px;
203     padding:8px 0px;
204     font-size:12px;
205     color:#aaa;
206     background:#fff;
207     text-align:right;
208 }
209 .postDesc a {
210     color:#AAA;
211 }
212 .postBody {
213     padding:0;
214 }
215 /*google搜索框*/
216 #google_q,#q {
217     height:22px;
218     width:120px;
219     border:solid 1px #ccc;
220     box-shadow:inset 0 0 3px #ddd;
221     border-radius:4px;
222 }
223 /*搜索按钮*/
224 .btn_my_zzk {
225     font-family:'Microsoft Yahei';
226     border:none;
227     height:26px;
228     width:60px;
229     padding:1px;
230     font-size:14px;
231     cursor:pointer;
232     position:relative;
233     vertical-align:middle;
234     display:inline-block;
235     background:#555555;
236     border-radius:4px;
237     color:#fff;
238 }
239 .btn_my_zzk:hover {
240     background:#6DA47D;
241 }
242 /*评论按钮*/
243  
244 #btn_comment_submit {
245     border:none;
246     height:48px;
247     width:120px;
248 }
249 /*评论按钮*/
250 .comment_btn {
251     font-family:'Microsoft Yahei';
252     border:none;
253     height:48px;
254     width:120px;
255     font-size:18px;
256     cursor:pointer;
257     position:relative;
258     vertical-align:middle;
259     display:inline-block;
260     background:#555555;
261     color:#fff;
262 }
263 #btn_comment_submit:hover {
264     background:#6DA47D;
265 }
266 /*评论标题*/
267 .feedback_area_title {
268     padding:10px;
269     font-size:24px;
270     font-weight:bold;
271     color:#555555;
272     border-bottom:solid 6px #555555;
273 }
274 .feedbackListSubtitle {
275     font-size:12px;
276     color:#888;
277 }
278 .feedbackListSubtitle a {
279     color:#888;
280 }
281 .comment_quote {
282     background:#FCFAAC;
283     padding:15px;
284     border:1px solid #CCC;
285 }
286 #commentform_title {
287     color:#555555;
288     background-image:none;
289     background-repeat:no-repeat;
290     margin-bottom:10px;
291     padding:10px 20px 10px 10px;
292     font-size:24px;
293     font-weight:bold;
294     border-bottom:solid 6px #555555;
295 }
296 /*评论框*/
297 #comment_form {
298     margin:10px 0;
299     padding:0;
300 }
301 .commentform {
302     margin:10px 0;
303     padding:10px 20px;
304     background:#fff;
305 }
306 /*评论输入域*/
307 #tbCommentBody {
308     font-family:'MIcrosoft Yahei';
309     margin-top:10px;
310     width:940px;
311     max-width:940px;
312     min-width:940px;
313     background:white;
314     color:#333;
315     border:2px solid #fff;
316     box-shadow:inset 0 0 8px #aaa;
317     padding:10px;
318     height:120px;
319     font-size:14px;
320     min-height:120px;
321 }
322 /*评论条目*/
323 .feedbackItem {
324     font-size:14px;
325     line-height:24px;
326     margin:10px 0;
327     padding:20px;
328     background:#F2F2F2;
329     box-shadow:0 0 5px #aaa;
330 }
331 .feedbackListSubtitle {
332     font-weight:normal;
333 }
334 /*分类页*/
335 .entrylist {
336     padding:10px 20px;
337     background:#fff;
338 }
339 .entrylistItem {
340     margin:10px 0;
341     padding:10px;
342 }
343 .entrylistPosttitle {
344     font-size:18px;
345     font-weight:bold;
346     background:url('') no-repeat 0 3px;
347     padding-left:30px;
348 }
349 .entrylistPostSummary {
350     padding:10px;
351 }
352 .entrylistItemPostDesc {
353     font-size:12px;
354     color:#999;
355     padding-left:40px;
356 }
357 /*尾部*/
358 #footer {
359     font-size:12px;
360     margin:20px;
361     padding:12px;
362     text-align:center;
363     background:#555555;
364     color:#DDD;
365     font-size:14px;
366 }
367 /*文章内图片*/
368 #cnblogs_post_body p img {
369     margin:10px;
370 }
371 /*顶一下*/
372 /*.diggnum {
373     font-size:28px;
374     color:#555555;
375     font-family:'Microsoft Yahei';
376 }
377 #div_digg .diggnum {
378     line-height:100px;
379 }*/
380 /*.diggit {
381     float:left;
382     width:128px;
383     height:128px;
384     background:url('') no-repeat;
385     background-position:0 0;
386     text-align:center;
387     cursor:pointer;
388 }*/
389 /*
390 .diggit:hover {
391     background-position:-128px 0;
392 }*/
393 /*踩一下（园友反映，这个有点“邪恶”，呵呵，其实是我没来得及设计这个背景图片，就暂时把它隐藏了……可以去掉这句话）*/
394 .buryit {
395     display:none;
396 }
397 .diggword {
398     display:none;
399 }
400 /*green_channel*/
401 #green_channel {
402     text:align:right;
403     background:#555555;
404     padding-left:20px;
405     font-weight:normal;
406     font-size:15px;
407     width:920px;
408     border:none;
409     color:#fff;
410     padding:20px;
411     border-radius:4px;
412 }
413 /*最新评论*/
414 #myposts .PostList {
415     font-size:14px;
416     line-height:17px;
417     margin:10px 0;
418     padding:15px;
419     background:#F2F2F2;
420     box-shadow:0 0 5px #aaa;
421 }
422 #myposts .postTitl2 a {
423     color:#555555;
}