博客主题2

  1 /* Minification failed. Returning unminified contents.
  2 (670,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
  3  */
  4 #EntryTag {
  5     margin-top: 20px;
  6     font-size: 9pt;
  7     color: gray;
  8 }
  9 .topicListFooter {
 10     text-align: right;
 11     margin-right: 10px;
 12     margin-top: 10px;
 13 }
 14 #divRefreshComments{
 15     text-align: right; 
 16     margin-right: 10px;
 17     margin-bottom: 5px;
 18     font-size: 9pt;
 19 }
 20 
 21 * {
 22     margin: 0;
 23     padding: 0;
 24 }
 25 html {
 26     height: 100%;
 27 }
 28 body {
 29     color: #000;
 30     background: #D2D8DE;
 31     font-family: Verdana,Arial,Helvetica,sans-serif;
 32     font-size:14px;
 33     min-height: 101%;
 34 }
 35 table {
 36     border-collapse: collapse;
 37     border-spacing: 0;
 38 }
 39 fieldset, img {
 40     border: 0;
 41 }
 42 ul {
 43     word-break: break-all;
 44 }
 45 li {
 46     list-style: none;
 47 }
 48 h1, h2, h3, h4, h5, h6 {
 49     font-size: 100%;
 50     font-weight: normal;
 51 }
 52 a:link {
 53     color: black;
 54     text-decoration: none;
 55 }
 56 a:visited {
 57     color: black;
 58     text-decoration: none;
 59 }
 60 a:hover {
 61     color: #F60;
 62     text-decoration: underline;
 63 }
 64 a:active {
 65     color: black;
 66     text-decoration: none;
 67 }
 68 .clear {
 69     clear: both;
 70 }
 71 #home {
 72     margin: 0 auto;
 73 }
 74 #header {
 75 
 76 }
 77 #blogTitle {
 78     height:70px;background: #fff;
 79     clear: both;
 80 }
 81 #blogTitle h1 {
 82     font-size: 150%;
 83     font-weight: bold;
 84     line-height: 1.5;
 85     margin-left: 1em;
 86     margin-top: 10px;
 87     width: 50%;
 88     float: left;
 89 }
 90 #blogTitle h2 {
 91     margin-left: 4em;
 92     line-height: 1.5;
 93     width: 50%;
 94     float: left;
 95 }
 96 #blogLogo {
 97     float: right;
 98 }
 99 #navigator {
