103 |
104 |
105 |
106 |
124 |
125 |
169 |
170 |
171 |
172 |
--------------------------------------------------------------------------------
/src/博客签名.html:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/src/页脚.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
69 |
70 |
71 |
72 |
295 |
296 |
297 |
298 |
325 |
326 |
327 |
328 |
339 |
340 |
341 |
344 |
345 |
346 |
347 |
352 |
353 |
416 |
417 |
530 |
531 |
532 |
533 |
534 |
535 |
536 |
537 |
538 |
539 |
540 |
541 |
542 |
543 |
544 |
545 |
546 |
547 |
548 |
549 |
550 |
551 |
--------------------------------------------------------------------------------
/src/页面定制.css:
--------------------------------------------------------------------------------
1 | @charset "utf-8";
2 |
3 | #header {
4 | display: none;
5 | }
6 |
7 | pre .line {
8 | position: relative;
9 | left: -4px;
10 | moz-user-select: -moz-none;
11 | -moz-user-select: none;
12 | -o-user-select: none;
13 | -khtml-user-select: none;
14 | -webkit-user-select: none;
15 | -ms-user-select: none;
16 | user-select: none;
17 | }
18 |
19 | #customH1 {
20 | font-size: 45px;
21 | text-align:center;
22 | -vendor-animation-duration: 3s;
23 | -vendor-animation-delay: 2s;
24 | -vendor-animation-iteration-count: infinite;
25 | }
26 |
27 | a#customEdit {
28 | background: lightgray;
29 | padding: 2px;
30 | }
31 |
32 | .animateTitle {
33 | display: block;
34 | text-align: center;
35 | font-family: "Microsoft Yahei"!important;
36 | display: inline-block;
37 | cursor: pointer;
38 | font-weight: 100;
39 | }
40 |
41 | .animateTitle a {
42 | text-decoration: none;
43 | }
44 |
45 | .animateTitle span {
46 | font-size: 40px;
47 | display: inline-block;
48 | cursor: pointer;
49 | font-family: "Microsoft Yahei",arial,sans-serif;
50 | font-weight: 100
51 | }
52 |
53 | .eng {
54 | font-size: 20px;
55 | letter-spacing: -2px;
56 | position: relative;
57 | color: #fff;
58 | font-size: 54px;
59 | text-shadow: 0 0 1px rgba(94,255,216,.8);
60 | margin: 0;
61 | padding: 0;
62 | z-index: 0;
63 | transition: all .1s ease-out;
64 | }
65 |
66 | .chi {
67 | position: relative;
68 | color: #85C2F2;
69 | font-weight: 400;
70 | font-size: 24px;
71 | text-shadow: 0 0 1px rgba(94,255,216,.8);
72 | margin-left: 5px;
73 | letter-spacing: 1px;
74 | padding: 0;
75 | z-index: 2;
76 | -webkit-transition: all .5s ease-out;
77 | -moz-transition: all .5s ease-out;
78 | -o-transition: all .5s ease-out;
79 | -ms-transition: all .5s ease-out;
80 | transition: all .5s ease-out;
81 | }
82 |
83 | .animateTitle:hover .eng {
84 | letter-spacing: 5px;
85 | color: orange;
86 | }
87 |
88 | .animateTitle:hover .chi {
89 | left: 26px;
90 | opacity: .2
91 | }
92 |
93 | #customH2 {
94 | text-align:center;
95 | margin-bottom: 25px;
96 | -vendor-animation-duration: 3s;
97 | -vendor-animation-delay: 2s;
98 | -vendor-animation-iteration-count: infinite;
99 | }
100 |
101 | a#myH2 {
102 | color: #666;
103 | display: inline-block;
104 | margin: 0;
105 | }
106 |
107 | a#myH2:after {
108 | border-bottom: solid 2px #2D8CF0; /* 原背景色: #019fb6 */
109 | content: '';
110 | display: block;
111 | transform: scaleX(0);
112 | transition: transform 250ms ease-in-out;
113 | }
114 |
115 | a#myH2:hover:after {
116 | transform: scaleX(1);
117 | }
118 |
119 | a#myH1 {
120 | color: #85C2F2 !important;
121 | }
122 |
123 | a#myH1:hover {
124 | color: orange !important;
125 | }
126 |
127 | #customNav {
128 | position: absolute;
129 | background: gray;
130 | top: 43%;
131 | left: 10px;
132 | z-index: 1;
133 | }
134 |
135 | a:link {
136 | color:black;
137 | text-decoration:none;
138 | }
139 | a:visited {
140 | color:#111;
141 | text-decoration: none;
142 | }
143 | a:hover {
144 | color: #7B68EE;
145 | -moz-border-radius: 9px;
146 | -khtml-border-radius: 9px;
147 | -webkit-border-radius: 9px;
148 | border-radius: 9px;
149 | transition: all 0.4s linear 0s;
150 | }
151 | a:active {
152 | color: black;
153 | text-decoration: none;
154 | }
155 |
156 | #navigator {
157 | clear:both;
158 | -moz-border-radius: 11px;
159 | -khtml-border-radius: 11px;
160 | -webkit-border-radius: 11px;
161 | border-radius: 11px;
162 | -webkit-box-shadow:5px 2px 6px #000;-moz-box-shadow:5px 2px 6px #000;padding:4px 10px;
163 | background:#FFF;
164 | opacity: 0.60;
165 | margin: 13px;
166 | padding: 0;
167 | border-radius: 6px 6px 6px 6px;
168 | background: none repeat scroll 0 0 #04A292;
169 | font-weight: bold;
170 | border: 1px solid #04A292;
171 | }
172 |
173 | .customNavigator {
174 | clear:both;
175 | -moz-border-radius: 11px;
176 | -khtml-border-radius: 11px;
177 | -webkit-border-radius: 11px;
178 | border-radius: 11px;
179 | -webkit-box-shadow:5px 2px 6px #000;-moz-box-shadow:5px 2px 6px #000;padding:4px 10px;
180 | opacity: 0.60;
181 | margin: 13px;
182 | padding: 0;
183 | border-radius: 6px 6px 6px 6px;
184 | background: none repeat scroll 0 0 #04A292;
185 | font-weight: bold;
186 | border: 1px solid #04A292;
187 | }
188 |
189 | .customNavList {
190 | min-height: 1.5em;
191 | float: left;
192 | }
193 | .customNavList li {
194 | float: left;
195 | }
196 | .customNavList a {
197 | font-size: 1.2em;
198 | display: block;
199 | padding-left:0.5em;
200 | padding-right:0.5em;
201 | line-height:2em;
202 | float: left;
203 | text-align: center;
204 | border-right: 1px solid #999;
205 | }
206 |
207 | .customNavList > li a {
208 | color: #FFFFFF;
209 | }
210 |
211 | .customNavList a:link, .customNavList a:visited, .customNavList a:active {
212 | color: #ccc;
213 | }
214 | .customNavList a:hover {
215 | color: #7B68EE;
216 | padding-left:0.8em;
217 | padding-right:0.8em;
218 | }
219 |
220 | #sideBar {
221 | position: absolute;
222 | width: 225px !important;
223 | padding: 0 0px 40px 12px;
224 | }
225 |
226 | input.btn_my_zzk {
227 | border: 1.5px solid #2ca6cb !important;
228 | }
229 |
230 | .input_my_zzk_new {
231 | width: 200px;
232 | vertical-align: middle;
233 | height: 20px;
234 | }
235 |
236 | #Header1_HeaderTitle.headermaintitle {
237 | color: #85C2F2 !important;
238 | font-family: f556-4d963170aae,"Segoe Print", "Segoe Script";
239 | font-size: 45px;
240 | }
241 |
242 | #Header1_HeaderTitle.headermaintitle:hover {
243 | color: orange !important;
244 | }
245 |
246 | /* 最大的根容器 */
247 | #home {
248 | width: auto;
249 | margin: 0 80px 0 0;
250 | }
251 |
252 | div#leftcontentcontainer {
253 | padding: 8px;
254 | padding-top: 0;
255 | }
256 |
257 | div.newsItem {
258 | padding: 8px;
259 | padding-top: 0;
260 | }
261 |
262 | /* 隐藏底部广告 */
263 | #ad_t2,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb {
264 | display:none; !important
265 | }
266 |
267 | #mainContent {
268 | width: 100%;
269 | float: right;
270 | margin-right: 1.1%;
271 | min-height: 200px;
272 | padding-left: 13px;
273 | padding-top: 5px;
274 | -o-text-overflow: ellipsis;
275 | text-overflow: ellipsis;
276 | overflow: hidden;
277 | word-break: break-all;
278 | font-size: 14px;
279 | }
280 |
281 | .day, #post_detail {
282 | margin-left: 20px;
283 | }
284 |
285 | body {
286 | font-family: Georgia,Times New Roman,Times,sans-serif, monospace !important;
287 | font-size: 0.9em;
288 | }
289 |
290 | h3.catListTitle {
291 | background: none repeat scroll 0 0 #16B3A3;
292 | border-radius: 6px 6px 6px 6px;
293 | box-shadow: 0 0 0 1px #16B3A3, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
294 | color: #FFFFFF;
295 | font-weight: bold;
296 | margin-top: 25px;
297 | margin-bottom: 10px;
298 | padding: 5px;
299 | }
300 |
301 |
302 | /* 固定 点赞、收藏等功能 */
303 | #green_channel {
304 | border: none !important;
305 | position: fixed;
306 | bottom: 30px;
307 | right: 230px;
308 | width: 450px;
309 | z-index: 100;
310 | }
311 |
312 | a#green_channel_digg, a#green_channel_follow, a#green_channel_favorite, a#green_channel_weibo, a#green_channel_wechat {
313 | text-decoration: none;
314 | color: #fff;
315 | margin: auto;
316 | width: 60px;
317 | display: inline-block;
318 | line-height: 30px;
319 | font-size: 12px;
320 | font-weight: 500;
321 | letter-spacing: 2px;
322 | border-radius: 3px;
323 | text-transform: uppercase;
324 | transition: all 0.4s;
325 | -webkit-transition: all 0.4s;
326 | -moz-transition: all 0.4s;
327 | -ms-transition: all 0.4s;
328 | -o-transition: all 0.4s;
329 | position: relative;
330 | background-image: none;
331 | margin-top: 10px;
332 | }
333 |
334 | a#green_channel_digg:hover, a#green_channel_follow:hover, a#green_channel_favorite:hover, a#green_channel_weibo:hover, a#green_channel_wechat:hover {
335 | transform: scale(1.02,1.02);
336 | }
337 |
338 | a#green_channel_digg:active, a#green_channel_follow:active, a#green_channel_favorite:active, a#green_channel_weibo:active, a#green_channel_wechat:active {
339 | transform: scale(0.95,0.95);
340 | transition: all 0.4s -0.125s;
341 | }
342 |
343 | a#green_channel_digg {
344 | background-color: #2daebf;
345 | box-shadow: 0px 15px 18px -6px rgba(95,193,206, 0.65);
346 | }
347 |
348 | a#green_channel_follow {
349 | background-color: #e33100 !important;
350 | box-shadow: 0px 15px 18px -6px rgba(227,49,0, 0.65);
351 | margin-left: 10px;
352 | }
353 |
354 | a#green_channel_favorite {
355 | background-color: #ffb515;
356 | box-shadow: 0px 15px 18px -6px rgba(255,198,75, 0.65);
357 | margin-left: 10px;
358 | }
359 |
360 | a#green_channel_weibo {
361 | padding: 3px 8px !important;
362 | background-color: #FF464B !important;
363 | box-shadow: 0px 15px 18px -6px rgba(255,70,75, 0.65) !important;
364 | margin-left: 10px;
365 | width: 35px;
366 | }
367 |
368 | a#green_channel_wechat {
369 | padding: 3px 8px !important;
370 | background-color: #3CB034 !important;
371 | box-shadow: 0px 15px 18px -6px rgba(60,176,52, 0.65) !important;
372 | margin-left: 10px;
373 | width: 35px;
374 | }
375 |
376 | .blogStats {
377 | color: #FCFCFC;
378 | margin-right: 10px;
379 | }
380 |
381 | #cnblogs_post_body h1, h2, h3, h4, h5, h6 {
382 | color: blue;
383 | margin-top: 25px;
384 | margin-bottom: 10px;
385 | padding: 5px;
386 | padding-left: 0;
387 | }
388 |
389 | code {
390 | background-color: #F7F7F9;
391 | border: 1px solid #E1E1E8;
392 | color: darkblue;
393 | padding: 2px 4px;
394 | }
395 |
396 | .postTitle {
397 | background: url('//www.cnblogs.com/images/cnblogs_com/enjoy233/1389971/o_forward.png') no-repeat -2px;
398 | padding-left: 30px;
399 | border: 1px solid #C1CDCD;
400 | border-radius: 6px;
401 | box-shadow: 0 0 0 1px #C1CDCD, 1px 1px 1px 1px rgba(10, 10, 0, 0.5);
402 | font-weight: bold;
403 | margin: 15px 0;
404 | }
405 |
406 | #cnblogs_post_body blockquote {
407 | font-size: 15px;
408 | margin: 18px 35px;
409 | padding: 15px 20px 15px 60px;
410 | background: #FFFFCC url(//images.cnblogs.com/cnblogs_com/enjoy233/1389971/o_cnblogs_pin.png) no-repeat 9px 0px;
411 | font-family: Georgia, 'Microsoft Yahei';
412 | box-shadow: 0 0 8px #aaa;
413 | clear: both;
414 | }
415 |
416 | #sideBar h3 {
417 | padding: 0 10px;
418 | margin-bottom: 10px;
419 | }
420 |
421 | .cnblogs_code {
422 | background: #E5E5CC;
423 | border: solid 0px #939393;
424 | font-size: 14px;
425 | clear: both;
426 | padding: 10px 20px;
427 | }
428 |
429 | .cnblogs_code div {
430 | background-color: #E5E5CC;
431 | }
432 |
433 | .postDesc, .entrylistItemPostDesc {
434 | border-bottom: medium none;
435 | color: #999999;
436 | padding-bottom: 0px;
437 | }
438 |
439 | #main a {
440 | color: #00688B;
441 | }
442 |
443 | #main a:hover {
444 | color: #7CC1D4;
445 | }
446 |
447 | .postCon a, .postBody a, .feedbackCon a {
448 | border-bottom: medium none;
449 | font-size: 1em;
450 | font-weight: bold;
451 | }
452 |
453 | #div_digg {
454 | font-weight: bold;
455 | right: 65px;
456 | padding: 8px 8px 8px 10px;
457 | border: 2px solid #04A292;
458 | position: fixed;
459 | background-color: #FFFFCC;
460 | z-index: 100;
461 | }
462 |
463 | #div_digg .diggit {
464 | animation: tada infinite 2s;
465 | }
466 |
467 | ::selection {
468 | background: #399ab2;
469 | color: #FFFFFF;
470 | }
471 |
472 | ::-moz-selection {
473 | background: #399ab2;
474 | color: #FFFFFF;
475 | }
476 |
477 | ::-webkit-selection {
478 | background: #399ab2;
479 | color: #FFFFFF;
480 | }
481 | .desc_img {
482 | margin-left: 10px;
483 | border: solid 1px #fff;
484 | box-shadow: 0 0 10px #aaa;
485 | }
486 |
487 | .c_b_p_desc {
488 | padding: 5px;
489 | }
490 |
491 | .postDesc {
492 | padding-right: 15px;
493 | }
494 |
495 | .cnblogs_code_toolbar a:hover,
496 | .cnblogs_code_toolbar a:link,
497 | .cnblogs_code_toolbar a:visited,
498 | .cnblogs_code_toolbar a:active,
499 | .cnblogs_code_toolbar a:link img,
500 | .cnblogs_code_toolbar a:visited img {
501 | background-color: #E5E5CC!important;
502 | border: none !important;
503 | }
504 |
505 | .diggnum {
506 | font-weight: bold;
507 | margin-right: -60px !important;
508 | }
509 |
510 | .diggword {
511 | color: #1690E4;
512 | }
513 |
514 | /*pace class*/
515 | /* This is a compiled file, you should be editing the file in the
516 | templates directory */
517 | .pace {
518 | -webkit-pointer-events: none;
519 | pointer-events: none;
520 | }
521 |
522 | .pace-inactive {
523 | display: none;
524 | }
525 |
526 | .pace .pace-progress {
527 | background: #43CD80;
528 | position: fixed;
529 | z-index: 2001;
530 | top: 0;
531 | left: 0;
532 | height: 2px;
533 | -webkit-transition: width 1s;
534 | -moz-transition: width 1s;
535 | -o-transition: width 1s;
536 | transition: width 1s;
537 | }
538 |
539 | .pace .pace-progress-inner {
540 | display: block;
541 | position: absolute;
542 | right: 0px;
543 | width: 100px;
544 | height: 100%;
545 | box-shadow: 0 0 10px #43CD80, 0 0 5px #43CD80;
546 | opacity: 1.0;
547 | -webkit-transform: rotate(3deg) translate(0px, -4px);
548 | -moz-transform: rotate(3deg) translate(0px, -4px);
549 | -ms-transform: rotate(3deg) translate(0px, -4px);
550 | -o-transform: rotate(3deg) translate(0px, -4px);
551 | transform: rotate(3deg) translate(0px, -4px);
552 | }
553 |
554 | .pace .pace-activity {
555 | display: block;
556 | position: fixed;
557 | z-index: 2000;
558 | top: 15px;
559 | right: 15px;
560 | width: 14px;
561 | height: 14px;
562 | border: solid 2px transparent;
563 | border-top-color: #43CD80;
564 | border-left-color: #43CD80;
565 | border-radius: 10px;
566 | -webkit-animation: pace-spinner 400ms linear infinite;
567 | -moz-animation: pace-spinner 400ms linear infinite;
568 | -ms-animation: pace-spinner 400ms linear infinite;
569 | -o-animation: pace-spinner 400ms linear infinite;
570 | animation: pace-spinner 400ms linear infinite;
571 | }
572 |
573 | @-webkit-keyframes pace-spinner {
574 | 0% {
575 | -webkit-transform: rotate(0deg);
576 | transform: rotate(0deg);
577 | }
578 |
579 | 100% {
580 | -webkit-transform: rotate(360deg);
581 | transform: rotate(360deg);
582 | }
583 | }
584 |
585 | @-moz-keyframes pace-spinner {
586 | 0% {
587 | -moz-transform: rotate(0deg);
588 | transform: rotate(0deg);
589 | }
590 |
591 | 100% {
592 | -moz-transform: rotate(360deg);
593 | transform: rotate(360deg);
594 | }
595 | }
596 |
597 | @-o-keyframes pace-spinner {
598 | 0% {
599 | -o-transform: rotate(0deg);
600 | transform: rotate(0deg);
601 | }
602 |
603 | 100% {
604 | -o-transform: rotate(360deg);
605 | transform: rotate(360deg);
606 | }
607 | }
608 |
609 | @-ms-keyframes pace-spinner {
610 | 0% {
611 | -ms-transform: rotate(0deg);
612 | transform: rotate(0deg);
613 | }
614 |
615 | 100% {
616 | -ms-transform: rotate(360deg);
617 | transform: rotate(360deg);
618 | }
619 | }
620 |
621 | @keyframes pace-spinner {
622 | 0% {
623 | transform: rotate(0deg);
624 | transform: rotate(0deg);
625 | }
626 |
627 | 100% {
628 | transform: rotate(360deg);
629 | transform: rotate(360deg);
630 | }
631 | }
632 |
633 |
634 | /*scroll to top*/
635 | #scrollTop div {
636 | left: 0;
637 | overflow: hidden;
638 | position: absolute;
639 | top: 0;
640 | width: 149px;
641 | margin: 0;
642 | padding: 0
643 | }
644 |
645 | #scrollTop .level-2 {
646 | background: url(//images.cnblogs.com/cnblogs_com/enjoy233/1389971/o_ToTop_rocket.png) no-repeat scroll -149px 0 transparent;
647 | display: none;
648 | height: 250px;
649 | opacity: 0;
650 | z-index: 1
651 | }
652 |
653 | #scrollTop .level-3 {
654 | background: none repeat scroll 0 0 transparent;
655 | cursor: pointer;
656 | display: block;
657 | height: 150px;
658 | z-index: 2
659 | }
660 |
661 | #scrollTop {
662 | background: url(//images.cnblogs.com/cnblogs_com/enjoy233/1389971/o_ToTop_rocket.png) no-repeat scroll 0 0 transparent;
663 | cursor: default;
664 | display: block;
665 | height: 180px;
666 | overflow: hidden;
667 | position: fixed;
668 | right: 0;
669 | top: 90%;
670 | width: 149px;
671 | z-index: 11;
672 | margin: -125px 0 0;
673 | padding: 0
674 | }
675 |
676 | /*推荐悬浮*/
677 | #div_digg {
678 | position: fixed;
679 | bottom: 45px !important;
680 | right: 100px;
681 | padding: 5px;
682 | width: 48px;
683 | background-color: rgba(255,255,255,0.7);
684 | /*半透明#FFF*/
685 | border-radius: 5px;
686 | opacity: 0.9;
687 | /*透明化*/
688 | margin: 0 !important;
689 | }
690 |
691 | /*隐藏反对*/
692 | .buryit {
693 | display: none;
694 | }
695 |
696 | /* 隐藏已推荐提示 */
697 | #digg_tips {
698 | /* display: none; */
699 | }
700 |
701 | #tbCommentBody {
702 | padding: 10px 120px 10px 10px;
703 | border: 2px solid lightsteelblue;
704 | height: 225px; /* 根据实际图片高度调整 */
705 | min-height: 120px;
706 | max-height: 500px;
707 | width: 80%;
708 | background-size: cover;
709 | background: url(//files-cdn.cnblogs.com/files/enjoy233/kuawo1.gif) no-repeat right bottom;
710 | }
711 |
712 | .comment_bury {
713 | display: none;
714 | }
715 |
716 | .comment_btn {
717 | font-size: 12px;
718 | line-height: 1.5 !important;
719 | border-radius: 4px;
720 | }
721 |
722 | #comment_nav {
723 | margin-right: 135px !important;
724 | }
725 |
726 | #comment_form_container > p:nth-child(4) {
727 | display: none;
728 | }
729 |
730 | /*外边距*/
731 | .diggit {
732 | margin-left: 38px !important;
733 | background: url(//images.cnblogs.com/cnblogs_com/enjoy233/1389971/o_vote_fb.png) no-repeat;
734 | width: 33px !important;
735 | height: 25px !important;
736 | /* padding-top: 30px !important; */
737 | }
738 |
739 | /*
740 | 下面是我的Markdown样式.
741 | */
742 |
743 | /* 文章标题样式(这个不是markdown里的标题) */
744 | #topics .postTitle a {
745 | /* color: #169fe6; */
746 | font-family: Georgia,Times New Roman,Times,sans-serif, monospace !important;
747 | font-weight: bold;
748 | }
749 |
750 | #cnblogs_post_body > div.toc > div > ul > li > ul >li {
751 | list-style: circle !important;
752 | list-style-type: circle !important;
753 | margin-left: 5px;
754 | }
755 |
756 | /* 普通文字样式 */
757 | #cnblogs_post_body p {
758 | margin: 5px 0;
759 | color: #000;
760 | font-family: Georgia,Times New Roman,Times,sans-serif, monospace !important;
761 | font-size: 16px;
762 | text-indent: 0;
763 | }
764 |
765 | /* 标题样式 */
766 | #cnblogs_post_body h1 {
767 | font-family: Georgia,Times New Roman,Times,sans-serif, monospace !important;
768 | font-size: 32px;
769 | font-weight: bold;
770 | line-height: 1.5;
771 | margin: 10px 0;
772 | }
773 |
774 | #cnblogs_post_body h2 {
775 | font-family: Consolas, "Microsoft YaHei", monospace !important;
776 | font-size: 26px;
777 | font-weight: bold;
778 | line-height: 1.5;
779 | margin: 20px 0;
780 | }
781 |
782 | #cnblogs_post_body h3 {
783 | font-family: Georgia,Times New Roman,Times,sans-serif, monospace !important;
784 | font-size: 20px;
785 | font-weight: bold;
786 | line-height: 1.5;
787 | margin: 10px 0;
788 | }
789 |
790 | #cnblogs_post_body h4 {
791 | font-family: Georgia,Times New Roman,Times,sans-serif, monospace !important;
792 | font-size: 18px;
793 | font-weight: bold;
794 | margin: 10px 0;
795 | }
796 | /* 标题样式设置结束 */
797 |
798 | /* 去除双下划线斜体样式 */
799 | em {
800 | font-style: normal;
801 | color: #000;
802 | }
803 |
804 | /* 无序列表 */
805 | #cnblogs_post_body ul li {
806 | font-family: Georgia,Times New Roman,Times,sans-serif, monospace !important;
807 | color: #000;
808 | font-size: 16px;
809 | list-style-type: disc;
810 | }
811 |
812 | /* 有序列表 */
813 | #cnblogs_post_body ol li {
814 | font-family: Georgia,Times New Roman,Times,sans-serif, monospace !important;
815 | color: #000;
816 | font-size: 16px;
817 | list-style-type: decimal;
818 | }
819 |
820 | /* 引用背景 */
821 | #topics .postBody blockquote {
822 | background: #fff3d4;
823 | border: none;
824 | border-left: 5px solid #f6b73c;
825 | margin: 0;
826 | padding-left: 4%;
827 | padding-top: 36px;
828 | background: #FFFFCC url(//images.cnblogs.com/cnblogs_com/enjoy233/1389971/o_cnblogs_pin.png) no-repeat 9px 0px;
829 | }
830 |
831 | /* 单行代码 */
832 | .cnblogs-markdown code {
833 | font-family: Helvetica, "Microsoft YaHei", monospace !important;
834 | font-size: 16px !important;
835 | line-height: 20px;
836 | background-color: #f5f5f5 !important;
837 | border: 1px solid #ccc !important;
838 | padding: 0 5px !important;
839 | border-radius: 3px !important;
840 | line-height: 1.8;
841 | margin: 1px 5px;
842 | vertical-align: middle;
843 | display: inline-block;
844 | }
845 |
846 | /* 多行代码, 引用 */
847 | .cnblogs-markdown .hljs {
848 | font-family: Consolas, "Microsoft YaHei", monospace !important;
849 | font-size: 16px !important;
850 | line-height: 1.5 !important;
851 | padding: 5px !important;
852 | }
853 |
854 | .louzhu {
855 | background: transparent url(//files.cnblogs.com/files/enjoy233/icoLouZhu.gif) no-repeat scroll right top;
856 | padding-right: 16px;
857 | }
858 |
859 | #feed_icon {
860 | border: #000 solid 2px;
861 | display: block;
862 | margin: 50px auto;
863 | border-radius: 50%;
864 | transition: all 2.0s;
865 | }
866 |
867 | #feed_icon:hover {
868 | transform: rotate(360deg);
869 | }
870 |
871 | #nav_admin{
872 | display: none;
873 | }
874 |
875 | #cnblogs_post_body img {
876 | border: 2px solid #dedede;
877 | border-radius: 8px;
878 | padding: 7px;
879 | display: block;
880 | -moz-box-shadow: 2px 2px 4px #dedede;
881 | -webkit-box-shadow: 2px 2px 5px #dedede;
882 | box-shadow: 2px 2px 5px #dedede;
883 | border: 0 none;
884 | max-width: 900px;
885 | height: auto;
886 | }
887 |
888 | /* 正文中的图片可放大 */
889 | .post img {
890 | cursor: pointer;
891 | transition: all 0.5s;
892 | }
893 | .post img:hover {
894 | transform: scale(1.3);
895 | }
896 |
897 | .cnblogs-post-body img {
898 | max-width: 900px !important;
899 | }
900 |
901 | .cnblogs-post-body img:hover {
902 | transform: scale(1.3);
903 | }
904 |
905 | #bdshare {
906 | position: fixed;
907 | bottom: 30px;
908 | left: 10px;
909 | z-index: 100;
910 | }
911 |
912 | /* 定制返回底部按钮 */
913 | #postEnd {
914 | background: url(//www.cnblogs.com/images/cnblogs_com/enjoy233/1389971/o_ToBottom64p.png) no-repeat 0px top;
915 | width: 64px;
916 | height: 64px;
917 | overflow: hidden;
918 | position: fixed;
919 | right: 10px;
920 | bottom: 450px;
921 | cursor: pointer;
922 | }
923 |
924 | #div_digg {
925 | width: 110px !important;
926 | border: 3px solid #55895b !important;
927 | }
928 |
929 | .postTitle a:link, .postTitle a:visited, .postTitle a:active {
930 | color: #390;
931 | transition: all 0.4s linear 0s
932 | }
933 |
934 | .postTitle a:hover {
935 | color: #F60;
936 | text-decoration: none;
937 | margin-left: 10px;
938 | }
939 |
940 | #footer a {
941 | color: #A989D8;
942 | }
943 |
944 | #footer a:hover {
945 | color: palevioletred;
946 | }
947 |
948 | #customFooter {
949 | text-align: center;
950 | padding-left: 12.6%;
951 | /* margin-left: 240px; */
952 | }
953 |
954 | .hljs-ln-numbers {
955 | width: 60px;
956 | }
957 |
958 | .hljs-ln-line.hljs-ln-n {
959 | padding-left: 5px;
960 | width: 35px;
961 | color: gray;
962 | }
963 |
964 | td.hljs-ln-code {
965 | border: none !important;
966 | }
967 |
968 | #cnblogs_post_body th, #cnblogs_post_body td, .cnblogs-post-body th, .cnblogs-post-body td {
969 | padding: 0;
970 | }
971 |
972 | .postCon {
973 | font-size: 15px;
974 | }
975 |
976 | .cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
977 | font-family: "Consolas",sans-serif !important;
978 | font-size: 15px! important;
979 | }
980 |
981 | #cnblogs_post_body table {
982 | border: none !important;
983 | }
984 |
985 | .enjoyFont {
986 | font-weight: bolder;
987 | font-family: "Segoe Print", "Segoe Script";
988 | border-bottom: 1px dotted #333;
989 | }
990 |
991 | .hljs-ln td.hljs-ln-code {
992 | width: 100% !important;
993 | padding-left: 10px !important;
994 | }
995 |
996 | .hljs-ln-numbers.hljs-ln-line {
997 | padding-left: 8px;
998 | }
999 |
1000 | #cnblogs_post_body td.hljs-ln-numbers {
1001 | color: #ccc;
1002 | border-right: 1px solid LightSteelBlue !important;
1003 | border-left: none;
1004 | border-bottom: none;
1005 | border-top: none;
1006 | vertical-align: bottom;
1007 | padding-right: 5px;
1008 | user-select: none;
1009 | }
1010 |
1011 | .cnblogs-markdown .hljs {
1012 | border: none !important;
1013 | background-color: #e0dfcc !important;
1014 | }
1015 |
1016 | #cnblogs_post_body td:not(.hljs-ln-numbers):not(.hljs-ln-code):not(.CalOtherMonthDay) {
1017 | border: 2px solid LightSteelBlue !important;
1018 | }
1019 |
1020 | .hljs-deletion, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-meta {
1021 | all: unset;
1022 | }
1023 |
1024 | #sideBar li, .divRecentCommentAticle {
1025 | text-indent: 0 !important;
1026 | margin-left: 0 !important;
1027 | }
1028 |
1029 | .codeLang {
1030 | font-family: 'Segoe Print', 'Helvetica Neue', Helvetica, Arial, serif;
1031 | color: #0084FF;
1032 | font-size: 15px;
1033 | box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
1034 | padding: 0px 0.5em;
1035 | background: rgba(224, 224, 224, 0.2);
1036 | border-radius: 0.5em;
1037 | }
1038 |
1039 | a.toc-link {
1040 | color: #2ca6cb !important;
1041 | }
1042 | a.toc-link:hover {
1043 | color: orange !important;
1044 | }
1045 |
1046 | /* 兼容移动端 */
1047 | @media screen and (max-width: 1000px) {
1048 | #main {
1049 | width: 100%;
1050 | }
1051 | }
1052 |
1053 | /* 设置新导航栏的样式 */
1054 | #topNav {
1055 | min-height: 1em;
1056 | padding-top: 5px;
1057 | }
1058 |
1059 | #topNav li {
1060 | float: left;
1061 | }
1062 |
1063 | #topNav a {
1064 | display: block;
1065 | font-size: 18px;
1066 | padding-left:0.2em;
1067 | padding-right:0.4em;
1068 | line-height:2em;
1069 | text-align: left;
1070 | border-right: 1px solid #999;
1071 | }
1072 |
1073 | #topNav > li a {
1074 | color: #FFFFFF;
1075 | }
1076 |
1077 | #topNav a:link, #topNav a:visited, #topNav a:active {
1078 | color: #ccc;
1079 | }
1080 | #topNav a:hover {
1081 | color: #7B68EE;
1082 | padding-left:0.8em;
1083 | padding-right:0.8em;
1084 | }
1085 |
1086 | #topNav ul {
1087 | margin: 0;
1088 | padding: 0;
1089 | background-color: #04A292;
1090 | overflow: hidden; /*隐藏溢出的部分,保持一行*/
1091 | border-radius: 6px 6px 6px 6px;
1092 | }
1093 |
1094 | #topNav li {
1095 | font-size: 1.2em;
1096 | font-weight: bold;
1097 | float: left; /*左浮动*/
1098 | margin-left: 5px;
1099 | }
1100 |
1101 | #topNav li a, .dropbtn {
1102 | display: inline-block; /*设置成块*/
1103 | color: white;
1104 | text-align: center;
1105 | text-decoration: none;
1106 | }
1107 |
1108 | /*鼠标移上去,改变背景颜色*/
1109 | #topNav li a:hover, .dropdown:hover .dropbtn {
1110 | background-color: #ede9e7f0;
1111 | opacity: 0.5;
1112 | }
1113 |
1114 | #topNav .dropdown {
1115 | /*
1116 | display:inline-block将对象呈递为内联对象,
1117 | 但是对象的内容作为块对象呈递。
1118 | 旁边的内联对象会被呈递在同一行内,允许空格。
1119 | */
1120 | display: inline-block;
1121 | }
1122 |
1123 | #topNav .dropdown-content {
1124 | display: none;
1125 | position: absolute;
1126 | background-color: #f9f9f9;
1127 | min-width: 160px;
1128 | box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
1129 | }
1130 |
1131 | #topNav .dropdown-content a {
1132 | display: block;
1133 | color: black;
1134 | font-size: 14px;
1135 | padding: 0px 5px;
1136 | text-decoration: none;
1137 | }
1138 |
1139 | #topNav .dropdown-content a:hover {
1140 | background-color: #a1a1a1;
1141 | }
1142 |
1143 | #topNav .dropdown:hover .dropdown-content {
1144 | display: block;
1145 | }
1146 |
1147 | .clearfix:before, .clearfix:after {
1148 | display: table;
1149 | content: '';
1150 | }
1151 |
1152 | .clearfix:after {
1153 | clear: both;
1154 | }
1155 |
1156 | .clearfix {
1157 | zoom: 1;
1158 | }
1159 |
1160 | .ff-t {
1161 | font-family: Tahoma;
1162 | }
1163 |
1164 | .scrollBtn {
1165 | position: fixed;
1166 | right: 15px;
1167 | bottom: 45px;
1168 | width: 54px;
1169 | }
1170 |
1171 | .scrollBtn a {
1172 | display: inline-block;
1173 | overflow: hidden;
1174 | width: 54px;
1175 | height: 54px;
1176 | -webkit-transition: opacity .5s ease;
1177 | -moz-transition: opacity .5s ease;
1178 | -o-transition: opacity .5s ease;
1179 | transition: opacity .5s ease;
1180 | text-align: center;
1181 | opacity: .6;
1182 | color: white;
1183 | background: url(//images.cnblogs.com/cnblogs_com/enjoy233/1389971/o_iconList.png) no-repeat 0 0;
1184 | filter: Alpha(Opacity=60);
1185 | }
1186 |
1187 | .scrollBtn li {
1188 | float: left;
1189 | overflow: hidden;
1190 | height: 54px;
1191 | margin-bottom: 5px;
1192 | }
1193 |
1194 | .scrollBtn a:hover {
1195 | opacity: 1;
1196 | filter: Alpha(Opacity=100);
1197 | }
1198 |
1199 | .sB-comment a {
1200 | height: 17px;
1201 | padding-top: 34px;
1202 | padding-bottom: 3px;
1203 | background-position: 0 -59px;
1204 | }
1205 |
1206 | .sB-share a {
1207 | background-position: 0 -118px;
1208 | }
1209 |
1210 | .sB-goTop a {
1211 | background-position: 0 -177px;
1212 | }
1213 |
1214 | #auto_div {
1215 | display: none;
1216 | width: 257px;
1217 | border: 1px #74c0f9 solid;
1218 | background: #FFF;
1219 | position: absolute;
1220 | top: 24px;
1221 | left: 0;
1222 | margin-top: 15px;
1223 | color: #323232;
1224 | /*设置显示在当前页面的上一层*/
1225 | z-index: 1;
1226 | }
1227 |
1228 | .side_search {
1229 | float: left;
1230 | position: relative;
1231 | height: 31px;
1232 | margin-top: 15px;
1233 | margin-left: 25px;
1234 | display: inline-block;
1235 | }
1236 |
1237 | .search_input {
1238 | width: 210px;
1239 | vertical-align: middle;
1240 | height: 30px;
1241 | line-height: 30px;
1242 | border: 1px solid #999;
1243 | border-radius: 2px 0 0 2px;
1244 | padding: 4px 7px;
1245 | background-color: #fbfbfb;
1246 | }
1247 |
1248 | .delete_btn {
1249 | background: transparent;
1250 | margin-left: -3px;
1251 | border: none;
1252 | cursor: pointer;
1253 | vertical-align: middle;
1254 | color: #000;
1255 | font-weight: bold;
1256 | width: 35px;
1257 | font-size: 25px;
1258 | height: 35px;
1259 | }
1260 |
1261 | .search_btn {
1262 | border-radius: 3px 3px 3px 3px;
1263 | background: #4d90fe;
1264 | margin-left: -7px;
1265 | border: 1px solid #4d90fe;
1266 | cursor: pointer;
1267 | display: inline-block;
1268 | vertical-align: middle;
1269 | color: #f3f7fc;
1270 | font-weight: bold;
1271 | width: 100px;
1272 | font-size: 18px;
1273 | height: 41px;
1274 | }
1275 |
1276 | .search_btn:hover {
1277 | background: #1874CD
1278 | }
1279 |
1280 | .search_btn2 {
1281 | border-radius: 3px 3px 3px 3px;
1282 | background: #F0CB85;
1283 | border: 1px solid #F0CB85;
1284 | cursor: pointer;
1285 | display: inline-block;
1286 | vertical-align: middle;
1287 | color: #DC143C;
1288 | font-weight: bold;
1289 | width: 100px;
1290 | font-size: 18px;
1291 | height: 41px;
1292 | }
1293 |
1294 | .search_btn2:hover {
1295 | background: #DEB887
1296 | }
1297 |
1298 | .asideMdContents {
1299 | /* width: 20vw; */
1300 | min-height: 22%;
1301 | max-height: 35vh;
1302 | overflow-x: hidden;
1303 | overflow-y: scroll;
1304 | font-family: Georgia, 'Microsoft Yahei' !important;
1305 | font-weight: bold;
1306 | top: 56%;
1307 | right: 0;
1308 | position: fixed;
1309 | z-index: 10005;
1310 | background-color: lightgray;
1311 | opacity: 0.9;
1312 | transition: 1s all ease;
1313 | }
1314 |
1315 | div.asideMdContents p {
1316 | min-width: 150px;
1317 | }
1318 |
1319 | .fa {
1320 | width: 50px;
1321 | height: 50px;
1322 | background: #ccc;
1323 | text-align: center;
1324 | line-height: 50px !important;
1325 | color: white;
1326 | font-size: 2em;
1327 | cursor: pointer;
1328 | }
1329 |
1330 | .close {
1331 | height: 9vh;
1332 | width: 38px;
1333 | /* margin-right: 0.5%; */
1334 | /* transition: 1s all ease; */
1335 | float: right;
1336 |
1337 | transition: 1s all ease;
1338 | }
1339 |
1340 | .x {
1341 | height: 2px;
1342 | background-color: black;
1343 | width: 20px;
1344 | transform: rotate(45deg);
1345 | position: absolute;
1346 | top: 15px;
1347 | right: 10px;
1348 | }
1349 |
1350 | .x2 {
1351 | height: 2px;
1352 | background-color: black;
1353 | width: 20px;
1354 | transform: rotate(-45deg);
1355 | position: absolute;
1356 | right: 10px;
1357 | top: 15px;
1358 | }
1359 |
1360 | .o1 {
1361 | position: fixed;
1362 | top: 56%;
1363 | right: 0;
1364 | }
1365 |
1366 | .o2 {
1367 | height: 13px;
1368 | width: 13px;
1369 | border-radius: 100%;
1370 | border: 1px solid #3a3a3a;
1371 | position: absolute;
1372 | left: 51%;
1373 | top: 51%;
1374 | transform: translate(-50%, -50%);
1375 | transition: 1s all ease;
1376 | }
1377 |
1378 | div#cat1 {
1379 | font-size: 1.2em;
1380 | font-weight: bold;
1381 | }
1382 |
1383 | #customHeader {
1384 | /* position: relative; */
1385 | height: 340px;
1386 | margin-top:10px;
1387 | margin-right: 6%;
1388 | background: #020031;
1389 | background: -moz-linear-gradient(45deg,#020031 0,#6d3353 100%);
1390 | background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#020031),color-stop(100%,#6d3353));
1391 | background: -webkit-linear-gradient(45deg,#020031 0,#6d3353 100%);
1392 | background: -o-linear-gradient(45deg,#020031 0,#6d3353 100%);
1393 | background: -ms-linear-gradient(45deg,#020031 0,#6d3353 100%);
1394 | background: linear-gradient(45deg,#020031 0,#6d3353 100%);
1395 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#020031', endColorstr='#6d3353', GradientType=1);
1396 | -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
1397 | -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2);
1398 | box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
1399 | }
1400 |
1401 | a:link {
1402 | color: black;
1403 | text-decoration: none;
1404 | }
1405 | a:visited {
1406 | color: black;
1407 | text-decoration: none;
1408 | }
1409 | a:hover {
1410 | color: #F60;
1411 | /* text-decoration: underline; */
1412 | }
1413 | a:active {
1414 | color: black;
1415 | text-decoration: none;
1416 | }
1417 |
1418 | /* 不显示日历中的下划线 */
1419 | u {
1420 | text-decoration: none;
1421 | }
1422 |
1423 | .tocCol {
1424 | float: right;
1425 | background: #eee;
1426 | margin: 2em 0 0 0.5em;
1427 | padding: 3px;
1428 | }
1429 |
1430 | .newPostInRight {
1431 | position: fixed;
1432 | right: 0px;
1433 | bottom: 540px;
1434 | width: 50px;
1435 | z-index: 100001;
1436 | }
1437 |
1438 | .newPostInRight a {
1439 | background-color: #4285F4;
1440 | border-color: #4285F4;
1441 | font-size: 14px;
1442 | line-height: 1.75;
1443 | text-align: left;
1444 | height: 35px;
1445 | line-height: 35px;
1446 | border: 1px solid #DDD;
1447 | text-indent: 100px;
1448 | overflow: hidden;
1449 | display: block;
1450 | margin-top: 5px;
1451 | border-radius: 3px;
1452 | }
1453 |
1454 | .newPostInRight a:hover {
1455 | background-color: #4285F4;
1456 | border-color: #4285F4;
1457 | }
1458 |
1459 | .newPostInRight a.aa {
1460 | background: #4285F4 url(//files.cnblogs.com/files/enjoy233/newPost.gif) no-repeat center;
1461 | }
1462 |
1463 | .newPostInRight a:hover.aa {
1464 | background-image: url(//images.cnblogs.com/cnblogs_com/enjoy233/1389971/o_blankBlock.png);
1465 | width: 100px;
1466 | margin-left: -63px;
1467 | color: #FFF;
1468 | text-indent: 10px;
1469 | background-position: 64px center;
1470 | background-repeat: no-repeat;
1471 | }
1472 |
1473 | .copyBtn {
1474 | font-size: 12px;
1475 | cursor: pointer;
1476 | color: #5e6687 !important;
1477 | border-radius: 5px !important;
1478 | box-shadow: 2px 2px 5px darkgrey !important;
1479 | margin-bottom: 4px !important;
1480 | max-height: 24px;
1481 | }
1482 |
1483 | #p_b_follow > a {
1484 | color: #FFFFFF;
1485 | background-color: #0084FF;
1486 | font-size: 15px;
1487 | font-weight: bold;
1488 | line-height: 32px;
1489 | padding: 4px 8px 4px 6px;
1490 | }
1491 |
1492 | #cnblogs_post_body > div.toc > div > ul > li a {
1493 | border-bottom: none !important;
1494 | }
1495 |
1496 | #cnblogs_post_body > p a:link {
1497 | border-bottom: 2px solid #08c !important;
1498 | }
1499 |
1500 | #cnblogs_post_body > p a:hover {
1501 | background-color: #08c !important;
1502 | border-radius: unset;
1503 | }
1504 |
1505 | .postCon a:link {
1506 | border-bottom: 2px solid #08c !important;
1507 | }
1508 |
1509 | .postCon a:hover {
1510 | background-color: #08c !important;
1511 | border-radius: unset;
1512 | }
1513 |
1514 | .toc > .toc-list > ul > li a {
1515 | border-bottom: none !important;
1516 | }
1517 |
1518 | div#signature {
1519 | background: url(//www.cnblogs.com/images/cnblogs_com/enjoy233/1389971/o_user_warning.png) no-repeat bottom 5px right 10px;
1520 | padding-bottom: 30px;
1521 | font-size: 13.5px;
1522 | }
1523 |
1524 | #sideBarMain ul li a:hover {
1525 | background-color: #00008B !important;
1526 | border-radius: unset;
1527 | }
1528 |
1529 | #addThis {
1530 | position: fixed;
1531 | bottom: 5px;
1532 | left: 85px;
1533 | z-index: 101;
1534 | }
1535 |
1536 | .toc-list ul
1537 | {
1538 | margin-left:30px;
1539 | }
1540 |
1541 | .toc>.toc-list li {
1542 | list-style-type:disc !important;
1543 | list-style:disc !important;
1544 | }
1545 |
1546 | .anchor_link {
1547 | opacity: 0.0;
1548 | -webkit-transition: all 500ms ease-in-out;
1549 | -moz-transition: all 500ms ease-in-out;
1550 | -ms-transition: all 500ms ease-in-out;
1551 | -o-transition: all 500ms ease-in-out;
1552 | transition: all 500ms ease-in-out;
1553 | width:40px;
1554 | }
1555 | .anchor_link:hover {
1556 | opacity: 1.0;
1557 | /* background-color: none !important; */
1558 | }
1559 |
1560 | a.chatPriv {
1561 | display: inline-block;
1562 | width: 82px;
1563 | height: 82px;
1564 | background: url(//www.cnblogs.com/images/cnblogs_com/enjoy233/1389971/o_zhihu_sixin_icon.png) no-repeat;
1565 | _background: url(//www.cnblogs.com/images/cnblogs_com/enjoy233/1389971/o_zhihu_sixin_icon.png) no-repeat;
1566 | -webkit-transition: background 0s;
1567 | -moz-transition: background 0s;
1568 | -o-transition: background 0s;
1569 | -ms-transition: background 0s;
1570 | transition: background 0s;
1571 | }
1572 |
1573 | a.chatPriv:hover {
1574 | cursor: pointer;
1575 | }
1576 |
--------------------------------------------------------------------------------
/src/页首.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
124 |
125 |
134 |
135 |
137 |
138 |
184 |
185 |
240 |
--------------------------------------------------------------------------------
/tools/Cnblogs Wz(博客园网摘).xpi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/yanglr/Beautify-cnblogs/02f7d4bec0bb57d8013507e53b8f3769fb2bec57/tools/Cnblogs Wz(博客园网摘).xpi
--------------------------------------------------------------------------------
/tools/Cnblogs Wz(博客园网摘)_v2.4.0.0.crx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/yanglr/Beautify-cnblogs/02f7d4bec0bb57d8013507e53b8f3769fb2bec57/tools/Cnblogs Wz(博客园网摘)_v2.4.0.0.crx
--------------------------------------------------------------------------------
/tools/readme.md:
--------------------------------------------------------------------------------
1 | 网摘收藏插件 等
2 |
--------------------------------------------------------------------------------
/weibo.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
38 |
--------------------------------------------------------------------------------
/weiboWidgets/blogwidget.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
博客挂件 微博-随时随地发现新鲜事
6 |
7 |
8 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
工具设置
81 |
82 |
83 |
桌面客户端
84 |
85 |
86 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
博客挂件
105 |
106 |
107 |
155 |
156 |
157 |
158 |
159 |
160 |
161 |
182 |
183 |
184 |
185 |
186 |
187 |
189 |
190 |
191 |
--------------------------------------------------------------------------------
/weiboWidgets/bookmark.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
共享书签 微博-随时随地发现新鲜事
6 |
7 |
8 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
工具设置
87 |
88 |
89 |
桌面客户端
90 |
91 |
92 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
共享书签
111 |
112 |
113 |
134 |
135 |
136 |
137 |
138 |
139 |
140 |
161 |
162 |
163 |
164 |
165 |
166 |
167 |
168 |
170 |
171 |
--------------------------------------------------------------------------------
/weiboWidgets/signature.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
微博-随时随地发现新鲜事
6 |
7 |
8 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
工具设置
93 |
94 |
95 |
桌面客户端
96 |
97 |
98 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
签名档
117 | 微博签名档,可以放置在你的博客、论坛,或是其它可以引用网上图片的位置,签名档会随你的微博同步更新。
118 |
119 |
120 |
121 |
187 |
188 |
189 |
190 |
191 |
192 |
193 |
194 |
215 |
216 |
217 |
218 |
219 |
220 |
221 |
223 |
224 |
225 |
226 |
--------------------------------------------------------------------------------
/weiboWidgets/toolbar.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
微博工具栏 微博-随时随地发现新鲜事
6 |
7 |
8 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
76 |
77 |
78 |
79 |
80 |
工具设置
81 |
82 |
83 |
桌面客户端
84 |
85 |
86 |
97 |
98 |
99 |
100 |
101 |
102 |
微博工具栏
103 |
104 |
125 |
126 |
127 |
128 |
149 |
150 |
151 |
152 |
153 |
154 |
155 |
160 |
161 |
162 |
--------------------------------------------------------------------------------
/weiboWidgets/weiboshow.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
微博秀 微博-随时随地发现新鲜事
6 |
7 |
8 |
33 |
34 |
35 |
36 |
37 |
38 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
工具设置
72 |
73 |
74 |
桌面客户端
75 |
76 |
77 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
微博秀
96 | 微博秀,可以放置在你的博客、网站,或是其它支持html代码的位置,展示你的微博和粉丝,让更多人关注你。
97 |
98 |
99 |
100 |
273 |
274 |
275 |
276 |
277 |
278 |
279 |
280 |
301 |
302 |
303 |
304 |
305 |
306 |
307 |
309 |
310 |
311 |
312 |
--------------------------------------------------------------------------------
/weiboWidgets/widgetsHome.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
微博秀 微博-随时随地发现新鲜事
6 |
7 |
8 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
工具设置
93 |
94 |
95 |
桌面客户端
96 |
97 |
98 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
微博秀
117 | 微博秀,可以放置在你的博客、网站,或是其它支持html代码的位置,展示你的微博和粉丝,让更多人关注你。
118 |
119 |
120 |
121 |
294 |
295 |
296 |
297 |
298 |
299 |
300 |
301 |
322 |
323 |
324 |
325 |
326 |
327 |
328 |
330 |
331 |
332 |
333 |
--------------------------------------------------------------------------------
/zhihu.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/高端注释.html:
--------------------------------------------------------------------------------
1 |
2 |
24 |
--------------------------------------------------------------------------------