1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155
| #sma { box-shadow: #aaa 2px 5px 10px; background: #000; width: 38px; height: 38px; display: block; position: fixed; border-radius: 50%; right: 15px; bottom: 100px; padding-top: 15px; margin-bottom: 0; z-index: 998; cursor: pointer; }
#sma .fa-moon-o { position: absolute; right: 8px; bottom: 8px; font-size: 1.48rem !important; }
#sma .fa-lightbulb { position: absolute; right: 11px; bottom: 8px; font-size: 1.5rem !important; }
.fa-moon-o:before { content: "\f186"; }
.fa-comments:before { content: "\f086"; }
.dark tbody, body.dark #artDetail .post-info .post-date, body.dark #info_user_pool .moments_chart, body.dark .bg-cover .post-title, body.dark .biaotis span, body.dark .card .card-content p, body.dark .card .card-image .card-title, body.dark .card .toc-title, body.dark .card-content .categories-title, body.dark .card-content .de, body.dark .category-content a, body.dark .chip-container .tag-title, body.dark .fa-lightbulb:before, body.dark .fa-moon-o:before, body.dark .fab, body.dark .fas, body.dark .friends-container .tag-title, body.dark .frind-ship .title h1, body.dark .moments-item-info .moments-item-time, body.dark .moments_load_button, body.dark .notice, body.dark .panel-info, body.dark .post-info .info-break-policy, body.dark .publish-info .post-category, body.dark .publish-info .publish-date, body.dark .row .text, body.dark .statis .name, body.dark .supervise_details, body.dark .title, body.dark .v[data-class="v"] .vcount, body.dark .v[data-class="v"] .vcount .vnum, body.dark .valine-card .comment_headling, body.dark a body.dark table, body.dark article .article-content .summary, body.dark article .article-tags .chip, body.dark div.jqcloud a, body.dark footer .copy-right, body.dark footer a, body.dark h1, body.dark h2, body.dark h3, body.dark h4, body.dark h5, body.dark h6, body.dark header .side-nav .menu-list a, body.dark header .side-nav .mobile-head .logo-desc, body.dark header .side-nav .mobile-head .logo-name, body.dark li, body.dark p, body.dark pre code { color: rgba(255, 255, 255, 0.85); }
body.dark, body.dark #rewardModal .modal-content, body.dark .archive-container, body.dark .modal, body.dark .v[data-class="v"] .vcount, body.dark header .side-nav, body.dark header .side-nav .menu-list .m-nav-show { background-color: #12121c; }
body.dark #thisTime, body.dark .card-image-V .box-content .title { color: #8a2be2; }
body.dark .aplayer { background: #2f3742 !important; }
body.dark img, body.dark strong { filter: brightness(0.7); }
body.dark #categories-chart, body.dark #category-radar, body.dark #post-calendar, body.dark #posts-chart, body.dark #tags-chart { filter: invert(1); }
body.dark .skillbar .skill-bar-percent { color: #000; }
body.dark .loading-text { color: #000; }
body.dark .block-with-text:after, body.dark .card, body.dark .collapsible-header, body.dark .wxgzh, body.dark table tr:nth-child(2n), body.dark thead { background-color: #282c34; }
body.dark .profile .author .title { color: #faebd7; } body.dark .my-projects .info .info-title a { color: tomato; }
.swbk .label { color: currentColor; }
|