100     background-color: black;
101     /*height: 60px;*/height: 0px;line-height: 60px;overflow: hidden;
102     clear: both;
103 }
104 #navList {
105     min-height: 30px;
106     float: left;
107 }
108 #navList li {
109     float: left;
110 }
111 #navList a {
112     display: block;
113     padding:0 1.5em;height: 60px;font-family:'微软雅黑';
114     float: left;font-size: 1.2em;
115     text-align: center;transition-duration:0.3s;
116 }
117 #navList a:link, #navList a:visited, #navList a:active {
118     color: #bbb;
119 }
120 #navList a:hover {
121     color: white;
122     background-color: #343434;
123     text-decoration: none;text-shadow: 0px 0px 1px #000;
124 }
125 #navList a.aHeaderXML{padding-top: 25px;overflow: hidden;}
126 #navList a.aHeaderXML img{vertical-align:middle;}
127 
128 .blogStats {
129     float: right;
130     color: #ccc;padding-right: 10px;
131     text-align: right;
132 }
133 /*****home和头部结束**************************/
134 
135 /*****主页文章列表开始**************************/
136 #main{
137     min-width: 950px;
138     text-align: left;padding:20px 0 0 10px;overflow: hidden;
139 }
140 #mainContent .forFlow{
141     margin-left:20em;
142     float: none; 
143     width: auto;
144 }
145 
146 #mainContent {
147     min-height: 200px;
148     padding: 0px 0px 10px 0;
149     *padding-top:10px;
150     -o-text-overflow: ellipsis;
151     text-overflow: ellipsis;
152     overflow: hidden;
153     word-break: break-all;
154     
155     float: right;
156     margin-left: -20em;margin-right: 20px;display: inline;
157     width: 100%
158 }
159 .day {
160     min-height: 10px;
161     _height: 10px;
162     background: #fff;
163     border-radius: 7px;
164     box-shadow: 1px 1px 2px #A7A8AD;
165     color: #666666;
166     margin: 0 5px 20px 0;
167     padding:5px 20px 10px;
168 }
169 .dayTitle {
170     width: 100%;
171     color: #666;
172     line-height:2.2em;
173     font-size:22px;
174     clear:both;
175     border-bottom:1px solid #ccc;
176     text-align:center;
177 }
178 .postTitle {
179     font-size: 110%;
180     font-weight: bold;
181     border-bottom: 1px dashed #ccc;
182     float: right;
183     line-height:2.5em;font-size: 18px;
184     width: 100%;
185     clear:both;
186 }
187 .postTitle a:link, .postTitle a:visited, .postTitle a:active {
188     color: #390;transition:all 0.4s linear 0s
189 }
190 .postTitle a:hover {
191     color: #F60;
192     text-decoration: none;margin-left: 10px;
193 }
194 .postCon {
195     float: right;
196     line-height: 1.5;
197     width: 100%;
198     clear:both;
199     padding: 10px 0;
200 }
201 .postDesc {
202     float: right;
203     width: 100%;
204     clear:both;
205     text-align: right;
206     padding-right: 5px;
207     color: #A8B1BA;line-height: 2.5em;
208 }
209 .postDesc a:link, .postDesc a:visited, .postDesc a:active {
210     color: #666;
211 }
212 .postDesc a:hover {
213     color: #F60;
214     text-decoration: none;
215 }
216 .postSeparator {
217     clear: both;
218     height: 1px;
219     border-top: 1px dotted #666;
220     width: 100%;
221     clear:both;
222     float: right;
223     margin: 0 auto 15px auto;
224 }
225 /*****主页文章列表开始**************************/
226 
227 /*****侧边栏开始********************************/
228 #sideBar {
229     width: 230px;
230     min-height: 200px;
231     padding: 0px 0 0px 5px;
232     float: left;
233     -o-text-overflow: ellipsis;
234     text-overflow: ellipsis;
235     overflow: hidden;
236     word-break: break-all;
237 }
238 .newsItem .catListTitle {
239     display: none;
240 }
241 .newsItem,#blog-calendar {
242     margin-bottom:15px;text-indent:0;padding:10px;background: #FAFCFD;border-radius:7px;box-shadow:1px 1px 2px #A7A8AD;line-height: 1.5;
243 }
244 /**日历控件样式开始**/
245 #calendar {
246     margin-bottom: 15px;padding:5px;border-radius:7px;box-shadow:1px 1px 2px #A7A8AD;background: #fff;
247 }
248 #calendar .Cal {
249     width: 100%;
250     line-height: 1.5;
251 }
252 #calendar th{padding:2px 5px;}
253 #calendar td{padding:2px 5px;}
254 #calendar td a{display: block;}
255 .Cal {/**日历容器table**/
256     border: none;
257     color: #666;
258 }
259 #calendar table a:link, #calendar table a:visited, #calendar table a:active {
260     font-weight: bold;
261 }
262 #calendar table a:hover {
263     color: white;
264     text-decoration: none;
265     background-color: #F60;
266 }
267 .CalTodayDay{/**今天日期样式**/
268     color:#f60;
269 }
270 #calendar .CalNextPrev a:link,#calendar  .CalNextPrev a:visited, #calendar .CalNextPrev a:active {/**上个月、下个月箭头样式**/
271     font-weight: bold;
272     background-color: white;
273 }
274 .CalDayHeader{
275     border-bottom:1px solid #ccc;    
276 }
277 .CalTitle{/**日历年月头部样式**/
278     width:100%;
279     background:white;
280     color:black;
281     border-bottom:1px solid #666;    
282 }
283 /**日历控件样式结束**/
284 .catListTitle {
285 background: #390;border-bottom: 1px solid #006600;border-top-left-radius: 7px; border-top-right-radius: 7px; color: #FFFFFF;font-size: 1.2em;
286 height:1.8em;
287 line-height:1.8em;
288 padding: 5px;
289 text-indent:0.5em;text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
290 }
291 .catListComment {
292     line-height: 1.5;
293 }
294 .divRecentComment {
295     text-indent: 2em;
296     color: #666;
297 }
298 #sideBarMain ul {
299     line-height: 1.5;
300 }
301 /* 最新评论等 开始 */
302 #AjaxHolder_UpdatePanel1,
303 #AjaxHolder_PostComment_divCommnentArea,
304 #profile,
305 .entrylist,
306 .gallery
307 {
308 background: none repeat scroll 0 0 #FFFFFF;
309 border-radius: 7px;
310 box-shadow:1px 1px 2px #A7A8AD;
311 margin: 0 0 15px 0;
312 min-height: 200px;
313 overflow: hidden;
314 padding:0 15px;
315 text-overflow: ellipsis;
316 word-break: break-all;
317 }
318 #AjaxHolder_PostComment_divCommnentArea{padding: 10px;}
319 #profile,
320 .entrylist,
321 .gallery
322 {padding: 10px;}
323 .catListEssay,.catListLink,.catListNoteBook,
324 .catListTag,
325 .catListPostCategory,
326 .catListPostArchive,
327 .catListImageCategory,
328 .catListArticleArchive,
329 .catListView,
330 .catListFeedback,
331 .mySearch,
332 .catListComment,
333 .catListBlogRank,
334 .catList,
335 .catListArticleCategory
336 {margin-bottom: 15px;background: #FAFCFD;border-radius:7px;box-shadow:1px 1px 2px #A7A8AD;overflow: hidden;zoom: 1;}
337 .catListEssay ul li,.catListLink ul li,.catListNoteBook ul li,
338 .catListTag ul li,
339 .catListPostCategory ul li,
340 .catListPostArchive ul li,
341 .catListImageCategory ul li,
342 .catListArticleArchive ul li,
343 .catListView ul li,
344 .catListFeedback ul li,
345 .catListComment ul li,
346 .catListBlogRank ul li,
347 .catList ul li,
348 .catListArticleCategory ul li
349 {text-indent:1em;padding: 10px 5px;border-bottom: 1px solid #DADFE1; border-top: 1px solid #FFFFFF; overflow: hidden;}
350 .catListEssay ul li a,.catListLink ul li a,.catListNoteBook ul li a,
351 .catListTag ul li a,
352 .catListPostCategory ul li a,
353 .catListPostArchive ul li a,
354 .catListImageCategory ul li a,
355 .catListArticleArchive ul li a,
356 .catListView ul li a,
357 .catListFeedback ul li a,
358 .catListComment ul li a,
359 .catListBlogRank ul li a,
360 .catList ul li a
361 .catListArticleCategory ul li a
362 {text-indent: 1em;font-size: 12px;}
363 .catListEssay ul li a:hover,.catListLink ul li a:hover,.catListNoteBook ul li a:hover,
364 .catListTag ul li a:hover,
365 .catListPostCategory ul li a:hover,
366 .catListPostArchive ul li a:hover,
367 .catListImageCategory ul li a:hover,
368 .catListView ul li a:hover,
369 .catListFeedback ul li a:hover,
370 .catListArticleArchive ul li a:hover,
371 .catListComment ul li a:hover
372 {text-decoration: none;}
373 .divRecentCommentAticle{padding:0 10px;}
374 .divRecentComment{padding: 10px;font-size: 12px;}
375 #AjaxHolder_PostComment_divCommnentArea td{padding: 5px 0;}
376 /* 最新评论等 结束 */
377 
378 /*****侧边栏结束********************************/
379 
380 
381 /****查看文章页面开始*************************/
382 #topics {
383     min-height: 200px;margin-bottom: 15px;
384     padding:15px;
385     -o-text-overflow: ellipsis;
386     text-overflow: ellipsis;
387     overflow: hidden;
388     word-break: break-all;background: #fff;border-radius: 7px;
389 box-shadow: 1px 1px 2px #A7A8AD;
390 }
391 #topics .postTitle {
392     font-size: 130%;
393     font-weight: bold;
394     border-bottom: 1px solid #999;
395     float: left;
396     line-height:2em;
397     width: 100%;
398     padding-left: 5px;
399 }
400 .postBody {
401     padding: 15px 2px 5px 5px;
402     line-height: 1.5;
403     color: #000;
404     border-bottom: 1px solid #ccc;
405 }
406 #EntryTag {
407     color: #666;
408 }
409 #EntryTag a {
410     margin-left: 5px;
411 }
412 #EntryTag a:link, #EntryTag a:visited, #EntryTag a:active {
413     color: #666;
414 }
415 #EntryTag a:hover {
416     color: #f60;
417 }
418 #topics .postDesc {
419     float: right;
420     width: 100%;
421     text-align: right;
422     padding-right: 5px;
423     color: #666;
424     margin-top: 5px;
425 }
426 .feedback_area_title {
427     font-weight: bold;line-height: 35px;margin: 10px 0;
428     border-bottom: 1px solid #ccc;
429     padding-left: 8px;
430 }
431 .louzhu {
432 background:transparent url('images/icoLouZhu.gif') no-repeat scroll right top;
433 padding-right:16px;
434 }
435 .feedbackListSubtitle {
436     color: #666;
437 }
438 .feedbackListSubtitle a:link, .feedbackListSubtitle a:visited, .feedbackListSubtitle a:active {
439     color: #666;
440     font-weight: normal;
441 }
442 .feedbackListSubtitle a:hover {
443     color: #f60;
444     text-decoration: none;
445 }
446 .feedbackManage {
447     width: 200px;
448     text-align: right;
449     float: right;
450 }
451 .feedbackCon {
452     border-bottom: 1px solid #ccc;
453     padding:20px 18px 10px 40px;
454     min-height: 35px;
455     _height: 35px;
456     margin-bottom: 1em;
457     line-height: 1.5;
458 }
459 #divRefreshComments {
460     text-align: right;
461     margin-bottom: 10px;
462 }
463 .commenttb {
464     width: 320px;
465 }
466 /****查看文章页面开始*************************/
467 
468 /****列表页面开始******************************/
469 .entrylistTitle,.PostListTitle,.thumbTitle{/**几个分类列表的标题样式**/
470     font-size: 110%;
471     font-weight: bold;
472     border-bottom: 1px solid #ccc;
473     padding-bottom: 3px;line-height: 2em;
474     padding-right: 10px;
475 }
476 
477 .entrylistDescription {
478     color: #666;
479     text-align: right;
480     padding-top: 5px;
481     padding-bottom: 5px;
482     padding-right: 10px;
483     margin-bottom: 10px;
484 }
485 .entrylistItem {
486     min-height: 20px;
487     _height: 20px;
488     margin-bottom: 30px;
489     padding-bottom: 5px;
490     width: 100%;
491 }
492 .entrylistPosttitle {
493     font-size: 110%;
494     font-weight: bold;
495     border-bottom: 1px solid #ccc;
496     line-height:2em;
497     width: 100%;
498     padding-left: 5px;
499 }
500 a.entrylistItemTitle{color: #390;}
501 a.entrylistItemTitle:hover{color: #f60;}
502 .entrylistPosttitle a:hover {
503     text-decoration: none;
504 }
505 .entrylistPostSummary {
506     margin-top: 5px;
507     padding-left: 5px;
508     margin-bottom: 5px;
509 }
510 .entrylistItemPostDesc {
511     text-align: right;
512     color: #666;
513 }
514 .entrylistItemPostDesc a:link, .entrylistItemPostDesc a:visited, .entrylistItemPostDesc a:active {
515     color: #666;
516 }
517 .entrylistItemPostDesc a:hover {
518     color: #f60;
519 }
520 .entrylist .postSeparator {
521     clear: both;
522     width: 100%;
523     font-size: 0;
524     line-height: 0;
525     margin: 0;
526     padding: 0;
527     height: 0;
528     border: none;
529 }
530 
531 .pager {
532     text-align: right;
533     margin-right: 10px;
534 }
535 .PostList {
536     border-bottom: 1px solid #ccc;
537     clear: both;
538     min-height: 1.5em;
539     _height: 1.5em;
540     padding-top: 10px;
541     padding-left: 5px;
542     padding-right: 5px;
543     margin-bottom: 5px;
544 }
545 .postTitl2 {
546     float: left;
547 }
548 .postDesc2 {
549     color: #666;
550     float: right;
551 }
552 .postText2 {
553     clear: both;
554     color: #666;
555 }
556 .pfl_feedback_area_title {
557     line-height: 1.5;
558     font-weight: bold;font-size: 16px;
559     border-bottom: 1px solid #ccc;line-height: 2.5em;
560 }
561 .pfl_feedback_area_title a,.pfl_feedbackManage a{color: #690;margin:0 10px;font-weight: normal;}
562 .pfl_feedback_area_title a:hover,.pfl_feedbackManage a:hover{color: #f60;}
563 .pfl_feedbackManage a{margin:0 0 0 0;}
564 .pfl_feedbackItem {
565     border-bottom: 1px solid #ccc;
566     margin-bottom: 20px;
567 }
568 .pfl_feedbacksubtitle {
569     width: 100%;
570     border-bottom: 1px dotted #ccc;
571     height:2.5em;line-height: 2.5em;
572 }
573 .pfl_feedbackname {
574     float: left;color: #A8B1BA;
575 }
576 .pfl_feedbackManage {
577     float: right;
578 }
579 .pfl_feedbackCon {
580     color: black;padding: 10px 0;
581 }
582 .pfl_feedbackAnswer {
583     color: #F40;
584     text-indent: 2em;padding-bottom: 10px;
585 }
586 .tdSentMessage {
587     text-align: right;
588 }
589 .errorMessage {
590     width: 300px;
591     float: left;
592 }
593 #Profile1_panelAdd td{padding: 10px 0;}
594 /****列表页面结束******************************/
595 
596 /****相册页面开始******************************/
597 .divPhoto {
598     border: 1px solid #ccc;
599     padding: 2px;
600     margin-right: 10px;
601 }
602 
603 .thumbDescription {
604     color: #666;
605     text-align: right;
606     padding-top: 5px;
607     padding-bottom: 5px;
608     padding-right: 10px;
609     margin-bottom: 10px;
610 }
611 #footer {
612     text-align: center;
613     min-height: 15px;
614     _height: 15px;
615     border-top: 1px solid black;
616     margin-top: 10px;
617     padding-top: 10px;
618     margin-bottom: 10px;
619 }
620 .personInfo {
621     margin-bottom: 20px;
622 }
623 .pages {
624     text-align: right;
625 }
626 .postBody {
627     line-height: 1.5;
628 }
629 .postBody p,.postCon  p{
630     text-indent: 2em;
631     margin: 0 auto 1em auto;
632 }
633 .postBody h2{
634     font-size: 150%;
635     margin: 15px auto 2px auto;
636     font-weight:bold;
637 }
638 .postBody h3 {
639     font-size: 120%;
640     margin: 15px auto 2px auto;
641     font-weight:bold;
642 }
643 .postBody h4{
644     font-size:110%;
645     margin:15px auto 2px auto;
646     font-weight:bold;
647     color:#333;
648 }
649 
650 .postBody h5{
651     font-size:100%;
652     margin:15px auto 2px auto;
653     font-weight:bold;
654     color:#333;
655 }
656 
657 .postBody a:link,.postBody a:visited,.postBody a:active{
658     text-decoration:underline;
659 }
660 .postCon a:link,.postCon a:visited,.postCon a:active{
661     text-decoration:underline;
662 }
663 .postBody ul,.postCon ul{
664     margin-left:2em;    
665 }
666 
667 .postBody li,.postCon li{
668     list-style-type:disc;
669     margin-bottom:1em;
670 }
671 
672 .postBody blockquote{
673     background:url('images/comment.gif')) no-repeat 25px 0px;
674     line-height:1.6;
675     color:#333;
676 }
677 .div_my_zzk{
678     margin-left: 13px;    
679 }
680 .input_my_zzk{ width: 120px; }
681 
682 .blog_comment_body a:link{
683     text-decoration:underline;
684 }
685  
686  
687  
688  
689  
690 /*
691 /////////////////////////////////////////////////////////////////////////////////
692 ////////////////////////////////////////////////////////////////////////////////
693 */
694 /*博客标题*/
695 #blogTitle,#blogTitle a {
696     margin-top:0px;
697     height:0px;
698     line-height:0px;
699     font-size:0px;
700     padding-left:0px;display:none;
701 }
702 #blogTitle .title {
703     margin-top:0px;
704     height:0px;
705     line-height:0px;
706     font-size:0px;
707     padding-left:0px;
708 display:none;
709 }
710 .postTitle a:link, .postTitle a:visited, .postTitle a:active {
711     /*color: #000;color: #087af5;*//*just now*/
712 }
713  
714 .catListTitle {
715 /*    font-weight: 500;
716     line-height: 1.7em;
717     font-size: 115%;
718     margin-top: 9px;
719     margin-bottom: 10px;*/
720     /*background-color: #000;*/
721 /*    color: #FFFFFF;
722     padding-left: 10px;*/
723 /*background-color: #087af5; font-size:10px;*/
724 }
725 body {
726     background:#FFFFFF;
727 }

 

 

image

posted @ 2015-03-07 09:07  孙永杰  阅读(156)  评论(0编辑  收藏  举报