知乎美化

1.【重要更新】增加夜间模式按钮 2.知乎题目栏增加举报、匿名、问题日志、快捷键四个按钮 3.知乎按钮图标在鼠标悬停时变色(题目按钮、回答下方按钮、评论按钮等) 4.回答的发布时间移至顶部 5.图片原图显示 6.文字和卡片链接从知乎跳转链接改为直链 7.隐藏侧边栏 8.GIF图自动播放【默认不开启】 9.问题增加创建时间和最后编辑时间 10.鼠标悬停在回答时显示浅蓝色聚焦框 11.引用角标高亮 12.首页信息流增加不感兴趣按钮 13.【重要更新】增加设置界面 14.显示信息流标签【默认不开启】

  1. // ==UserScript==
  2. // @name 知乎美化
  3. // @namespace http://tampermonkey.net/
  4. // @version 2025.4.8
  5. // @description 1.【重要更新】增加夜间模式按钮 2.知乎题目栏增加举报、匿名、问题日志、快捷键四个按钮 3.知乎按钮图标在鼠标悬停时变色(题目按钮、回答下方按钮、评论按钮等) 4.回答的发布时间移至顶部 5.图片原图显示 6.文字和卡片链接从知乎跳转链接改为直链 7.隐藏侧边栏 8.GIF图自动播放【默认不开启】 9.问题增加创建时间和最后编辑时间 10.鼠标悬停在回答时显示浅蓝色聚焦框 11.引用角标高亮 12.首页信息流增加不感兴趣按钮 13.【重要更新】增加设置界面 14.显示信息流标签【默认不开启】
  6. // @author AN drew
  7. // @match *://*.zhihu.com/*
  8. // @match https://v.vzuu.com/video/*
  9. // @require https://lib.baomitu.com/jquery/3.5.0/jquery.min.js
  10. // @require https://lib.baomitu.com/jquery-cookie/1.4.1/jquery.cookie.min.js
  11. // @resource zhihu-beautify https://update.greasyfork.org/scripts/523346/zhihu-beautify.user.css
  12. // @connect zhihu.com
  13. // @connect vzuu.com
  14. // @grant GM_info
  15. // @grant GM_download
  16. // @grant GM_registerMenuCommand
  17. // @grant GM_setValue
  18. // @grant GM_getValue
  19. // @grant GM_deleteValue
  20. // @grant GM_addStyle
  21. // @grant GM_getResourceText
  22. // @grant unsafeWindow
  23. // @run-at document-end
  24. // ==/UserScript==
  25.  
  26. var hideIndexSidebar; //隐藏首页侧边栏
  27. var hideQuestionSidebar; //隐藏回答侧边栏
  28. var hideSearchSideBar; //隐藏搜索侧边栏
  29. var hideTopicSideBar; //隐藏话题侧边栏
  30. var hideCollectionSideBar; //隐藏收藏侧边栏
  31. var hideClubSideBar; //隐藏圈子侧边栏
  32. var hideDraftSideBar; //隐藏草稿侧边栏
  33. var hideLaterSideBar; //隐藏稍后答侧边栏
  34. var hideProfileSidebar; //隐藏用户主页侧边栏
  35. var hideRecommendedReading; //隐藏专栏推荐阅读
  36. var publishTop; //置顶回答时间
  37. var GIFAutoPlay; //GIF自动播放
  38. var hoverShadow; //悬停时显示浅蓝色边框
  39. var blockingPictureVideo; //隐藏图片/视频
  40. var flowTag; //显示信息流标签
  41. var prefersColorScheme; //跟随系统夜间模式
  42. var hideFeedSource; //隐藏动态来源
  43.  
  44.  
  45. //日间模式图标(base64)
  46. var light = 'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDIC' +
  47. 'ItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTkxNjA2NzI5MzM4IiB' +
  48. 'jbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjkxNSIgd2lk' +
  49. 'dGg9IjMyIiBoZWlnaHQ9IjMyIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHN0eWxlIHR5cGU9InRleHQvY3NzIj5AZm9udC1mY' +
  50. 'WNlIHsgZm9udC1mYW1pbHk6IGVsZW1lbnQtaWNvbnM7IHNyYzogdXJsKCJjaHJvbWUtZXh0ZW5zaW9uOi8vYmJha2hubWZramVuZmJoamRkZGlwY2VmbmhwaWtqYmovZm9udH' +
  51. 'MvZWxlbWVudC1pY29ucy53b2ZmIikgZm9ybWF0KCJ3b2ZmIiksIHVybCgiY2hyb21lLWV4dGVuc2lvbjovL2JiYWtobm1ma2plbmZiaGpkZGRpcGNlZm5ocGlramJqL2ZvbnR' +
  52. 'zL2VsZW1lbnQtaWNvbnMudHRmICIpIGZvcm1hdCgidHJ1ZXR5cGUiKTsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNNTEyLjEgNzQzLjVjLTEyNy42IDAtMjMxLjQtMTAz' +
  53. 'LjgtMjMxLjQtMjMxLjRzMTAzLjgtMjMxLjQgMjMxLjQtMjMxLjQgMjMxLjQgMTAzLjggMjMxLjQgMjMxLjQtMTAzLjggMjMxLjQtMjMxLjQgMjMxLjR6IG0wLTM5My40Yy04O' +
  54. 'S4zIDAtMTYyIDcyLjctMTYyIDE2MnM3Mi43IDE2MiAxNjIgMTYyIDE2Mi03Mi43IDE2Mi0xNjItNzIuNy0xNjItMTYyLTE2MnpNNTEyLjEgMjI3LjFjLTE5LjIgMC0zNC43LT' +
  55. 'E1LjUtMzQuNy0zNC43Vjk4LjdjMC0xOS4yIDE1LjUtMzQuNyAzNC43LTM0LjcgMTkuMiAwIDM0LjcgMTUuNSAzNC43IDM0Ljd2OTMuN2MwIDE5LjEtMTUuNSAzNC43LTM0Ljc' +
  56. 'gMzQuN3pNMjg2IDMyMC43Yy04LjkgMC0xNy44LTMuNC0yNC41LTEwLjJsLTY2LjMtNjYuM2MtMTMuNi0xMy42LTEzLjYtMzUuNSAwLTQ5LjEgMTMuNS0xMy42IDM1LjUtMTMu' +
  57. 'NiA0OS4xIDBsNjYuMyA2Ni4zYzEzLjYgMTMuNiAxMy42IDM1LjUgMCA0OS4xYTM0LjY4IDM0LjY4IDAgMCAxLTI0LjYgMTAuMnpNMTkyLjQgNTQ2LjhIOTguN2MtMTkuMiAwL' +
  58. 'TM0LjctMTUuNS0zNC43LTM0LjcgMC0xOS4yIDE1LjUtMzQuNyAzNC43LTM0LjdoOTMuN2MxOS4yIDAgMzQuNyAxNS41IDM0LjcgMzQuNyAwIDE5LjEtMTUuNSAzNC43LTM0Lj' +
  59. 'cgMzQuN3pNMjE5LjggODM5LjFjLTguOSAwLTE3LjgtMy40LTI0LjUtMTAuMi0xMy42LTEzLjYtMTMuNi0zNS41IDAtNDkuMWw2Ni4zLTY2LjNjMTMuNS0xMy42IDM1LjUtMTM' +
  60. 'uNiA0OS4xIDAgMTMuNiAxMy42IDEzLjYgMzUuNSAwIDQ5LjFsLTY2LjMgNjYuM2MtNi45IDYuOC0xNS43IDEwLjItMjQuNiAxMC4yek01MTIuMSA5NjAuMmMtMTkuMiAwLTM0' +
  61. 'LjctMTUuNS0zNC43LTM0Ljd2LTkzLjdjMC0xOS4yIDE1LjUtMzQuNyAzNC43LTM0LjcgMTkuMiAwIDM0LjcgMTUuNSAzNC43IDM0Ljd2OTMuN2MwIDE5LjItMTUuNSAzNC43L' +
  62. 'TM0LjcgMzQuN3pNODA0LjQgODM5LjFjLTguOSAwLTE3LjgtMy40LTI0LjUtMTAuMmwtNjYuMy02Ni4zYy0xMy42LTEzLjYtMTMuNi0zNS41IDAtNDkuMSAxMy41LTEzLjYgMz' +
  63. 'UuNS0xMy42IDQ5LjEgMGw2Ni4zIDY2LjNjMTMuNiAxMy42IDEzLjYgMzUuNSAwIDQ5LjFhMzQuNjggMzQuNjggMCAwIDEtMjQuNiAxMC4yek05MjUuNSA1NDYuOGgtOTMuN2M' +
  64. 'tMTkuMiAwLTM0LjctMTUuNS0zNC43LTM0LjcgMC0xOS4yIDE1LjUtMzQuNyAzNC43LTM0LjdoOTMuN2MxOS4yIDAgMzQuNyAxNS41IDM0LjcgMzQuNyAwIDE5LjEtMTUuNSAz' +
  65. 'NC43LTM0LjcgMzQuN3pNNzM4LjIgMzIwLjdjLTguOSAwLTE3LjgtMy40LTI0LjUtMTAuMi0xMy42LTEzLjYtMTMuNi0zNS41IDAtNDkuMWw2Ni4zLTY2LjNjMTMuNS0xMy42I' +
  66. 'DM1LjUtMTMuNiA0OS4xIDAgMTMuNiAxMy42IDEzLjYgMzUuNSAwIDQ5LjFsLTY2LjMgNjYuM2MtNi45IDYuOC0xNS44IDEwLjItMjQuNiAxMC4yeiIgZmlsbD0iI2Y0ZWEyYS' +
  67. 'IgcC1pZD0iOTE2Ij48L3BhdGg+PC9zdmc+';
  68.  
  69. //夜间模式图标(base64)
  70. var dark = 'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDI' +
  71. 'CItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTkxNjAzODE3ODAwI' +
  72. 'iBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjExMDEiI' +
  73. 'HhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjxkZWZzPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+QGZvb' +
  74. 'nQtZmFjZSB7IGZvbnQtZmFtaWx5OiBlbGVtZW50LWljb25zOyBzcmM6IHVybCgiY2hyb21lLWV4dGVuc2lvbjovL2JiYWtobm1ma2plbmZiaGpkZGRpcGNlZm5ocGlramJqL' +
  75. '2ZvbnRzL2VsZW1lbnQtaWNvbnMud29mZiIpIGZvcm1hdCgid29mZiIpLCB1cmwoImNocm9tZS1leHRlbnNpb246Ly9iYmFraG5tZmtqZW5mYmhqZGRkaXBjZWZuaHBpa2pia' +
  76. 'i9mb250cy9lbGVtZW50LWljb25zLnR0ZiAiKSBmb3JtYXQoInRydWV0eXBlIik7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTUwMy40IDk1OS4yYy0xNTYuMSAwLTMwM' +
  77. 'y4xLTgzLjItMzgzLjUtMjE3LjNsLTQ1LjgtNzYuMyA4Ny4yIDE3LjNjNDQgOC44IDg4LjkgOC42IDEzMy4yLTAuNkMzODIuNiA2NjQuNCA0NTguMyA2MTMgNTA3LjggNTM4Y' +
  78. 'zQ5LjUtNzUuMSA2Ni44LTE2NC45IDQ4LjctMjUzLTExLjgtNTcuMy0zOC40LTExMC43LTc2LjktMTU0LjRsLTU4LjctNjYuNyA4OC44IDEuMmMyNDMuMSAzLjQgNDQwLjggM' +
  79. 'jAzLjkgNDQwLjggNDQ3IDAgMjQ2LjUtMjAwLjYgNDQ3LjEtNDQ3LjEgNDQ3LjF6TTIzOC4zIDc2OC4xYzY4LjUgNzEuNCAxNjMgMTEyLjMgMjY1LjEgMTEyLjMgMjAzLjEgM' +
  80. 'CAzNjguMy0xNjUuMiAzNjguMy0zNjguMyAwLTE3MS42LTExOS42LTMxNy40LTI3OS44LTM1Ny40IDE5LjQgMzUuNyAzMy41IDc0LjMgNDEuOCAxMTQuNCA0Ni4xIDIyNC40L' +
  81. 'Tk4LjkgNDQ0LjQtMzIzLjMgNDkwLjUtMjQgNS00OCA3LjgtNzIuMSA4LjV6IiBmaWxsPSIjMDAwMDAwIiBwLWlkPSIxMTAyIj48L3BhdGg+PC9zdmc+';
  82.  
  83. //显示快捷键窗口
  84. var $hint = $(`
  85. <div>
  86. <div>
  87. <div>
  88. <div class="Modal-wrapper undefined Modal-enter-done">
  89. <div class="Modal-backdrop"></div>
  90. <div class="Modal Modal--default ShortcutHintModal" tabindex="0">
  91. <div class="Modal-inner">
  92. <h3 class="Modal-title">快捷键帮助</h3>
  93. <div class="Modal-content">
  94. <div class="ShortcutHintModal-content">
  95. <div class="ShortcutHintModal-hintListContainer">
  96. <div class="ShortcutHintModal-hintList">
  97. <div class="ShortcutHintModal-hintTitle">操作</div>
  98. <div class="KeyHint">
  99. <div class="KeyHint-keyContainer">
  100. <div class="KeyHint-key">
  101. <kbd class="KeyHint-kbd">V</kbd>
  102. </div>
  103. </div>
  104. <div>:赞同</div>
  105. </div>
  106. <div class="KeyHint">
  107. <div class="KeyHint-keyContainer">
  108. <div class="KeyHint-key">
  109. <kbd class="KeyHint-kbd">D</kbd>
  110. </div>
  111. </div>
  112. <div>:反对</div>
  113. </div>
  114. <div class="KeyHint">
  115. <div class="KeyHint-keyContainer">
  116. <div class="KeyHint-key">
  117. <kbd class="KeyHint-kbd">L</kbd>
  118. </div>
  119. </div>
  120. <div>:喜欢</div>
  121. </div>
  122. <div class="KeyHint">
  123. <div class="KeyHint-keyContainer">
  124. <div class="KeyHint-key">
  125. <kbd class="KeyHint-kbd">C</kbd>
  126. </div>
  127. </div>
  128. <div>:展开 / 收起评论</div>
  129. </div>
  130. <div class="KeyHint">
  131. <div class="KeyHint-keyContainer">
  132. <div class="KeyHint-key">
  133. <kbd class="KeyHint-kbd">O</kbd>
  134. </div>
  135. </div>
  136. <div>:展开 / 收起全文</div>
  137. </div>
  138. <div class="KeyHint">
  139. <div class="KeyHint-keyContainer">
  140. <div class="KeyHint-key">
  141. <kbd class="KeyHint-kbd">F</kbd>
  142. </div>
  143. </div>
  144. <div>:收藏</div>
  145. </div>
  146. <div class="KeyHint">
  147. <div class="KeyHint-keyContainer">
  148. <div class="KeyHint-key">
  149. <kbd class="KeyHint-kbd">S</kbd>
  150. </div>
  151. </div>
  152. <div>:分享</div>
  153. </div>
  154. </div>
  155. <div class="ShortcutHintModal-hintList">
  156. <div class="ShortcutHintModal-hintTitle">导航</div>
  157. <div class="KeyHint">
  158. <div class="KeyHint-keyContainer">
  159. <div class="KeyHint-key">
  160. <kbd class="KeyHint-kbd">J</kbd>
  161. </div>
  162. </div>
  163. <div>:主内容下一项</div>
  164. </div>
  165. <div class="KeyHint">
  166. <div class="KeyHint-keyContainer">
  167. <div class="KeyHint-key">
  168. <kbd class="KeyHint-kbd">K</kbd>
  169. </div>
  170. </div>
  171. <div>:主内容上一项</div>
  172. </div>
  173. <div class="KeyHint">
  174. <div class="KeyHint-keyContainer">
  175. <div class="KeyHint-key">
  176. <kbd class="KeyHint-kbd">G</kbd>
  177. <div class="KeyHint-separator KeyHint-separator--space">
  178. </div>
  179. </div>
  180. <div class="KeyHint-key">
  181. <kbd class="KeyHint-kbd">G</kbd>
  182. </div>
  183. </div>
  184. <div>:滚动到页面顶部</div>
  185. </div>
  186. <div class="KeyHint">
  187. <div class="KeyHint-keyContainer">
  188. <div class="KeyHint-key">
  189. <kbd class="KeyHint-kbd">Shift</kbd>
  190. <div class="KeyHint-separator">+</div>
  191. </div>
  192. <div class="KeyHint-key">
  193. <kbd class="KeyHint-kbd">G</kbd>
  194. </div>
  195. </div>
  196. <div>:滚动到页面底部</div>
  197. </div>
  198. <div class="KeyHint">
  199. <div class="KeyHint-keyContainer">
  200. <div class="KeyHint-key">
  201. <kbd class="KeyHint-kbd">Shift</kbd>
  202. <div class="KeyHint-separator">+</div>
  203. </div>
  204. <div class="KeyHint-key">
  205. <kbd class="KeyHint-kbd">U</kbd>
  206. </div>
  207. </div>
  208. <div>:向上滚动半屏</div>
  209. </div>
  210. <div class="KeyHint">
  211. <div class="KeyHint-keyContainer">
  212. <div class="KeyHint-key">
  213. <kbd class="KeyHint-kbd">Shift</kbd>
  214. <div class="KeyHint-separator">+</div>
  215. </div>
  216. <div class="KeyHint-key">
  217. <kbd class="KeyHint-kbd">D</kbd>
  218. </div>
  219. </div>
  220. <div>:向下滚动半屏</div>
  221. </div>
  222. <div class="KeyHint">
  223. <div class="KeyHint-keyContainer">
  224. <div class="KeyHint-key">
  225. <kbd class="KeyHint-kbd">Shift</kbd>
  226. <div class="KeyHint-separator">+</div>
  227. </div>
  228. <div class="KeyHint-key">
  229. <kbd class="KeyHint-kbd">S</kbd>
  230. </div>
  231. </div>
  232. <div>:侧边栏第一项</div>
  233. </div>
  234. <div class="KeyHint">
  235. <div class="KeyHint-keyContainer">
  236. <div class="KeyHint-key">
  237. <kbd class="KeyHint-kbd">/</kbd>
  238. </div>
  239. </div>
  240. <div>:搜索</div>
  241. </div>
  242. <div class="KeyHint">
  243. <div class="KeyHint-keyContainer">
  244. <div class="KeyHint-key">
  245. <kbd class="KeyHint-kbd">?</kbd>
  246. </div>
  247. </div>
  248. <div>:快捷键帮助</div>
  249. </div>
  250. </div>
  251. </div>
  252. </div>
  253. </div>
  254. </div>
  255. <button
  256. aria-label="关闭"
  257. type="button"
  258. class="Button Modal-closeButton Button--plain"
  259. >
  260. <svg
  261. width="24"
  262. height="24"
  263. viewBox="0 0 24 24"
  264. class="Zi Zi--Close Modal-closeIcon"
  265. fill="currentColor"
  266. >
  267. <path d="M5.619 4.381A.875.875 0 1 0 4.38 5.62L10.763 12 4.38 18.381A.875.875 0 1 0 5.62 19.62L12 13.237l6.381 6.382a.875.875 0 1 0 1.238-1.238L13.237 12l6.382-6.381A.875.875 0 0 0 18.38 4.38L12 10.763 5.619 4.38Z"></path>
  268. </svg>
  269. </button>
  270. </div>
  271. </div>
  272. </div>
  273. </div>
  274. </div>;
  275. `);
  276.  
  277. /*
  278. //添加"匿名"按钮
  279. function addAnonymous($QuestionHeaderActions, $more) {
  280. var a = '<button type=\"button\" class=\"Button Button--plain Button--withIcon Button--withLabel\">' +
  281. '<span style=\"display: inline-flex; align-items: center; vertical-align:middle;\">' +
  282. '<svg class=\"Zi Zi--Anonymous Button-zi\" fill=\"currentColor\" viewBox=\"0 0 1024 1024\" width=\"1.2em\" height=\"1.2em\">' +
  283. '<path d=\"M831.994 442.66v436.364c0 24.906 7.312 45.124 42.654 45.124 35.344 0 42.656-20.218 42.656-45.124V442.66h-85.31z\"></path>' +
  284. '<path d=\"M895.992 582.814c0 11.78 9.532 21.342 21.312 21.342v-42.654a21.3 21.3 0 0 0-21.312 21.312zM895.992 668.156c0 11.78 9.532 21.342 21.312 21.342v-42.686c-11.78 0-21.312 9.564-21.312 21.344zM895.992 753.496a21.3 21.3 0 0 0 21.312 21.312v-42.656c-11.78 0-21.312 9.562-21.312 21.344zM895.992 838.806c0 11.812 9.532 21.344 21.312 21.344v-42.654c-11.78 0-21.312 9.562-21.312 21.31zM853.306 582.814c0 11.78-9.532 21.342-21.312 21.342v-42.654a21.3 21.3 0 0 1 21.312 21.312zM853.306 668.156c0 11.78-9.532 21.342-21.312 21.342v-42.686c11.782 0 21.312 9.564 21.312 21.344zM853.306 753.496a21.3 21.3 0 0 1-21.312 21.312v-42.656c11.782 0 21.312 9.562 21.312 21.344zM853.306 838.806c0 11.812-9.532 21.344-21.312 21.344v-42.654c11.782 0 21.312 9.562 21.312 21.31z\"></path><path d=\"M831.994 590.688c26.25-14.124 56.592-34.404 85.31-62.402V442.66h-85.31v148.028z\"></path>' +
  285. '<path d=\"M1021.52 168.916c-15.532-160.26-413.238 8.594-509.516 8.594S17.986 8.656 2.486 168.916c-29.436 303.68 212.838 396.178 254.65 405.772 147.84 33.904 201.15-48.044 254.868-48.044 53.686 0 107.028 81.95 254.836 48.044 41.812-9.592 284.086-102.092 254.68-405.772zM392.85 399.318c-23.624 8.328-52.154 12.906-80.342 12.906-24.78 0-47.904-3.594-66.904-10.39-18.75-6.718-32.812-16.204-41.842-28.202-14.75-19.67-16.906-48.578-6.436-85.95 2.5-1.156 9.342-3.532 23.592-3.532 36.062 0 88.216 15.03 132.84 38.28 44.75 23.312 66.342 46.624 71.81 59.25-3.97 3.904-13.844 10.982-32.718 17.638z m427.364-25.688c-9 12-23.094 21.484-41.844 28.202-18.968 6.796-42.124 10.39-66.874 10.39-28.218 0-56.748-4.578-80.342-12.906-18.906-6.656-28.75-13.734-32.75-17.64 5.468-12.624 27.062-35.936 71.812-59.25 44.622-23.25 96.778-38.28 132.872-38.28 14.25 0 21.06 2.376 23.56 3.532 10.502 37.376 8.314 66.282-6.434 85.952z\" ></path>' +
  286. '<path d=\"M867.71 276.15a42.61 42.61 0 0 0-22.998-27.124c-10.718-5-24.716-7.546-41.624-7.546-43.094 0-101.56 16.516-152.59 43.11-46.406 24.186-79.688 53.404-91.248 80.154a42.642 42.642 0 0 0 9.342 47.466c7.532 7.344 22.032 18.062 48.376 27.342 28.032 9.89 61.592 15.344 94.53 15.344 29.592 0 57.716-4.468 81.28-12.89 26.75-9.578 47.436-23.968 61.56-42.764 12.31-16.406 19.404-36.186 21.124-58.764 1.436-19.284-1.158-40.938-7.752-64.328z m-47.496 97.48c-9 12-23.094 21.484-41.844 28.202-18.968 6.796-42.124 10.39-66.874 10.39-28.218 0-56.748-4.578-80.342-12.906-18.906-6.656-28.75-13.734-32.75-17.64 5.468-12.624 27.062-35.936 71.812-59.25 44.622-23.25 96.778-38.28 132.872-38.28 14.25 0 21.06 2.376 23.56 3.532 10.502 37.376 8.314 66.282-6.434 85.952zM464.722 364.742c-11.562-26.75-44.81-55.968-91.248-80.154-51.03-26.594-109.498-43.11-152.558-43.11-16.906 0-30.906 2.532-41.624 7.532a42.69 42.69 0 0 0-23.03 27.14c-6.562 23.39-9.156 45.044-7.718 64.326 1.688 22.578 8.782 42.358 21.092 58.764 14.124 18.796 34.842 33.188 61.592 42.764 23.562 8.422 51.654 12.89 81.278 12.89 32.906 0 66.468-5.454 94.53-15.344 26.312-9.28 40.812-20 48.342-27.342a42.638 42.638 0 0 0 9.344-47.466z m-71.872 34.576c-23.624 8.328-52.154 12.906-80.342 12.906-24.78 0-47.904-3.594-66.904-10.39-18.75-6.718-32.812-16.204-41.842-28.202-14.75-19.67-16.906-48.578-6.436-85.95 2.5-1.156 9.342-3.532 23.592-3.532 36.062 0 88.216 15.03 132.84 38.28 44.75 23.312 66.342 46.624 71.81 59.25-3.97 3.904-13.844 10.982-32.718 17.638z\"></path>' +
  287. '</svg></span> 匿名</button>';
  288. var $anonymous = $(a);
  289. $anonymous.bind("click", function() {
  290. $more.find("button").click();
  291. $(".Menu.QuestionHeader-menu").children().eq(0).click();
  292. });
  293. $QuestionHeaderActions.append($anonymous);
  294. }
  295. */
  296.  
  297. //添加"问题日志"按钮
  298. function addLog($QuestionHeaderActions) {
  299. var url = window.location.href;
  300. var end, href;
  301. if (url.indexOf("?") > -1) {
  302. end = url.indexOf("?");
  303. url = url.substring(0, end);
  304. }
  305.  
  306. if (url.indexOf("answer") > -1) {
  307. end = url.indexOf("answer");
  308. href = url.substring(0, end);
  309. } else {
  310. href = url + "/";
  311. }
  312. var L = '<button type=\"button\" class=\"Button Button--plain Button--withIcon Button--withLabel\"><a href=\"' + href + 'log\" target=\"_self\"><span style=\"display: inline-flex; align-items: center; vertical-align:middle;\"><svg class=\"Zi Zi--Log Button-zi\" fill=\"currentColor\" viewBox=\"0 0 1024 1024\" width=\"1.2em\" height=\"1.2em\"><path d=\"M733.129568 1.700997H1.700997v1020.598006h1020.598006v-765.448505z m204.119601 935.548172h-850.498338v-850.498338h614.910299l235.588039 206.671096z\"></path><path d=\"M170.099668 171.800664h279.813953v85.049834H170.099668zM170.099668 372.518272h683.800664v85.049834H170.099668zM170.099668 567.282392h683.800664v85.049834H170.099668zM170.099668 762.046512h683.800664v85.049834H170.099668z\"></path></svg></span>问题日志</a></button>';
  313. var $log = $(L);
  314. $QuestionHeaderActions.append($log);
  315. }
  316.  
  317. //添加"快捷键"按钮
  318. function addShortCut($QuestionHeaderActions) {
  319. var s = '<button type=\"button\" class=\"Button Button--plain Button--withIcon Button--withLabel\"><span style=\"display: inline-flex; align-items: center; vertical-align:middle;\"><svg class=\"Zi Zi--ShortCut Button-zi\" fill=\"currentColor\" viewBox=\"0 0 1024 1024\" width=\"1.5em\" height=\"1.2em\"><path d=\"M1088 128H64C28.8 128 0 156.8 0 192v640c0 35.2 28.8 64 64 64h1024c35.2 0 64-28.8 64-64V192c0-35.2-28.8-64-64-64zM640 256h128v128h-128V256z m192 192v128h-128v-128h128zM448 256h128v128h-128V256z m192 192v128h-128v-128h128zM256 256h128v128H256V256z m192 192v128h-128v-128h128zM128 256h64v128H128V256z m0 192h128v128H128v-128z m64 320H128v-128h64v128z m576 0H256v-128h512v128z m256 0h-192v-128h192v128z m0-192h-128v-128h128v128z m0-192h-192V256h192v128z\"></path></svg></span> 快捷键</button>';
  320. var $shortcut = $(s);
  321. $shortcut.css({
  322. "margin-left": "10px"
  323. });
  324. $shortcut.click(function() {
  325. $(".Modal-wrapper").show();
  326. });
  327. $QuestionHeaderActions.append($shortcut);
  328.  
  329. }
  330.  
  331. //UTC标准时转UTC+8北京时间
  332. function getUTC8(datetime) {
  333. let month = (datetime.getMonth() + 1) < 10 ? "0" + (datetime.getMonth() + 1) : (datetime.getMonth() + 1);
  334. let date = datetime.getDate() < 10 ? "0" + datetime.getDate() : datetime.getDate();
  335. let hours = datetime.getHours() < 10 ? "0" + datetime.getHours() : datetime.getHours();
  336. let minutes = datetime.getMinutes() < 10 ? "0" + datetime.getMinutes() : datetime.getMinutes();
  337. let seconds = datetime.getSeconds() < 10 ? "0" + datetime.getSeconds() : datetime.getSeconds();
  338. return (datetime.getFullYear() + "-" + month + "-" + date + "\xa0\xa0" + hours + ":" + minutes + ":" + seconds);
  339. }
  340.  
  341.  
  342. //回答页
  343. function question() {
  344. if (hideQuestionSidebar == 1) //隐藏侧边栏并拉宽内容
  345. {
  346. $(".Question-sideColumn.Question-sideColumn--sticky").hide();
  347. if ($(".ListShortcut").length > 0) {
  348. $(".ListShortcut").width($(".Question-main").width());
  349. $(".Question-mainColumn").width($(".ListShortcut").width());
  350. $(".ContentItem-actions").width($(".Question-mainColumn").width() - 40); //每个回答的的margin-left + margin-right=40px,减去才能正好居中
  351.  
  352. } else {
  353. $(".Question-mainColumn").width($(".Question-main").width());
  354. $(".ContentItem-actions").width($(".Question-mainColumn").width() - 40); //每个回答的的margin-left + margin-right=40px,减去才能正好居中
  355. }
  356. } else if (hideQuestionSidebar == 2) //隐藏侧边栏,仅水平居中内容,不拉宽
  357. {
  358. $(".Question-sideColumn.Question-sideColumn--sticky").hide();
  359.  
  360. $(".Question-main").attr("style", "display:flex;justify-content:center;");
  361. $(".ContentItem-actions").width($(".Question-mainColumn").width() - 40); //每个回答的的margin-left + margin-right=40px,减去才能正好居中
  362. }
  363.  
  364. //首页顶部导航栏"等你来答"页
  365. if (window.location.href.indexOf("waiting") > -1) {
  366. if (hideIndexSidebar == 1) //隐藏侧边栏并拉宽内容
  367. {
  368. $('.css-1qyytj7').hide();
  369. $(".GlobalSideBar").hide();
  370. $(".QuestionWaiting-mainColumn").width($(".QuestionWaiting").width());
  371. } else if (hideIndexSidebar == 2) //隐藏侧边栏,仅水平居中内容,不拉宽
  372. {
  373. $('.css-1qyytj7').hide();
  374. $(".GlobalSideBar").hide();
  375. $(".QuestionWaiting").attr("style", "display:flex;justify-content:center;");
  376. }
  377. }
  378.  
  379. //稍后答功能
  380. if (hideLaterSideBar == 1) //隐藏侧边栏并拉宽内容
  381. {
  382. $('.css-1qyytj7').hide();
  383. $(".GlobalSideBar").hide();
  384. $(".QuestionLater-mainColumn").width($(".QuestionLater").width());
  385. } else if (hideLaterSideBar == 2) //隐藏侧边栏,仅水平居中内容,不拉宽
  386. {
  387. $('.css-1qyytj7').hide();
  388. $(".GlobalSideBar").hide();
  389. $(".QuestionLater").attr("style", "display:flex;justify-content:center;");
  390. }
  391.  
  392. //问题编辑时间参考:https://greasyfork.org/zh-CN/scripts/398195
  393. if ($(".QuestionPage .QuestionHeader-side p").length == 0 && window.location.href.indexOf("log") == -1) //非问题日志页
  394. {
  395. let createtime = $(".QuestionPage>[itemprop~=dateCreated]").attr("content");
  396. let modifiedtime = $(".QuestionPage>[itemprop~=dateModified]").attr("content");
  397. createtime = getUTC8(new Date(createtime));
  398. modifiedtime = getUTC8(new Date(modifiedtime));
  399.  
  400. $(".QuestionPage .QuestionHeader-side").append('<div style=\"color:#8590a6; margin-top:15px\"><p>创建时间:&nbsp;&nbsp;' + createtime + '</p><p>最后编辑:&nbsp;&nbsp;' + modifiedtime + '</p></div>');
  401. }
  402.  
  403. //快捷键提示框
  404. if ($(".Modal-wrapper").length == 0) {
  405. $(document.body).append($hint);
  406. $(".Modal-wrapper").hide();
  407. $(".Modal-closeButton").click(function() {
  408. $(".Modal-wrapper").hide();
  409. });
  410. }
  411.  
  412. //问题标题
  413. var $QuestionHeaderActions = $("div.QuestionHeaderActions");
  414.  
  415. var $titlemore = $QuestionHeaderActions.find(".Zi--Dots").parent().parent().parent(); //更多
  416. var $titlereport = $QuestionHeaderActions.find(".Title.Zi--Report"); //举报
  417. /*var $anonymous = $(".Zi--Anonymous"); //匿名*/
  418. var $log = $(".Zi--Log"); //日志
  419. var $shortcut = $(".Zi--ShortCut"); //快捷键
  420.  
  421. if ($(".AppHeader-profileAvatar").length > 0) //已登录
  422. {
  423. if ($titlereport.length == 0) //题目未添加举报
  424. {
  425. $titlemore.hide();
  426. let button_text = '<button type=\"button\" class=\"Button Button--plain Button--withIcon Button--withLabel\"><span style=\"display: inline-flex; align-items: center; vertical-align:middle;\"><svg class=\"Title Zi--Report \" fill=\"currentColor\" viewBox=\"0 0 24 24\" width=\"14\" height=\"14\"><path d=\"M19.947 3.129c-.633.136-3.927.639-5.697.385-3.133-.45-4.776-2.54-9.949-.888-.997.413-1.277 1.038-1.277 2.019L3 20.808c0 .3.101.54.304.718a.97.97 0 0 0 .73.304c.275 0 .519-.102.73-.304.202-.179.304-.418.304-.718v-6.58c4.533-1.235 8.047.668 8.562.864 2.343.893 5.542.008 6.774-.657.397-.178.596-.474.596-.887V3.964c0-.599-.42-.972-1.053-.835z\" fill-rule=\"evenodd\"></path></svg></span> 举报</button>';
  427. let $report = $(button_text);
  428. $report.bind("click", function() {
  429. $titlemore.find("button").click();
  430. $(".Menu.QuestionHeader-menu").children().eq(2).click();
  431. });
  432. $titlemore.after($report);
  433. }
  434. /*
  435. if ($anonymous.length == 0) //未添加匿名
  436. {
  437. addAnonymous($QuestionHeaderActions, $titlemore);
  438. }
  439. */
  440. if ($log.length == 0) //未添加查看问题日志
  441. {
  442. addLog($QuestionHeaderActions);
  443. }
  444. if ($shortcut.length == 0) //未添加快捷键帮助
  445. {
  446. addShortCut($QuestionHeaderActions);
  447. }
  448.  
  449. //回答举报按钮
  450. $(".ContentItem-actions").each(function() {
  451.  
  452. if ($(this).find(".Zi--Report").length == 0 && $(this).find(".Zi--Settings").length == 0) //未添加举报 且 不是自己的回答
  453. {
  454. let $question_dot = $(this).find(".Zi--Dots").closest(".ContentItem-action");
  455. $question_dot.hide();
  456. let button_text = '<button type=\"button\" class=\"Button ContentItem-action Button--plain Button--withIcon Button--withLabel\"><span style=\"display: inline-flex; align-items: center;\"><svg class=\"Zi Zi--Report\" fill=\"currentColor\" viewBox=\"0 0 24 24\" width=\"14\" height=\"14\"><path d=\"M19.947 3.129c-.633.136-3.927.639-5.697.385-3.133-.45-4.776-2.54-9.949-.888-.997.413-1.277 1.038-1.277 2.019L3 20.808c0 .3.101.54.304.718a.97.97 0 0 0 .73.304c.275 0 .519-.102.73-.304.202-.179.304-.418.304-.718v-6.58c4.533-1.235 8.047.668 8.562.864 2.343.893 5.542.008 6.774-.657.397-.178.596-.474.596-.887V3.964c0-.599-.42-.972-1.053-.835z\" fill-rule=\"evenodd\"></path></svg></span> 举报</button>';
  457. let $report = $(button_text);
  458. $report.bind("click", function() {
  459. $question_dot.find("button").click();
  460. $(".Menu.AnswerItem-selfMenu").find("button").each(function() {
  461. if ($(this).text().indexOf("举报") > -1)
  462. $(this).click();
  463. });
  464. });
  465. $question_dot.after($report);
  466. } else {
  467. $(this).find(".Zi--Dots").closest(".ContentItem-action").hide();
  468. }
  469. });
  470.  
  471. } else //未登录
  472. {
  473. $(".Zi--Dots").parent().parent().parent().hide();
  474.  
  475. $log = $(".Zi--Log"); //日志
  476. $shortcut = $(".Zi--ShortCut"); //快捷键
  477.  
  478. if ($log.length == 0) //未添加查看问题日志
  479. {
  480. addLog($QuestionHeaderActions);
  481. }
  482. if ($shortcut.length == 0) //未添加快捷键帮助
  483. {
  484. addShortCut($QuestionHeaderActions);
  485. }
  486. }
  487.  
  488. //调整问题的按钮间距
  489. $(".QuestionHeaderActions .QuestionHeader-Comment").css({
  490. "margin": "0px 0px 0px 0px"
  491. });
  492. $(".QuestionHeaderActions .Popover.ShareMenu").css({
  493. "margin": "0px 0px 0px 0px"
  494. });
  495. $(".QuestionHeaderActions .Button.Button--plain.Button--withIcon.Button--withLabel").css({
  496. "margin": "0px 0px 0px 9px"
  497. });
  498.  
  499. var $QuestionButtonGroup = $(".QuestionHeader-footer-main").find(".QuestionButtonGroup");
  500. $QuestionButtonGroup.children().eq(0).css({
  501. "margin": "0px 0px 0px 8px"
  502. });
  503. $QuestionButtonGroup.children().eq(1).css({
  504. "margin": "0px 0px 0px 8px"
  505. });
  506.  
  507. $(".QuestionHeaderActions").children().eq(0).css({
  508. "margin": "0px 8px 0px 0px"
  509. });
  510.  
  511. $(".GoodQuestionAction-commonBtn").css("margin", "0px 0px 0px 0px");
  512.  
  513. $('.css-8pep6o').width($('.AnswerForm.css-1ot8pew').width());
  514. $('.css-29tdoj').width($('.css-8pep6o').width());
  515. $('.InputLike.AnswerForm-editor').width($('.css-29tdoj').width());
  516.  
  517. $('.css-arjme8').width($('.toolbarV3.css-10r8x72').width());
  518. $('.css-jis2as').width($('.css-arjme8').width());
  519. $('.css-29tdoj').width($('.css-arjme8').width());
  520. $('.css-1pfsia3').width($('.css-arjme8').width());
  521.  
  522. //回答的发布时间
  523. $(".ContentItem.AnswerItem").each(function() {
  524. if (!($(this).find(".ContentItem-time:not(.css-18wtfyc)").hasClass("full")) && $(this).find(".ContentItem-time:not(.css-18wtfyc)").length > 0 && $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").text() != null) {
  525. if ($(this).find(".ContentItem-time:not(.css-18wtfyc)").text().indexOf("发布于") == -1 && $(this).find(".ContentItem-time:not(.css-18wtfyc)").text().indexOf("编辑于") > -1) //只有"编辑于"时增加具体发布时间data-tooltip
  526. {
  527. let data_tooltip = $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").attr("data-tooltip");
  528. var oldtext = $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").text();
  529. $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").text(data_tooltip + "\xa0\xa0,\xa0\xa0" + oldtext);
  530. $(this).find(".ContentItem-time:not(.css-18wtfyc)").addClass("full");
  531. } else if ($(this).find(".ContentItem-time:not(.css-18wtfyc)").text().indexOf("发布于") > -1 && $(this).find(".ContentItem-time:not(.css-18wtfyc)").text().indexOf("编辑于") == -1) //只有"发布于"时替换为具体发布时间data-tooltip
  532. {
  533. let data_tooltip = $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").attr("data-tooltip");
  534. $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").text(data_tooltip);
  535. $(this).find(".ContentItem-time:not(.css-18wtfyc)").addClass("full");
  536. }
  537.  
  538. //发布时间置顶
  539. if (publishTop == 1) {
  540. if ($(this).find(".ContentItem-time:not(.css-18wtfyc)").parent().hasClass("css-18wtfyc") && !$(this).find('.ContentItem-time.css-18wtfyc').hasClass('full')) {
  541. let temp_out_time = $(this).find('.ContentItem-time.css-18wtfyc').clone();
  542. $(this).find('.ContentItem-time.css-18wtfyc').hide();
  543. $(this).find(".ContentItem-meta").append(temp_out_time);
  544. $(this).find('.ContentItem-time.css-18wtfyc').addClass('full');
  545. } else if (!$(this).find(".ContentItem-time:not(.css-18wtfyc)").parent().hasClass("ContentItem-meta")) {
  546. let temp_time = $(this).find(".ContentItem-time:not(.css-18wtfyc)").clone();
  547. if ($(this).find(".RichContent").length > 0) {
  548. $(this).find(".RichContent .ContentItem-time:not(.css-18wtfyc)").hide();
  549. } else //没有RichContent
  550. {
  551. $(this).find(".ContentItem-time:not(.css-18wtfyc):nth-of-type(2)").hide();
  552. }
  553. $(this).find(".ContentItem-meta").append(temp_time);
  554. }
  555. }
  556. }
  557.  
  558. /*
  559. //移动关注按钮到用户名旁边
  560. if($(this).find('.FollowButton').length>0 && !$(this).find('.FollowButton').hasClass('left'))
  561. {
  562. let width=$(this).find('.AuthorInfo:not(.AnswerItem-authorInfo)').width()+10;
  563. $(this).find('.FollowButton').css({'position':'absolute', 'left': width});
  564. $(this).find('.FollowButton').addClass('left');
  565. }
  566. */
  567. });
  568.  
  569. //关怀版回答的发布时间
  570. $(".List-item.aria-answer-item").each(function() {
  571. if (!($(this).find(".ContentItem-time:not(.css-18wtfyc)").hasClass("full")) && $(this).find(".ContentItem-time:not(.css-18wtfyc)").length > 0 && $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").text() != null) {
  572. if ($(this).find(".ContentItem-time:not(.css-18wtfyc)").text().indexOf("发布于") == -1 && $(this).find(".ContentItem-time:not(.css-18wtfyc)").text().indexOf("编辑于") > -1) //只有"编辑于"时增加具体发布时间data-tooltip
  573. {
  574. let data_tooltip = $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").attr("data-tooltip");
  575. var oldtext = $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").text();
  576. $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").text(data_tooltip + "\xa0\xa0,\xa0\xa0" + oldtext);
  577. $(this).find(".ContentItem-time:not(.css-18wtfyc)").addClass("full");
  578. } else if ($(this).find(".ContentItem-time:not(.css-18wtfyc)").text().indexOf("发布于") > -1 && $(this).find(".ContentItem-time:not(.css-18wtfyc)").text().indexOf("编辑于") == -1) //只有"发布于"时替换为具体发布时间data-tooltip
  579. {
  580. let data_tooltip = $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").attr("data-tooltip");
  581. $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").text(data_tooltip);
  582. $(this).find(".ContentItem-time:not(.css-18wtfyc)").addClass("full");
  583. }
  584.  
  585. //发布时间置顶
  586. if (publishTop == 1) {
  587. let temp_time = $(this).find(".ContentItem-time:not(.css-18wtfyc)").clone();
  588. $(this).find(".RichContent .ContentItem-time:not(.css-18wtfyc)").hide();
  589. $(this).find(".aria-content").prepend(temp_time);
  590. }
  591. }
  592. });
  593.  
  594.  
  595. $(".Pc-card.Card").attr("style", "display:none");
  596.  
  597. //查看全部回答按钮变色
  598. $(".QuestionMainAction").attr("style", "color:white;background-color:#0084FF");
  599.  
  600. //将问题描述中的转义字符进行转义
  601. if (!$('.QuestionRichText--expandable.QuestionRichText--collapsed').hasClass('done')) {
  602. let description = $('.QuestionRichText--expandable.QuestionRichText--collapsed>div>span').text();
  603. description = description.replace(/&quot;/g, '"');
  604. description = description.replace(/&amp;/g, '&');
  605. description = description.replace(/&lt;/g, '<');
  606. description = description.replace(/&gt;/g, '>');
  607. description = description.replace(/&nbsp;/g, ' ');
  608. $('.QuestionRichText--expandable.QuestionRichText--collapsed>div>span').text(description);
  609. $('.QuestionRichText--expandable.QuestionRichText--collapsed').addClass('done');
  610. }
  611. }
  612.  
  613.  
  614. //知乎跳转链接转为直链
  615. function directLink() {
  616. var equal, colon, external_href, protocol, path, new_href;
  617. //文字链接
  618. $("a.external").each(function() {
  619. if ($(this).find("span").length > 0) {
  620. new_href = $(this).text();
  621. $(this).attr("href", new_href);
  622. } else if ($(this).attr("href").indexOf("link.zhihu.com/?target=") > -1) {
  623. external_href = $(this).attr("href");
  624. new_href = external_href.substring($(this).attr("href").indexOf("link.zhihu.com/?target=") + "link.zhihu.com/?target=".length);
  625.  
  626. new_href.replace(/%/g, '%25');
  627. $(this).attr("href", decodeURIComponent(new_href));
  628. } else {
  629. external_href = $(this).attr("href");
  630. if (external_href.lastIndexOf("https%3A"))
  631. new_href = $(this).attr("href").substring($(this).attr("href").lastIndexOf("https%3A"));
  632. else if (external_href.lastIndexOf("http%3A%2F%2F"))
  633. new_href = $(this).attr("href").substring($(this).attr("href").lastIndexOf("http%3A"));
  634.  
  635. new_href.replace(/%/g, '%25');
  636. $(this).attr("href", decodeURIComponent(new_href));
  637. }
  638. });
  639.  
  640. //卡片链接
  641. $("a.LinkCard:not(.MCNLinkCard):not(.ZVideoLinkCard):not(.ADLinkCardContainer)").each(function() {
  642. if ($(this).find(".LinkCard-title").length > 0 && $(this).find(".LinkCard-title").text().indexOf("http") > -1) {
  643. new_href = $(this).find(".LinkCard-title").text();
  644. $(this).attr("href", new_href);
  645. } else if ($(this).find(".LinkCard-desc").length > 0 && $(this).find(".LinkCard-desc").text().indexOf("http") > -1) {
  646. new_href = $(this).find(".LinkCard-desc").text();
  647. $(this).attr("href", new_href);
  648. } else if ($(this).attr("href").indexOf("link.zhihu.com/?target=") > -1) {
  649. external_href = $(this).attr("href");
  650. new_href = external_href.substring($(this).attr("href").indexOf("link.zhihu.com/?target=") + "link.zhihu.com/?target=".length);
  651.  
  652. new_href.replace(/%/g, '%25');
  653. $(this).attr("href", decodeURIComponent(new_href));
  654. } else {
  655. external_href = $(this).attr("href");
  656. if (external_href.lastIndexOf("https%3A"))
  657. new_href = $(this).attr("href").substring($(this).attr("href").lastIndexOf("https%3A"));
  658. else if (external_href.lastIndexOf("http%3A%2F%2F"))
  659. new_href = $(this).attr("href").substring($(this).attr("href").lastIndexOf("http%3A"));
  660.  
  661. new_href.replace(/%/g, '%25');
  662. $(this).attr("href", decodeURIComponent(new_href));
  663. }
  664. });
  665.  
  666. //旧版视频卡片链接
  667. $("a.VideoCard-link").each(function() {
  668. if ($(this).attr("href").indexOf("link.zhihu.com/?target=") > -1) {
  669. external_href = $(this).attr("href");
  670. equal = external_href.lastIndexOf("http");
  671. colon = external_href.lastIndexOf("%3A");
  672. protocol = external_href.substring(equal, colon);
  673. path = external_href.substring(colon + 5, external_href.length);
  674. new_href = protocol + "://" + path;
  675.  
  676. new_href.replace(/%/g, '%25');
  677. $(this).attr("href", decodeURIComponent(new_href));
  678. }
  679. });
  680.  
  681. //隐藏首页广告卡片
  682. $(".TopstoryItem--advertCard").hide();
  683.  
  684. //隐藏回答广告卡片
  685. $('.RichText-Ecommerce').hide();
  686. $('.RichText-EduCardContainer').hide();
  687.  
  688. }
  689.  
  690. //专栏文章
  691. function zhuanlan() {
  692. //隐藏推荐文章
  693. if (hideRecommendedReading == 1) {
  694. $(".Recommendations-Main").hide();
  695. }
  696.  
  697. //专栏举报按钮
  698. if ($(".Zi--Report").length == 0) //未添加举报
  699. {
  700. let $lastchild = $(".ContentItem-actions").children().eq(-1);
  701. if ($lastchild.find(".Zi--Dots").length > 0)
  702. $lastchild.hide();
  703. var button_text = '<button type=\"button\" class=\"Button ContentItem-action Button--plain\"><span style=\"display: inline-flex; align-items: center;\"><svg class=\"Zi Zi--Report\" fill=\"currentColor\" viewBox=\"0 0 24 24\" width=\"14\" height=\"14\"><path d=\"M19.947 3.129c-.633.136-3.927.639-5.697.385-3.133-.45-4.776-2.54-9.949-.888-.997.413-1.277 1.038-1.277 2.019L3 20.808c0 .3.101.54.304.718a.97.97 0 0 0 .73.304c.275 0 .519-.102.73-.304.202-.179.304-.418.304-.718v-6.58c4.533-1.235 8.047.668 8.562.864 2.343.893 5.542.008 6.774-.657.397-.178.596-.474.596-.887V3.964c0-.599-.42-.972-1.053-.835z\" fill-rule=\"evenodd\"></path></svg></span> 举报</button>';
  704. var $report = $(button_text);
  705. $report.bind("click", function() {
  706. $lastchild.find("button").click();
  707. $(".Menu.Post-ActionMenu").find("button").click();
  708. });
  709. $lastchild.after($report);
  710. }
  711.  
  712. //有"编辑于"时,增加发布时间
  713. if ($(".ContentItem-time:not(.css-18wtfyc)").text().indexOf("编辑于") > -1 && !$(".ContentItem-time:not(.css-18wtfyc)").hasClass("done")) {
  714. let bianjiyu = $(".ContentItem-time:not(.css-18wtfyc)").text();
  715. $(".ContentItem-time:not(.css-18wtfyc)").click();
  716. $(".ContentItem-time:not(.css-18wtfyc)").text($(".ContentItem-time:not(.css-18wtfyc)").text() + "\xa0\xa0,\xa0\xa0" + bianjiyu);
  717. $(".ContentItem-time:not(.css-18wtfyc)").addClass("done");
  718. }
  719.  
  720. //发布时间置顶
  721. if (publishTop == 1 && $(".Post-Header").find(".ContentItem-time:not(.css-18wtfyc)").length == 0) {
  722. $(".ContentItem-time:not(.css-18wtfyc)").css({
  723. "padding": "0px 0px 0px 0px",
  724. "margin-top": "14px"
  725. });
  726. $(".ContentItem-time:not(.css-18wtfyc)").appendTo($(".Post-Header"));
  727. }
  728.  
  729. //专栏设置的已选菜单项变色
  730. $(".css-17px4ve").parent().each(function() {
  731. if ($(this).find(".css-17px4ve").children().length > 0) {
  732. $(this).css("color", "black");
  733. $(this).find(".Zi--Check").attr("fill", "black");
  734. }
  735. });
  736.  
  737. $('.css-sdgtgb').width($('.css-10r8x72').width());
  738. }
  739.  
  740. let pinbg=0;
  741.  
  742. //想法
  743. function pin() {
  744. if(pinbg==0)
  745. {
  746. GM_addStyle(`
  747. html[data-theme=light] body{background:white!important;}
  748. html[data-theme=dark] body{background:rgb(18,18,18)!important;}
  749. .PinToolbar-menuContainer .Menu{display:none!important;}
  750. `);
  751. pinbg=1;
  752. }
  753.  
  754.  
  755. /*
  756. //想法喜欢按钮
  757. if ($(".Zi--Heart").length == 0) //未添加喜欢
  758. {
  759. let $lastchild = $(".ContentItem-actions").children().eq(-1);
  760. if ($lastchild.find(".ZDI--Dots24").length > 0)
  761. $lastchild.hide();
  762. let button_text = '<button type="button" class="Button ContentItem-action Button--plain Zi--Heart"><span style="display: inline-flex; align-items: center"><svg class="Zi Zi--Heart" fill="currentColor" viewBox="0 0 24 24" width="14" height="14"><path d="M17.142 3.041c1.785.325 3.223 1.518 4.167 3.071 1.953 3.215.782 7.21-1.427 9.858a23.968 23.968 0 0 1-4.085 3.855c-.681.5-1.349.923-1.962 1.234-.597.303-1.203.532-1.748.587a.878.878 0 0 1-.15.002c-.545-.04-1.162-.276-1.762-.582a14.845 14.845 0 0 1-2.008-1.27 24.254 24.254 0 0 1-4.21-4.002c-2.1-2.56-3.16-6.347-1.394-9.463.92-1.624 2.362-2.892 4.173-3.266 1.657-.341 3.469.097 5.264 1.44 1.75-1.309 3.516-1.76 5.142-1.464Z" fill-rule="evenodd" ></path></svg ></span> 喜欢</button>';var $report = $(button_text);
  763. let $heart = $(button_text);
  764. $heart.bind("click", function() {
  765. $lastchild.find("button").click();
  766. let $button=$(".PinToolbar-menuContainer .Menu").find("button").eq(0);
  767. if($button.text().indexOf("取消喜欢")>-1)
  768. {
  769. $button.click();
  770. $('.Button.Zi--Heart').prop('lastChild').nodeValue=' 喜欢';
  771. }
  772. else if($button.text().indexOf("喜欢")>-1)
  773. {
  774. $button.click();
  775. $('.Button.Zi--Heart').prop('lastChild').nodeValue=' 已喜欢';
  776. }
  777.  
  778. });
  779. $lastchild.before($heart);
  780. }
  781. */
  782.  
  783.  
  784. //想法举报按钮
  785. if ($(".Zi--Report").length == 0) //未添加举报
  786. {
  787. let $lastchild = $(".ContentItem-actions").children().eq(-1);
  788. if ($lastchild.find(".ZDI--Dots24").length > 0)
  789. $lastchild.hide();
  790. let button_text = '<button type="button" class="Button ContentItem-action Button--plain"><span style="display: inline-flex; align-items: center;"><svg class="Zi Zi--Report" fill="currentColor" viewBox="0 0 24 24" width="14" height="14"><path d="M19.947 3.129c-.633.136-3.927.639-5.697.385-3.133-.45-4.776-2.54-9.949-.888-.997.413-1.277 1.038-1.277 2.019L3 20.808c0 .3.101.54.304.718a.97.97 0 0 0 .73.304c.275 0 .519-.102.73-.304.202-.179.304-.418.304-.718v-6.58c4.533-1.235 8.047.668 8.562.864 2.343.893 5.542.008 6.774-.657.397-.178.596-.474.596-.887V3.964c0-.599-.42-.972-1.053-.835z" fill-rule="evenodd"></path></svg></span> 举报</button>';
  791. let $report = $(button_text);
  792. $report.bind("click", function() {
  793. $lastchild.find("button").click();
  794. $(".PinToolbar-menuContainer .Menu").find("button").eq(-1).click();
  795. });
  796. $lastchild.before($report);
  797. }
  798.  
  799. //有"编辑于"时,增加发布时间
  800. if ($(".ContentItem-time:not(.css-18wtfyc)").find('a span').text().indexOf("编辑于") > -1 && !$(".ContentItem-time:not(.css-18wtfyc)").hasClass("done")) {
  801. let data_tooltip = $(".ContentItem-time:not(.css-18wtfyc)").find('a span').attr('data-tooltip');
  802. let old_text=$(".ContentItem-time:not(.css-18wtfyc)").find('a span').text();
  803. $(".ContentItem-time:not(.css-18wtfyc)").find('a span').text(data_tooltip+ "\xa0\xa0,\xa0\xa0" + old_text);
  804. $(".ContentItem-time:not(.css-18wtfyc)").addClass("done");
  805. }
  806.  
  807. //发布时间置顶
  808. if (publishTop == 1 && $(".ContentItem-meta").find(".ContentItem-time:not(.css-18wtfyc)").length == 0) {
  809. let $ContentItem_time_old=$(".ContentItem-time:not(.css-18wtfyc)");
  810. $ContentItem_time_old.hide();
  811. let $ContentItem_time=$ContentItem_time_old.clone();
  812. $ContentItem_time.css({
  813. "padding": "0px 0px 0px 0px",
  814. "margin-top": "14px",
  815. "display":"block"
  816. });
  817. $ContentItem_time.appendTo($(".ContentItem-meta"));
  818. }
  819. }
  820.  
  821. var upload_video_main_flag = 0; //上传视频页标志
  822.  
  823. //视频页
  824. function zvideo() {
  825.  
  826. //隐藏推荐视频
  827. $(".ZVideo-sideColumn").hide();
  828.  
  829. if (upload_video_main_flag == 0 && window.location.href.indexOf('upload-video') > 0) {
  830. GM_addStyle('html[data-theme=dark] main{background:rgb(18,18,18)}');
  831. upload_video_main_flag = 1;
  832. }
  833. }
  834.  
  835. //知乎圈子
  836. function club() {
  837. if (hideClubSideBar == 1) //隐藏侧边栏并拉宽内容
  838. {
  839. $(".ClubSideBar").hide();
  840. $(".Club-mainColumn").width($(".Club-container").width());
  841. $(".ClubEdit").width($(".Club-mainColumn").width() - 40); //每个提问的的margin-left + margin-right=40px,减去才能正好居中
  842. $('.ClubTopPosts').width($(".Club-mainColumn").width() - 32);
  843. $('.ClubPostList').width($(".Club-mainColumn").width());
  844. $('.PostItem.css-1b27c42').width($(".Club-mainColumn").width() - 32);
  845. $('section').css('border-right', 'none');
  846. } else if (hideClubSideBar == 2) //隐藏侧边栏,仅水平居中内容,不拉宽
  847. {
  848. $(".ClubSideBar").hide();
  849. $(".Club-mainColumn").parent().attr("style", "display:flex;justify-content:center;");
  850. $(".ClubEdit").width($(".Club-mainColumn").width() - 40); //每个提问的的margin-left + margin-right=40px,减去才能正好居中
  851. $('.ClubTopPosts').width($(".Club-mainColumn").width() - 32);
  852. $('.ClubPostList').width($(".Club-mainColumn").width());
  853. $('.PostItem.css-1b27c42').width($(".Club-mainColumn").width() - 32);
  854. $('section').css('border-right', 'none');
  855. }
  856.  
  857. //退出圈子按钮
  858. var $ClubHeaderInfo_buttonGroup = $(".ClubHeaderInfo-buttonGroup");
  859. var $child1 = $ClubHeaderInfo_buttonGroup.children().eq(1 - 1);
  860. var $child2 = $ClubHeaderInfo_buttonGroup.children().eq(2 - 1);
  861. if ($child2.length > 0 && $child2.text().indexOf("签到") > -1 && $child2.text().indexOf("加入") == -1) //退出圈子
  862. {
  863. $child1.hide();
  864. let button_text = '<button class=\"ClubJoinOrCheckinButton\" style=\"margin-right:20px\"><img src=\"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNjUxOTQxMTM1MTI0IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9Ijg2NDgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjxkZWZzPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+QGZvbnQtZmFjZSB7IGZvbnQtZmFtaWx5OiBlbGVtZW50LWljb25zOyBzcmM6IHVybCgiY2hyb21lLWV4dGVuc2lvbjovL2JiYWtobm1ma2plbmZiaGpkZGRpcGNlZm5ocGlramJqL2ZvbnRzL2VsZW1lbnQtaWNvbnMud29mZiIpIGZvcm1hdCgid29mZiIpLCB1cmwoImNocm9tZS1leHRlbnNpb246Ly9iYmFraG5tZmtqZW5mYmhqZGRkaXBjZWZuaHBpa2piai9mb250cy9lbGVtZW50LWljb25zLnR0ZiAiKSBmb3JtYXQoInRydWV0eXBlIik7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTEwMjEuNzM4IDUxMS45OTggNzQzLjA4MiA2OTcuNzczIDc0My4wODIgNTU4LjQ0IDI3OC42NTYgNTU4LjQ0IDI3OC42NTYgNDY1LjU2bDQ2NC40MjYgMEw3NDMuMDgyIDMyNi4yMzIgMTAyMS43MzggNTExLjk5OHpNNTEwLjg2OSAyMzMuMzQ3IDkyLjg4NSAyMzMuMzQ3bDAgNTU3LjMwNyA0MTcuOTg0IDBMNTEwLjg2OSA2NTEuMzI2bDkyLjg4NSAwIDAgMjMyLjIxOC05Mi44ODUgMEw5Mi44ODUgODgzLjU0NCAwIDg4My41NDRsMC05Mi44OUwwIDIzMy4zNDdsMC05Mi44OSA5Mi44ODUgMCA0MTcuOTg0IDAgOTIuODg1IDAgMCAyMzIuMjE4LTkyLjg4NSAwTDUxMC44NjkgMjMzLjM0N3oiIHAtaWQ9Ijg2NDkiIGZpbGw9IiNmZjAwMDAiPjwvcGF0aD48L3N2Zz4=\"/><span style=\"color:red\">&nbsp;退出圈子</span></button>';
  865. let $report = $(button_text);
  866. $report.bind("click", function() {
  867. $child1.find("button").click();
  868. $(".ClubHeaderInfoMoreButton-item").click();
  869. });
  870. $child1.after($report);
  871. }
  872.  
  873. //圈子中提问举报按钮
  874. $(".PostReaction").each(function() {
  875. var $post_dot = $(this).find(".Zi--Dots").closest(".Popover");
  876. if ($(this).find(".Zi--Report").length == 0) //未添加举报
  877. {
  878. $post_dot.hide();
  879. let button_text = '<button type=\"button\" class=\"Button PostWebActionButtons-comment Button--plain Button--withIcon Button--withLabel\"><span style=\"display: inline-flex; align-items: center;\"><svg class=\"Zi Zi--Report\" fill=\"currentColor\" viewBox=\"0 0 24 24\" width=\"14\" height=\"14\"><path d=\"M19.947 3.129c-.633.136-3.927.639-5.697.385-3.133-.45-4.776-2.54-9.949-.888-.997.413-1.277 1.038-1.277 2.019L3 20.808c0 .3.101.54.304.718a.97.97 0 0 0 .73.304c.275 0 .519-.102.73-.304.202-.179.304-.418.304-.718v-6.58c4.533-1.235 8.047.668 8.562.864 2.343.893 5.542.008 6.774-.657.397-.178.596-.474.596-.887V3.964c0-.599-.42-.972-1.053-.835z\" fill-rule=\"evenodd\"></path></svg></span> 举报</button>';
  880. let $report = $(button_text);
  881. $report.bind("click", function() {
  882. $post_dot.find("button").click();
  883. $(".PostWebActionButtons-item").click();
  884. });
  885. $post_dot.after($report);
  886. }
  887. });
  888.  
  889. //有"最后回复"时,增加发布时间
  890. $(".PostItem-time").each(function() {
  891.  
  892. if ($(this).text().indexOf("发布时间") == -1 && $(this).parent().text().indexOf("最后回复") > -1) {
  893. let datetime = new Date($(this).attr("datetime"));
  894. let posttime = getUTC8(datetime);
  895. let replytime = $(this).text();
  896.  
  897. $(this).parent().get(0).childNodes[1].nodeValue = "";
  898. $(this).parent().get(0).childNodes[2].nodeValue = "";
  899. $(this).text("发布时间 " + posttime + "\xa0\xa0,\xa0\xa0" + "最后回复 " + replytime);
  900.  
  901. }
  902. });
  903. }
  904.  
  905. //获取url中?后面的参数
  906. function getQueryVariable(variable) {
  907. var query = window.location.search.substring(1);
  908. var vars = query.split("&");
  909. for (var i = 0; i < vars.length; i++) {
  910. var pair = vars[i].split("=");
  911. if (pair[0] == variable) {
  912. return pair[1];
  913. }
  914. }
  915. return (false);
  916. }
  917.  
  918. //搜索结果页
  919. function search() {
  920. if (hideSearchSideBar == 1) //隐藏侧边栏并拉宽内容
  921. {
  922. $('.css-knqde').hide();
  923. $(".SearchSideBar").hide();
  924. $(".SearchMain").width($(".Search-container").width());
  925. } else if (hideSearchSideBar == 2) //隐藏侧边栏,仅水平居中内容,不拉宽
  926. {
  927. $('.css-knqde').hide();
  928. $(".SearchSideBar").hide();
  929. $(".Search-container").attr("style", "display:flex;justify-content:center;");
  930. }
  931.  
  932.  
  933. $(".ContentItem.AnswerItem, .ContentItem.ArticleItem").each(function() {
  934. if (!($(this).find(".ContentItem-time:not(.css-18wtfyc)").hasClass("full")) && $(this).find(".ContentItem-time:not(.css-18wtfyc)").length > 0 && $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").text() != null) {
  935. if ($(this).find(".ContentItem-time:not(.css-18wtfyc)").text().indexOf("发布于") == -1 && $(this).find(".ContentItem-time:not(.css-18wtfyc)").text().indexOf("编辑于") > -1) //只有"编辑于"时,增加具体发布时间data-tooltip
  936. {
  937. let data_tooltip = $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").attr("data-tooltip");
  938. var oldtext = $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").text();
  939. $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").text(data_tooltip + "\xa0\xa0,\xa0\xa0" + oldtext);
  940. $(this).find(".ContentItem-time:not(.css-18wtfyc)").addClass("full");
  941. } else if ($(this).find(".ContentItem-time:not(.css-18wtfyc)").text().indexOf("发布于") > -1 && $(this).find(".ContentItem-time:not(.css-18wtfyc)").text().indexOf("编辑于") == -1) //只有"发布于"时替换为具体发布时间data-tooltip
  942. {
  943. let data_tooltip = $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").attr("data-tooltip");
  944. $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").text(data_tooltip);
  945. $(this).find(".ContentItem-time:not(.css-18wtfyc)").addClass("full");
  946. }
  947.  
  948. //发布时间置顶
  949. if (publishTop == 1) {
  950. if ($(this).find(".ContentItem-time:not(.css-18wtfyc)").parent().hasClass("css-18wtfyc") && !$(this).find('.ContentItem-time.css-18wtfyc').hasClass('full')) {
  951. let temp_out_time = $(this).find('.ContentItem-time.css-18wtfyc').clone();
  952. $(this).find('.ContentItem-time.css-18wtfyc').hide();
  953. $(this).find(".SearchItem-meta").append(temp_out_time);
  954. $(this).find('.ContentItem-time.css-18wtfyc').addClass('full');
  955. } else if (!$(this).find(".ContentItem-time:not(.css-18wtfyc)").parent().hasClass("SearchItem-meta")) {
  956. let temp_time = $(this).find(".ContentItem-time:not(.css-18wtfyc)").clone();
  957. $(this).find(".RichContent .ContentItem-time:not(.css-18wtfyc)").hide();
  958. $(this).find(".SearchItem-meta").append(temp_time);
  959. }
  960. }
  961. }
  962.  
  963. });
  964.  
  965. //隐藏相关推荐的卡片,仅保留问题卡片
  966. /*
  967. $(".RelevantQuery").closest(".Card.SearchResult-Card").hide();
  968. $(".KfeCollection-PcCollegeCard-wrapper").closest(".Card.SearchResult-Card").hide();
  969. if (getQueryVariable("type") == "content") {
  970. $('.Card.SearchResult-Card[data-za-detail-view-path-module=\"UserItem\"]').hide();
  971. }
  972. */
  973.  
  974. //显示搜索页综合信息流标签
  975. if (flowTag == 1 && getQueryVariable("type") == "content") {
  976. $('.Card .List-item .ContentItem').each(function() {
  977. if ($(this).find('.Tag').length == 0) {
  978. let type;
  979. if ($(this).attr('itemprop') != undefined)
  980. type = $(this).attr('itemprop');
  981. else if ($(this).attr('itemtype') != undefined && $(this).attr('itemtype').indexOf('Zvideo') > -1)
  982. type = 'zvideo';
  983.  
  984. let typebackground = "",
  985. typename = "";
  986. if (type == 'answer') {
  987. typebackground = "#0084FF";
  988. typename = '问题';
  989. } else if (type == 'article') {
  990. typebackground = "orange";
  991. typename = '文章';
  992. } else if (type == 'zvideo') {
  993. typebackground = "red";
  994. typename = '视频';
  995. }
  996.  
  997. if (typename != "") {
  998. let tag = '<div class="Button Tag flowTag" style="background:' + typebackground + '"><span class="Tag-content">' + typename + '</span></div>';
  999. $(this).find('.ContentItem-title a').before($(tag));
  1000. }
  1001. }
  1002. });
  1003.  
  1004. $('.Card.css-oo264i .css-ywimgq').each(function() {
  1005. if ($(this).find('.Tag').length == 0) {
  1006. let tag = '<div class="Button Tag flowTag" style="background:red"><span class="Tag-content">视频</span></div>';
  1007. $(this).prepend($(tag));
  1008. }
  1009. });
  1010. }
  1011. }
  1012.  
  1013. //知乎讲座
  1014. function lives() {
  1015. $("[class*=\'LiveWechatSpread\']").hide(); //隐藏微信推荐
  1016. }
  1017.  
  1018. //收藏夹
  1019. function collection() {
  1020. if (hideCollectionSideBar == 1) //隐藏侧边栏并拉宽内容
  1021. {
  1022. $(".CollectionDetailPageSideBar").hide();
  1023. $(".CollectionsDetailPage-mainColumn").width($(".CollectionsDetailPage").width());
  1024.  
  1025. $(".GlobalSideBar").hide();
  1026. $(".Collections-mainColumn").width($(".Collections-container").width());
  1027.  
  1028. $(".css-1qyytj7").hide();
  1029. } else if (hideCollectionSideBar == 2) //隐藏侧边栏,仅水平居中内容,不拉宽
  1030. {
  1031. $(".CollectionDetailPageSideBar").hide();
  1032. $(".CollectionsDetailPage-mainColumn").parent().attr("style", "display:flex;justify-content:center;");
  1033.  
  1034. $(".GlobalSideBar").hide();
  1035. $(".Collections-mainColumn").parent().attr("style", "display:flex;justify-content:center;");
  1036.  
  1037. $(".css-1qyytj7").hide();
  1038. }
  1039.  
  1040. //收藏夹举报按钮
  1041. $(".ContentItem-actions").each(function() {
  1042. var $collect_dot = $(this).find(".Zi--Dots").closest(".Popover");
  1043. if ($(this).find(".Zi--Report").length == 0) //未添加举报
  1044. {
  1045. $collect_dot.hide();
  1046. let button_text = '<button type=\"button\" class=\"Button ContentItem-action Button--plain\"><span style=\"display: inline-flex; align-items: center;\"><svg class=\"Zi Zi--Report\" fill=\"currentColor\" viewBox=\"0 0 24 24\" width=\"14\" height=\"14\"><path d=\"M19.947 3.129c-.633.136-3.927.639-5.697.385-3.133-.45-4.776-2.54-9.949-.888-.997.413-1.277 1.038-1.277 2.019L3 20.808c0 .3.101.54.304.718a.97.97 0 0 0 .73.304c.275 0 .519-.102.73-.304.202-.179.304-.418.304-.718v-6.58c4.533-1.235 8.047.668 8.562.864 2.343.893 5.542.008 6.774-.657.397-.178.596-.474.596-.887V3.964c0-.599-.42-.972-1.053-.835z\" fill-rule=\"evenodd\"></path></svg></span> 举报</button>';
  1047. let $report = $(button_text);
  1048. $report.bind("click", function() {
  1049. $collect_dot.find("button").click();
  1050. $(".AnswerItem-selfMenu").children().eq(1).click();
  1051. });
  1052. $collect_dot.after($report);
  1053. }
  1054. });
  1055. }
  1056.  
  1057. //按钮变色
  1058. function iconColor() {
  1059.  
  1060. //引用角标高亮
  1061. $('.ztext sup[data-draft-type=reference]').click(function() {
  1062.  
  1063. $('.ReferenceList li').removeClass('is-active');
  1064. let ref_id = $(this).find('a').attr('href');
  1065. $(this).closest('.List-item').find(ref_id).addClass('is-active');
  1066. $(this).closest('.ContentItem.AnswerItem').find(ref_id).addClass('is-active');
  1067. $(this).closest('.Post-content').find(ref_id).addClass('is-active');
  1068. $(this).closest('.TopicIntroContent').find(ref_id).addClass('is-active');
  1069. });
  1070.  
  1071. //悬停时显示浅蓝色边框
  1072. if (hoverShadow == 1) {
  1073. if (typeof($("html").attr("data-hover-visible")) == "undefined") {
  1074. $("html").attr("data-hover-visible", "1");
  1075. }
  1076. $("html").removeAttr("data-focus-visible"); //避免快捷键变色的影响
  1077. }
  1078.  
  1079. //折叠按钮
  1080. $(".Zi--EyeSlash").parent().parent().hover(function() {
  1081. $(this).find(".Zi--EyeSlash").attr("fill", "#22d3c3");
  1082. $(this).attr("style", "color:#22d3c3");
  1083. }, function() {
  1084. if ($(this).prop('lastChild').nodeValue != null && $(this).prop('lastChild').nodeValue.indexOf("取消折叠") > -1) {
  1085. $(this).find(".Zi--EyeSlash").attr("fill", "#22d3c3");
  1086. $(this).attr("style", "color:#22d3c3");
  1087. } else {
  1088. $(this).find(".Zi--EyeSlash").attr("fill", "currentColor");
  1089. $(this).attr("style", "color:#8590A6");
  1090. }
  1091. });
  1092.  
  1093. //推荐按钮
  1094. $(".Zi--Recommend").parent().parent().hover(function() {
  1095. if (!$(this).hasClass('QuestionWaiting-types')) {
  1096. $(this).find(".Zi--Recommend").attr("fill", "#fcd02d");
  1097. $(this).attr("style", "color:#fcd02d");
  1098. }
  1099. }, function() {
  1100. if ($(this).prop('lastChild').nodeValue != null && $(this).prop('lastChild').nodeValue.indexOf("取消推荐") > -1) {
  1101. $(this).find(".Zi--Recommend").attr("fill", "#fcd02d");
  1102. $(this).attr("style", "color:#fcd02d");
  1103. } else {
  1104. $(this).find(".Zi--Recommend").attr("fill", "currentColor");
  1105. $(this).attr("style", "color:#8590A6");
  1106. }
  1107. });
  1108.  
  1109. $(".Zi--List").parent().parent().hover(function() {
  1110. $(this).find(".Zi--List").attr("fill", "#0084FF");
  1111. $(this).attr("style", "color:#0084FF");
  1112. }, function() {
  1113. $(this).find(".Zi--List").attr("fill", "currentColor");
  1114. $(this).attr("style", "color:#8590A6");
  1115. });
  1116.  
  1117. //评论按钮
  1118. $(".Zi--Comment").parent().parent().hover(function() {
  1119. $(this).find(".Zi--Comment").attr("fill", "#0084FF");
  1120.  
  1121. if ($(this).closest(".QuestionHeaderActions").length > 0)
  1122. $(this).attr("style", "color:#0084FF;margin: 0px 0px 0px 9px;");
  1123. else
  1124. $(this).attr("style", "color:#0084FF");
  1125.  
  1126. }, function() {
  1127. if ($(this).closest(".QuestionHeaderActions").length > 0) {
  1128. $(this).find(".Zi--Comment").attr("fill", "currentColor");
  1129. $(this).attr("style", "color:#8590A6;margin: 0px 0px 0px 9px;");
  1130. } else if ($(this).closest(".css-b2n9t9").length > 0) {
  1131. $(this).find(".Zi--Comment").attr("fill", "currentColor");
  1132. $(this).attr("style", "color:#8590A6");
  1133. } else if ($(this).prop('lastChild').nodeValue.indexOf("收起评论") == -1) {
  1134. $(this).find(".Zi--Comment").attr("fill", "currentColor");
  1135. $(this).attr("style", "color:#8590A6");
  1136. }
  1137. });
  1138.  
  1139. //评论按钮(展开评论时)
  1140. $(".Zi--Comment").parent().parent().each(function() {
  1141. if ($(this).prop('lastChild').nodeValue != null && $(this).prop('lastChild').nodeValue.indexOf("收起评论") > -1) {
  1142. $(this).find(".Zi--Comment").attr("fill", "#0084FF");
  1143. $(this).attr("style", "color:#0084FF");
  1144. }
  1145. });
  1146.  
  1147. $('.Zi--Catalog').closest('button').hover(function() {
  1148. $(this).attr('style', 'color:#10dede');
  1149. }, function() {
  1150. $(this).attr('style', 'color:#8590a6');
  1151. });
  1152.  
  1153. //评论弹窗关闭按钮
  1154. $(".Zi--Close").on("click", function() {
  1155. $(".Zi--Comment").parent().parent().each(function() {
  1156. if ($(this).prop('lastChild').nodeValue != null && $(this).prop('lastChild').nodeValue.indexOf("收起评论") > -1) {
  1157. $(this).find(".Zi--Comment").attr("fill", "currentColor");
  1158. $(this).attr("style", "color:#8590A6");
  1159. }
  1160. });
  1161. });
  1162.  
  1163. /*
  1164. //私信按钮
  1165. $(".Zi--Comments").parent().parent().hover(function () {
  1166. $(this).find(".Zi--Comments").find("path").attr("fill", "#00FF7F");
  1167. $(this).css({ "color": "#00FF7F" });
  1168. }, function () {
  1169.  
  1170. if ($(this).hasClass("CommentItemV2-talkBtn")) //评论区查看回复按钮变色
  1171. {
  1172. $(this).find(".Zi--Comments").find("path").attr("fill", "#8590a6");
  1173. $(this).css({ "color": "#8590a6" });
  1174. }
  1175. else if ($(this).hasClass("CreationCard-ActionButton")) //内容管理查看评论按钮变色
  1176. {
  1177. $(this).css({ "color": "#8590a6" });
  1178. //图标变色在css中实现
  1179. }
  1180. else if ($(".Messages-content").length == 0) //私信框消失,私信按钮变色
  1181. {
  1182. if ($("html").attr("data-theme") == "dark") {
  1183. $(this).find(".Zi--Comments").find("path").attr("fill", "#8590a6");
  1184. $(this).css({ "color": "#8590a6" });
  1185. }
  1186. else {
  1187. $(this).find(".Zi--Comments").find("path").attr("fill", "rgb(68,68,68)");
  1188. $(this).css({ "color": "rgb(68,68,68)" });
  1189. }
  1190. }
  1191. });
  1192. */
  1193.  
  1194. //回复按钮
  1195. $(".Zi--Reply").parent().parent().hover(function() {
  1196. $(this).find(".Zi--Reply").attr("fill", "#32CD32");
  1197. $(this).attr("style", "color:#32CD32");
  1198. }, function() {
  1199. if ($(this).prop('lastChild').nodeValue != null && $(this).prop('lastChild').nodeValue.indexOf("取消回复") == -1) {
  1200. $(this).find(".Zi--Reply").attr("fill", "currentColor");
  1201. $(this).attr("style", "color:#8590A6");
  1202. }
  1203. });
  1204.  
  1205. //回复按钮(点击后持续变色)
  1206. $(".Zi--Reply").parent().parent().each(function() {
  1207. if ($(this).prop('lastChild').nodeValue != null && $(this).prop('lastChild').nodeValue.indexOf("取消回复") > -1) {
  1208. $(this).find(".Zi--Reply").attr("fill", "#32CD32");
  1209. $(this).attr("style", "color:#32CD32");
  1210. }
  1211. });
  1212.  
  1213. //回复按钮(点击后持续变色)
  1214. $('.css-1o56bgb').click(function() {
  1215. if ($(this).closest('.css-14nvvry').find('.css-fw5oj4').length == 0) {
  1216. $(this).attr('style', 'color:#32CD32');
  1217. } else {
  1218. $(this).removeAttr('style');
  1219. }
  1220. })
  1221.  
  1222. //点赞按钮
  1223. $(".Zi--Like:not(.css-4ky835)").parent().parent().hover(function() {
  1224. if (window.location.href.indexOf("search") > -1) {
  1225. if ($(this).hasClass("SearchTopicReview-Icon--like") || $(this).hasClass("SearchTopicReview-Icon--liked")) {
  1226. $(this).find(".Zi--Like").find("path").attr("fill", "#FF4D82");
  1227. $(this).attr("style", "color:#FF4D82;");
  1228. } else {
  1229. $(this).find(".Zi--Like").find("path").attr("fill", "black");
  1230. $(this).attr("style", "color:black;");
  1231. }
  1232. } else if (window.location.href.indexOf("people") > -1 || window.location.href.indexOf("org") > -1) {
  1233. $(this).find(".Zi--Like").attr("fill", "#FF4D82");
  1234. //$(this).attr("style", "color:#FF4D82;");
  1235. } else if ($(this).prop('lastChild').nodeValue != null && $(this).prop('lastChild').nodeValue.indexOf("踩") > -1 || $(this).attr("data-tooltip") == "不推荐") {
  1236. if ($("html").attr("data-theme") == "dark") {
  1237. $(this).find(".Zi--Like").attr("fill", "white");
  1238. $(this).css("color", "white");
  1239. } else {
  1240. $(this).find(".Zi--Like").attr("fill", "black");
  1241. $(this).css("color", "black");
  1242. }
  1243. } else if ($(this).hasClass('css-8mg22s')) {
  1244. $(this).find(".Zi--Like").attr("fill", "#FF4D82");
  1245. $(this).attr("style", "color:#FF4D82;");
  1246. } else {
  1247. $(this).find(".Zi--Like").attr("fill", "#FF4D82");
  1248. $(this).attr("style", "color:#FF4D82;margin:0px;");
  1249. }
  1250. }, function() {
  1251. if ($(this).find("#topic-recommend").length > 0 || $(this).find("#topic-against").length > 0 || $(this).prop('lastChild').nodeValue != null && $(this).prop('lastChild').nodeValue.indexOf("取消踩") == -1)
  1252. $(this).find(".Zi--Like").attr("fill", "currentColor");
  1253.  
  1254. if (window.location.href.indexOf("search") > -1) {
  1255. $(this).find(".Zi--Like").find("path").attr("fill", "#8590A6");
  1256. $(this).attr("style", "color:#8590A6;");
  1257. } else if (window.location.href.indexOf("people") > -1 || window.location.href.indexOf("org") > -1) {
  1258. $(this).attr("style", "color:#646464;");
  1259. } else if ($(this).prop('lastChild').nodeValue != null && $(this).prop('lastChild').nodeValue.indexOf("取消踩") > -1) {
  1260. $(this).attr("style", "color:black;");
  1261. } else if ($(this).prop('lastChild').nodeValue != null && $(this).prop('lastChild').nodeValue.indexOf("踩") > -1 || $(this).attr("data-tooltip") == "不推荐") {
  1262. $(this).attr("style", "color:#8590A6;");
  1263. } else if ($(this).hasClass('css-8mg22s')) {
  1264. $(this).find(".Zi--Like").attr("fill", "#8590A6");
  1265. $(this).attr("style", "color:#8590A6;");
  1266. } else
  1267. $(this).attr("style", "color:#8590A6; margin:0px;");
  1268. });
  1269.  
  1270. //踩按钮(点击后持续变色)
  1271. $(".Zi--Like").parent().parent().each(function() {
  1272. if ($(this).prop('lastChild').nodeValue != null && $(this).prop('lastChild').nodeValue == "取消踩")
  1273. $(this).find(".Zi--Like").attr("fill", "black");
  1274.  
  1275. if (window.location.href.indexOf("search") > -1) {
  1276. if ($(this).hasClass("SearchTopicReview-Icon--liked")) {
  1277. $(this).find(".Zi--Like").find("path").attr("fill", "#FF4D82");
  1278. $(this).attr("style", "color:#FF4D82;");
  1279. }
  1280. } else if (window.location.href.indexOf("people") > -1 || window.location.href.indexOf("org") > -1) {
  1281. if ($(this).hasClass("css-zkfaav") || $(this).hasClass("is-liked")) {
  1282. $(this).find(".Zi--Like").attr("fill", "#FF4D82");
  1283. //$(this).attr("style", "color:#FF4D82;");
  1284. }
  1285. }
  1286. });
  1287.  
  1288. //评论区点赞按钮
  1289. $(".ZDI--ThumbFill24").parent().parent().hover(function() {
  1290. $(this).find(".Zi--Like").attr("fill", "#FF4D82");
  1291. $(this).attr("style", "color:#FF4D82;");
  1292. }, function() {
  1293. if ($(this).hasClass("css-h1yvwn")) {
  1294. $(this).find(".Zi--Like").attr("fill", "#8590A6");
  1295. $(this).attr("style", "color:#8590A6;");
  1296. }
  1297. });
  1298.  
  1299. $(".GoodQuestionAction-highLightBtn").attr("style", "color:#FF4D82;margin:0px;"); //题目点赞后保持变色
  1300. $(".is-liked").attr("style", "color:#FF4D82;margin:0px;"); //评论点赞后保持变色
  1301.  
  1302. //分享按钮
  1303. $(".Zi--Share").parent().parent().parent().hover(function() {
  1304. $(this).find(".Zi--Share").attr("fill", "blue");
  1305.  
  1306. if ($(this).closest(".QuestionHeaderActions").length > 0)
  1307. $(this).find("button").attr("style", "color:blue;margin: 0px 0px 0px 9px;");
  1308. else if ($(this).find(".Post-SideActions-icon").length > 0)
  1309. $(this).attr("style", "color:blue;");
  1310. else
  1311. $(this).find("button").attr("style", "color:blue;");
  1312.  
  1313. }, function() {
  1314. $(this).find(".Zi--Share").attr("fill", "currentColor");
  1315.  
  1316. if ($(this).closest(".QuestionHeaderActions").length > 0)
  1317. $(this).find("button").attr("style", "color:#8590A6;margin: 0px 0px 0px 9px;");
  1318. else if ($(this).find(".Post-SideActions-icon").length > 0)
  1319. $(this).attr("style", "color:#8590A6;");
  1320. else
  1321. $(this).find("button").attr("style", "color:#8590A6;");
  1322. });
  1323.  
  1324. //收藏按钮
  1325. $(".Zi--Star").parent().parent().hover(function() {
  1326. if (!$(this).hasClass("ExploreHomePage-ContentSection") && !$(this).hasClass("css-18biwo") && !$(this).hasClass("css-g9eqf4-StrutAlign")) {
  1327. $(this).find(".Zi--Star").attr("fill", "orange");
  1328. $(this).attr("style", "color:orange");
  1329. }
  1330. }, function() {
  1331. if (!$(this).hasClass("ExploreHomePage-ContentSection") && !$(this).hasClass("css-18biwo") && !$(this).hasClass("css-g9eqf4-StrutAlign")) {
  1332. $(this).find(".Zi--Star").attr("fill", "currentColor");
  1333. $(this).attr("style", "color:#8590A6");
  1334. }
  1335. });
  1336.  
  1337. //喜欢按钮
  1338. $(".Zi--Heart").parent().parent().hover(function() {
  1339. if (!$(this).hasClass('AppHeaderProfileMenu') && !$(this).hasClass('MobileAppHeader-actions')) {
  1340. $(this).find(".Zi--Heart").attr("fill", "red");
  1341. $(this).attr("style", "color:red");
  1342. }
  1343. }, function() {
  1344. if ($(this).prop('lastChild').nodeValue == "喜欢")
  1345. $(this).find(".Zi--Heart").attr("fill", "currentColor");
  1346.  
  1347. $(this).attr("style", "color:#8590A6");
  1348. });
  1349.  
  1350. //喜欢按钮(点击后持续变色)
  1351. $(".Zi--Heart").parent().parent().each(function() {
  1352. if ($(this).prop('lastChild').nodeValue != null && $(this).prop('lastChild').nodeValue == "取消喜欢")
  1353. $(this).prop('lastChild').nodeValue = "已喜欢";
  1354. if ($(this).prop('lastChild').nodeValue != null && $(this).prop('lastChild').nodeValue == "已喜欢") {
  1355. $(this).find(".Zi--Heart").attr("fill", "red");
  1356. $(this).attr("style", "color:red");
  1357. }
  1358. });
  1359.  
  1360. //喜欢按钮
  1361. $(".Like-likeWrapper-ejWmr").hover(function() {
  1362. $(this).find('svg path').attr("style", 'fill:red');
  1363. $(this).find('span').attr("style", 'color:red');
  1364. $(this).addClass('hover');
  1365. }, function() {
  1366. if ($(this).find('span').text().indexOf('已喜欢') > -1 || $(this).find('span').text().indexOf('取消喜欢') > -1) {
  1367. $(this).find('svg path').attr("style", 'fill:red');
  1368. $(this).find('span').attr("style", 'color:red');
  1369. } else {
  1370. $(this).find('svg path').attr("style", 'fill:#8590A6');
  1371. $(this).find('span').attr("style", 'color:#8590A6');
  1372. }
  1373.  
  1374. $(this).removeClass('hover');
  1375. });
  1376.  
  1377. //喜欢按钮(点击后持续变色)
  1378. $(".Like-likeWrapper-ejWmr").each(function() {
  1379. if ($(this).find('span').text().indexOf('取消喜欢') > -1)
  1380. $(this).find('span').text("已喜欢");
  1381. if ($(this).find('span').text().indexOf('已喜欢') > -1) {
  1382. $(this).find('svg path').attr("style", 'fill:red');
  1383. $(this).find('span').attr("style", 'color:red');
  1384. } else {
  1385. if (!$(this).hasClass('hover')) {
  1386. $(this).find('svg path').attr("style", 'fill:#8590A6');
  1387. $(this).find('span').attr("style", 'color:#8590A6');
  1388. }
  1389. }
  1390. });
  1391.  
  1392. //举报按钮
  1393. $(".Zi--Report").parent().parent().hover(function() {
  1394. $(this).find(".Zi--Report").attr("fill", "brown");
  1395.  
  1396. if ($(this).closest(".QuestionHeaderActions").length > 0)
  1397. $(this).attr("style", "color:brown;margin: 0px 0px 0px 9px;");
  1398. else
  1399. $(this).attr("style", "color:brown");
  1400.  
  1401. }, function() {
  1402. $(this).find(".Zi--Report").attr("fill", "currentColor");
  1403.  
  1404. if ($(this).closest(".QuestionHeaderActions").length > 0)
  1405. $(this).attr("style", "color:#8590A6;margin: 0px 0px 0px 9px;");
  1406. else
  1407. $(this).attr("style", "color:#8590A6");
  1408. });
  1409.  
  1410. //评论区举报按钮
  1411. $(".ZDI--FlagFill24").parent().parent().hover(function() {
  1412. $(this).attr("style", "color:brown");
  1413. }, function() {
  1414. $(this).attr("style", "color:#8590A6");
  1415. });
  1416.  
  1417. /*
  1418. $(".Zi--Bell").parent().parent().hover(function () {
  1419. $(this).find(".Zi--Bell path").attr("fill", "#FACB62");
  1420. }, function () {
  1421. if ($(".PushNotifications-content").length == 0) //没有通知框,恢复原色
  1422. {
  1423. if ($("html").attr("data-theme") == "light") //日间模式
  1424. {
  1425. $(this).find(".Zi--Bell path").attr("fill", "rgb(68,68,68)");
  1426. }
  1427. else //夜间模式
  1428. {
  1429. $(this).find(".Zi--Bell path").attr("fill", "#8590A6");
  1430. }
  1431. }
  1432. else //有通知框,持续变色
  1433. {
  1434. $(this).find(".Zi--Bell path").attr("fill", "#FACB62");
  1435. }
  1436. });
  1437.  
  1438. $(".Zi--Bell").parent().parent().on("click", function () {
  1439. if ($(".PushNotifications-content").length == 0) {
  1440. $(this).find(".Zi--Bell path").attr("fill", "#FACB62");
  1441. }
  1442. else {
  1443. $(this).find(".Zi--Bell path").attr("fill", "currentColor");
  1444. }
  1445. });
  1446. */
  1447.  
  1448. $(".Zi--Heart.PushNotifications-tabIcon").parent().parent().hover(function() {
  1449. $(this).find(".Zi--Heart").attr("fill", "#0084FF");
  1450. }, function() {
  1451. $(this).find(".Zi--Heart").attr("fill", "currentColor");
  1452. });
  1453.  
  1454. $(".Zi--Users").parent().parent().hover(function() {
  1455. $(this).find(".Zi--Users").attr("fill", "#0084FF");
  1456. }, function() {
  1457. $(this).find(".Zi--Users").attr("fill", "currentColor");
  1458. });
  1459.  
  1460. /*
  1461. //匿名按钮
  1462. $(".Zi--Anonymous").parent().parent().hover(function() {
  1463. if ($("html").attr("data-theme") == "dark") {
  1464. $(this).find(".Zi--Anonymous").attr("fill", "#d3d3d3");
  1465. $(this).attr("style", "color:#d3d3d3;margin: 0px 0px 0px 9px;");
  1466. } else {
  1467. $(this).find(".Zi--Anonymous").attr("fill", "black");
  1468. $(this).attr("style", "color:black;margin: 0px 0px 0px 9px;");
  1469. }
  1470. }, function() {
  1471. $(this).find(".Zi--Anonymous").attr("fill", "currentColor");
  1472. $(this).attr("style", "color:#8590A6;margin: 0px 0px 0px 9px;");
  1473. });
  1474. */
  1475.  
  1476. //查看问题日志按钮
  1477. $(".Zi--Log").parent().parent().hover(function() {
  1478. $(this).find(".Zi--Log").attr("fill", "purple");
  1479. $(this).parent().attr("style", "color:purple;margin: 0px 0px 0px 9px;");
  1480. }, function() {
  1481. $(this).find(".Zi--Log").attr("fill", "currentColor");
  1482. $(this).parent().attr("style", "color:#8590A6;margin: 0px 0px 0px 9px;");
  1483. });
  1484.  
  1485. //快捷键按钮
  1486. $(".Zi--ShortCut").parent().parent().hover(function() {
  1487. $(this).find(".Zi--ShortCut").attr("fill", "#44B8A1");
  1488. $(this).attr("style", "color:#44B8A1;margin: 0px 0px 0px 9px;");
  1489. }, function() {
  1490. $(this).find(".Zi--ShortCut").attr("fill", "currentColor");
  1491. $(this).attr("style", "color:#8590A6;margin: 0px 0px 0px 9px;");
  1492. });
  1493.  
  1494. //邀请回答按钮
  1495. $(".Zi--Invite").parent().parent().hover(function() {
  1496. if ($("html").attr("data-theme") == "light") {
  1497. $(this).find(".Zi--Invite").attr("fill", "black");
  1498. $(this).attr("style", "color:black;margin: 0px 8px 0px 0px;");
  1499. } else {
  1500. $(this).find(".Zi--Invite").attr("fill", "white");
  1501. $(this).attr("style", "color:white;margin: 0px 8px 0px 0px;");
  1502. }
  1503. }, function() {
  1504. $(this).find(".Zi--Invite").attr("fill", "currentColor");
  1505. $(this).attr("style", "color:#8590A6;margin: 0px 8px 0px 0px;");
  1506. });
  1507.  
  1508. //删除草稿按钮
  1509. $(".Zi--Trash").parent().parent().hover(function() {
  1510. $(this).find(".Zi--Trash").attr("fill", "#C70000");
  1511. $(this).attr("style", "color:#C70000");
  1512. }, function() {
  1513. $(this).find(".Zi--Trash").attr("fill", "currentColor");
  1514. $(this).attr("style", "color:#8590A6");
  1515. });
  1516.  
  1517. $(".SelfCollectionItem-actions .Zi--EditSurround").parent().parent().hover(function() {
  1518. $(this).find(".Zi--EditSurround").attr("fill", "orange");
  1519. $(this).attr("style", "color:orange");
  1520. }, function() {
  1521. $(this).find(".Zi--EditSurround").attr("fill", "currentColor");
  1522. $(this).attr("style", "color:#8590A6");
  1523. });
  1524.  
  1525. $(".CollectionDetailPageHeader-actions .Zi--EditSurround").parent().parent().hover(function() {
  1526. $(this).find(".Zi--EditSurround").attr("fill", "orange");
  1527. $(this).attr("style", "color:orange");
  1528. }, function() {
  1529. $(this).find(".Zi--EditSurround").attr("fill", "currentColor");
  1530. $(this).attr("style", "color:#8590A6");
  1531. });
  1532.  
  1533. $(".Zi--Emotion").parent().parent().hover(function() {
  1534. $(this).find(".Zi--Emotion").find("path").attr("fill", "#0084FF");
  1535. }, function() {
  1536. $(this).find(".Zi--Emotion").find("path").removeAttr("fill");
  1537. });
  1538.  
  1539. $(".Zi--AddImage").parent().parent().hover(function() {
  1540. $(this).find(".Zi--AddImage").find("path").attr("fill", "#0084FF");
  1541. }, function() {
  1542. $(this).find(".Zi--AddImage").find("path").removeAttr("fill");
  1543. });
  1544.  
  1545. $(".Zi--InsertImage").find("path").attr("fill", "blue");
  1546. $(".Zi--Image").find("path").attr("fill", "blue");
  1547.  
  1548. $(".Zi--InsertVideo, .Zi--FormatClear").find("path").attr("fill", "red");
  1549.  
  1550. $(".Zi--InsertFormula").find("path").attr("fill", "rgb(115,216,244)");
  1551.  
  1552. $(".Zi--InsertLink").find("path").attr("fill", "#0084FF");
  1553.  
  1554. $(".Zi--Folder").find("path").attr("fill", "#FF8C00");
  1555.  
  1556. $(".Zi--EditCircle").find("path").attr("fill", "#82480E");
  1557.  
  1558. $(".Zi--Juror").find("path").attr("fill", "brown");
  1559.  
  1560. $(".Zi--Marked").find("path").attr("fill", "blue");
  1561.  
  1562. $(".ZDI--AgreeFill24").find("path").attr("fill", "#FB7299");
  1563.  
  1564. if ($("html").attr("data-theme") == "light") {
  1565. $(".MathToolbar-button svg").attr("fill", "black");
  1566. $(".MathToolbar-paletteIcon").css("color", "black");
  1567. } else {
  1568. $(".MathToolbar-button svg").attr("fill", "#d3d3d3");
  1569. $(".MathToolbar-paletteIcon").css("color", "#d3d3d3");
  1570. }
  1571.  
  1572. $(".AnswerAdd-topicBiosButton").attr("style", "color:#0084FF");
  1573. $(".AnswerAdd-topicBiosButton .Zi--Edit").attr("fill", "#0084FF");
  1574.  
  1575. //内容管理-编辑按钮
  1576. $(".CreationCard-ActionButton .Zi--Edit").closest('.CreationCard-ActionButton').hover(function() {
  1577. $(this).find(".Zi--Trash").attr("fill", "#0084FF");
  1578. $(this).attr("style", "color:#0084FF");
  1579. }, function() {
  1580. $(this).find(".Zi--Trash").attr("fill", "currentColor");
  1581. $(this).attr("style", "color:#8590A6");
  1582. });
  1583.  
  1584. //内容管理-数据按钮
  1585. $(".css-5i9hgn .Zi--Statistics").closest('a').hover(function() {
  1586. $(this).find(".Zi--Statistics").attr("fill", "#8763f2");
  1587. $(this).attr("style", "color:#8763f2");
  1588. }, function() {
  1589. $(this).find(".Zi--Statistics").attr("fill", "currentColor");
  1590. $(this).attr("style", "color:#8590A6");
  1591. });
  1592.  
  1593. //内容管理-更多按钮的具体菜单项
  1594. $('.Button.Menu-item.css-cn5m5x').each(function() {
  1595. if ($(this).find('.Zi--Check').length > 0) {
  1596. if ($('html').attr('data-theme') == 'light') {
  1597. $(this).attr("style", "color:black; background:#f6f6f6");
  1598. } else {
  1599. $(this).attr("style", "color:#d3d3d3; background:#1b1b1b");
  1600. }
  1601. }
  1602. })
  1603.  
  1604. $(".Zi--Document").parent().parent().hover(function() {
  1605. $(this).find(".Zi--Document").find("path").attr("fill", "#FF8C00");
  1606. $(this).attr("style", "color:#FF8C00");
  1607. }, function() {
  1608. $(this).find(".Zi--Document").find("path").removeAttr("fill");
  1609. $(this).attr("style", "color:#8590A6");
  1610. });
  1611.  
  1612.  
  1613. $(".Zi--Time").parent().hover(function() {
  1614. if ($("html").attr("data-theme") == "light") {
  1615. $(this).find(".Zi--Time").find("path").attr("fill", "black");
  1616. $(this).attr("style", "color:black");
  1617. } else {
  1618. $(this).find(".Zi--Time").find("path").attr("fill", "white");
  1619. $(this).attr("style", "color:white");
  1620. }
  1621. }, function() {
  1622. $(this).find(".Zi--Time").find("path").removeAttr("fill");
  1623. $(this).attr("style", "color:#8590A6");
  1624. });
  1625.  
  1626. $(".Zi--Deliver").parent().parent().hover(function() {
  1627. if ($(this).hasClass('css-1uan5v7')) //专栏列表上方的"推荐文章"按钮
  1628. {
  1629. $('.css-119896g').hover(function() {
  1630. $(this).find(".Zi--Deliver").find("path").attr("fill", "#02E6B8");
  1631. $(this).attr("style", "color:#02E6B8");
  1632. }, function() {
  1633. $(this).find(".Zi--Deliver").find("path").removeAttr("fill");
  1634. $(this).attr("style", "color:#8590A6");
  1635. })
  1636. } else //专栏文章下方的"申请转载"按钮
  1637. {
  1638. $(this).find(".Zi--Deliver").find("path").attr("fill", "#02E6B8");
  1639. $(this).attr("style", "color:#02E6B8");
  1640. }
  1641. }, function() {
  1642. if (!$(this).hasClass('css-1uan5v7')) //专栏文章下方的"申请转载"按钮
  1643. {
  1644. $(this).find(".Zi--Deliver").find("path").removeAttr("fill");
  1645. $(this).attr("style", "color:#8590A6");
  1646. }
  1647. });
  1648.  
  1649. $(".Zi--FullscreenEnter").parent().parent().hover(function() {
  1650. $(this).find(".Zi--FullscreenEnter").find("path").attr("fill", "#0084FF");
  1651. $(this).attr("style", "color:#0084FF");
  1652. }, function() {
  1653. $(this).find(".Zi--FullscreenEnter").find("path").removeAttr("fill");
  1654. $(this).attr("style", "color:#8590A6");
  1655. });
  1656.  
  1657. $(".Zi--FullscreenExit").parent().parent().hover(function() {
  1658. $(this).find(".Zi--FullscreenExit").find("path").attr("fill", "#0084FF");
  1659. $(this).attr("style", "color:#0084FF");
  1660. }, function() {
  1661. $(this).find(".Zi--FullscreenExit").find("path").removeAttr("fill");
  1662. $(this).attr("style", "color:#8590A6");
  1663. });
  1664.  
  1665. $(".AnswerForm-exitFullscreenButton").hover(function() {
  1666. $(this).find(".AnswerForm-exitFullscreenButton").find("path").attr("fill", "#0084FF");
  1667. $(this).attr("style", "color:#0084FF");
  1668. }, function() {
  1669. $(this).find(".AnswerForm-exitFullscreenButton").find("path").removeAttr("fill");
  1670. $(this).attr("style", "color:#8590A6");
  1671. });
  1672.  
  1673. $(".Notifications-footer .Zi--Settings").parent().parent().hover(function() {
  1674. $(this).find(".Zi--Settings").attr("fill", "purple");
  1675. $(this).attr("style", "color:purple");
  1676. }, function() {
  1677. $(this).find(".Zi--Settings").attr("fill", "currentColor");
  1678. $(this).attr("style", "color:#8590A6");
  1679. });
  1680.  
  1681. $(".Post-ActionMenuButton .Zi--Settings").parent().parent().hover(function() {
  1682. $(this).find(".Zi--Settings").attr("fill", "purple");
  1683. $(this).attr("style", "color:purple");
  1684. }, function() {
  1685. $(this).find(".Zi--Settings").attr("fill", "currentColor");
  1686. $(this).attr("style", "color:#8590A6");
  1687. });
  1688.  
  1689. $(".TopicActions .Zi--Settings").parent().parent().hover(function() {
  1690. $(this).find(".Zi--Settings").attr("fill", "purple");
  1691. $(this).attr("style", "color:purple");
  1692. }, function() {
  1693. $(this).find(".Zi--Settings").attr("fill", "currentColor");
  1694. $(this).attr("style", "color:#8590A6");
  1695. });
  1696.  
  1697. $(".ContentItem-action .Zi--Settings, .AnswerForm-footerRight .Zi--Settings").parent().parent().hover(function() {
  1698. $(this).find(".Zi--Settings").attr("fill", "purple");
  1699. $(this).attr("style", "color:purple");
  1700. }, function() {
  1701. $(this).find(".Zi--Settings").attr("fill", "currentColor");
  1702. $(this).attr("style", "color:#8590A6");
  1703. });
  1704. /*
  1705. //无障碍按钮
  1706. $('.AppHeaderProfileMenu .ZDI--HeartFill16').parent().hover(function() {
  1707. $(this).find(".ZDI--HeartFill16").attr("fill", "#ff7d7d");
  1708. $(this).attr("style", "color:#ff7d7d");
  1709. }, function() {
  1710. if ($("html").attr("data-theme") == "light") {
  1711. $(this).find(".ZDI--HeartFill16").attr("fill", "black");
  1712. $(this).attr("style", "color:black");
  1713. } else {
  1714. $(this).find(".ZDI--HeartFill16").attr("fill", "#d3d3d3");
  1715. $(this).attr("style", "color:#d3d3d3");
  1716. }
  1717. });
  1718.  
  1719. //设置按钮
  1720. $(".AppHeaderProfileMenu .ZDI--GearFill24").parent().hover(function() {
  1721. $(this).find(".ZDI--GearFill24").attr("fill", "purple");
  1722. $(this).attr("style", "color:purple");
  1723. }, function() {
  1724. if ($("html").attr("data-theme") == "light") {
  1725. $(this).find(".ZDI--GearFill24").attr("fill", "black");
  1726. $(this).attr("style", "color:black");
  1727. } else {
  1728. $(this).find(".ZDI--GearFill24").attr("fill", "#d3d3d3");
  1729. $(this).attr("style", "color:#d3d3d3");
  1730. }
  1731. });
  1732.  
  1733. //退出按钮
  1734. $(".AppHeaderProfileMenu .ZDI--PowerFill24").parent().hover(function() {
  1735. $(this).find(".ZDI--PowerFill24").attr("fill", "red");
  1736. $(this).attr("style", "color:red");
  1737. }, function() {
  1738. if ($("html").attr("data-theme") == "light") {
  1739. $(this).find(".ZDI--PowerFill24").attr("fill", "black");
  1740. $(this).attr("style", "color:black");
  1741. } else {
  1742. $(this).find(".ZDI--PowerFill24").attr("fill", "#d3d3d3");
  1743. $(this).attr("style", "color:#d3d3d3");
  1744. }
  1745. });
  1746.  
  1747. //我的主页按钮
  1748. $(".AppHeaderProfileMenu .ZDI--UserFill24").parent().hover(function() {
  1749. $(this).find(".ZDI--UserFill24").attr("fill", "#08a500");
  1750. $(this).attr("style", "color:#08a500");
  1751. }, function() {
  1752. if ($("html").attr("data-theme") == "light") {
  1753. $(this).find(".ZDI--UserFill24").attr("fill", "black");
  1754. $(this).attr("style", "color:black");
  1755. } else {
  1756. $(this).find(".ZDI--UserFill24").attr("fill", "#d3d3d3");
  1757. $(this).attr("style", "color:#d3d3d3");
  1758. }
  1759. });
  1760.  
  1761. //关怀版按钮
  1762. $(".AppHeaderProfileMenu .ZDI--ElderFill16").parent().hover(function() {
  1763. $(this).find(".ZDI--ElderFill16").attr("fill", "#0084FF");
  1764. $(this).attr("style", "color:#0084FF");
  1765. }, function() {
  1766. if ($("html").attr("data-theme") == "light") {
  1767. $(this).find(".ZDI--ElderFill16").attr("fill", "black");
  1768. $(this).attr("style", "color:black");
  1769. } else {
  1770. $(this).find(".ZDI--ElderFill16").attr("fill", "#d3d3d3");
  1771. $(this).attr("style", "color:#d3d3d3");
  1772. }
  1773. });
  1774. */
  1775. $('.ZDI--UserFill24').closest('.AppHeaderProfileMenu-item').addClass('UserFill24');
  1776. $('.ZDI--HeartFill16').closest('.AppHeaderProfileMenu-item').addClass('HeartFill16');
  1777. $('.ZDI--ElderFill16').closest('.AppHeaderProfileMenu-item').addClass('ElderFill16');
  1778. $('.ZDI--GearFill24').closest('.AppHeaderProfileMenu-item').addClass('GearFill24');
  1779. $('.ZDI--PowerFill24').closest('.AppHeaderProfileMenu-item').addClass('PowerFill24');
  1780.  
  1781. $(".CommentMoreReplyButton .Button").hover(function() {
  1782. $(this).attr("style", "color:#00FF7F");
  1783. }, function() {
  1784. $(this).attr("style", "color:#8590A6");
  1785. });
  1786.  
  1787. $(".CommentCollapseButton").hover(function() {
  1788. $(this).find("Zi--ArrowUp").attr("fill", "#0084FF");
  1789. $(this).css({
  1790. "color": "#0084FF"
  1791. });
  1792.  
  1793. }, function() {
  1794. $(this).find("Zi--ArrowUp").attr("fill", "currentColor");
  1795. $(this).css({
  1796. "color": "#8590A6"
  1797. });
  1798.  
  1799. });
  1800.  
  1801. //点击评论列表右下角出现的"收起评论"时,将评论按钮恢复灰色
  1802. $(".CommentCollapseButton").on("click", function() {
  1803. let $t = $(this).closest(".Comments-container").prev().find(".Zi--Comment").parent().parent();
  1804. $t.find(".Zi--Comment").attr("fill", "currentColor");
  1805. $t.attr("style", "color:#8590A6");
  1806. });
  1807.  
  1808. $(".ContentItem-time:not(.css-18wtfyc)").each(function() {
  1809. $(this).find("a").attr("style", "border-bottom: 1px solid rgba(133,144,166,.72)");
  1810. });
  1811.  
  1812. $(".Button.ContentItem-action.ContentItem-rightButton.Button--plain").attr("style", "color:#175199");
  1813. $(".QuestionRichText-more").attr("style", "color:#0084FF");
  1814. $(".QuestionHeader-actions .Button").attr("style", "color:#0084FF");
  1815.  
  1816. $(".Zi--Switch").attr("fill", "#0084FF");
  1817. $(".Zi--Switch").parent().parent().css("color", "#0084FF");
  1818.  
  1819. $(".Zi--Select").attr("fill", "#0084FF");
  1820. $(".Zi--Select").parent().css("color", "#0084FF");
  1821.  
  1822. $(".Zi--Dots").hover(function() {
  1823. $(this).find("path").attr("fill", "#0084FF");
  1824. }, function() {
  1825. $(this).find("path").attr("fill", "#8590A6");
  1826. });
  1827.  
  1828. $(".Zi--FormatCode").find("path").attr("fill", "#0084FF");
  1829.  
  1830. $(".List-headerText").css("top", "-5px");
  1831.  
  1832. $(".Post-ActionMenu .Button.Menu-item.Button--plain .Zi--Check").each(function() {
  1833. $(this).parent().parent().parent().addClass('is-active');
  1834. });
  1835.  
  1836.  
  1837. $(".AnswerItem-selectMenuItem .Zi--Check, .CommentPermission-item .Zi--Check").each(function() {
  1838. $(this).parent().parent().parent().addClass('is-active');
  1839. });
  1840.  
  1841. /*
  1842. $(".AnswerItem-selectMenuItem").hover(function () {
  1843. if ($("html").attr("data-theme") == "dark")
  1844. $(this).attr("style", "color:#d3d3d3");
  1845. else
  1846. $(this).attr("style", "color:black");
  1847. }, function () {
  1848. if ($(this).find(".Zi--Check").length == 0)
  1849. $(this).attr("style", "color:#8590A6");
  1850. });
  1851.  
  1852. $(".CommentPermission-item").hover(function () {
  1853. if ($("html").attr("data-theme") == "dark")
  1854. $(this).attr("style", "color:#d3d3d3");
  1855. else
  1856. $(this).attr("style", "color:black");
  1857. }, function () {
  1858. if ($(this).find(".Zi--Check").length == 0)
  1859. $(this).attr("style", "color:#8590A6");
  1860. });
  1861. */
  1862.  
  1863. /*
  1864. $(".AnswerAdd-toggleAnonymous").hover(function() {
  1865. $(this).attr("style", "color:#0084FF");
  1866. }, function() {
  1867. $(this).attr("style", "color:#8590A6");
  1868. });
  1869. */
  1870.  
  1871. $(".DisclaimerEntry").hover(function() {
  1872. if ($("html").attr("data-theme") == "dark") {
  1873. $(this).find("path").attr("fill", "#d3d3d3");
  1874. $(this).find("button").attr("style", "color:#d3d3d3");
  1875. } else {
  1876. $(this).find("path").attr("fill", "black");
  1877. $(this).find("button").attr("style", "color:black");
  1878. }
  1879. }, function() {
  1880. $(this).find("path").attr("fill", "currentColor");
  1881. $(this).find("button").attr("style", "color:#8590A6");
  1882. });
  1883.  
  1884. $(".ImageView.CommentRichText-ImageView.is-active").css({
  1885. "z-index": "1000"
  1886. });
  1887.  
  1888. if ($(".css-70qvj9 .Zi--CheckboxOn").length > 0)
  1889. $(".css-70qvj9 .css-1d83bu8").attr("style", "color:#0084FF");
  1890. if ($(".css-70qvj9 .Zi--CheckboxOff").length > 0)
  1891. $(".css-70qvj9 .css-1d83bu8").attr("style", "color:#8590A6");
  1892.  
  1893. if ($.cookie('nightmode') == undefined)
  1894. $.cookie('nightmode', 0, {
  1895. expires: 365,
  1896. path: "/",
  1897. domain: "zhihu.com"
  1898. });
  1899.  
  1900. var $nightmode = $('<div><button id=\"nightmode\" class="nightmode" style=\"margin-left:15px; margin-top:6px; user-select:none; -webkit-user-select:none; width:100px\">' +
  1901. '<img style=\"vertical-align:middle; width:18px; height:18px; user-select:none; -webkit-user-select:none; \" src=\"' + dark + '\">' +
  1902. '<span style=\"vertical-align:middle; user-select:none; -webkit-user-select:none; \" > 夜间模式</span></button></div>');
  1903.  
  1904.  
  1905. $nightmode.click(function() {
  1906. if ($("html").attr("data-theme") == "light") {
  1907. $("html").attr("data-theme", "dark");
  1908. $(this).find("img").attr("src", light).attr("style", "vertical-align:middle; width:20px; height:20px;");
  1909. $(this).find("span").text(" 日间模式");
  1910. $.cookie('nightmode', 1, {
  1911. expires: 365,
  1912. path: "/",
  1913. domain: "zhihu.com"
  1914. });
  1915. } else {
  1916. $("html").attr("data-theme", "light");
  1917. $(this).find("img").attr("src", dark).attr("style", "vertical-align:middle; width:18px; height:18px;");
  1918. $(this).find("span").text(" 夜间模式");
  1919. $.cookie('nightmode', 0, {
  1920. expires: 365,
  1921. path: "/",
  1922. domain: "zhihu.com"
  1923. });
  1924. }
  1925. });
  1926.  
  1927. if ($("#nightmode").length == 0) {
  1928. $(".SearchBar").after($nightmode);
  1929.  
  1930. var $nightmode_question_log = $('<button id=\"nightmode\" class="nightmode" style=\"background:transparent; user-select: none; border:none; margin-top:11px; color:#eee; cursor:pointer; width:80px\">' +
  1931. '<img style=\"vertical-align:middle; width:18px; height:18px; user-select:none; -webkit-user-select:none; \" src=\"' + dark + '\">' +
  1932. '<span style=\"vertical-align:middle; user-select:none; -webkit-user-select:none; \" > 夜间模式</span></button>');
  1933.  
  1934. $nightmode_question_log.hover(function() {
  1935. $(this).find('span').css('color', 'white');
  1936. }, function() {
  1937. $(this).find('span').css('color', '#eee');
  1938. });
  1939.  
  1940. $("#zu-top-add-question").before($nightmode_question_log); //问题日志
  1941.  
  1942. $nightmode_question_log.click(function() {
  1943. if ($("html").attr("data-theme") == "light") {
  1944. $("html").attr("data-theme", "dark");
  1945. $(this).find("img").attr("src", light).attr("style", "vertical-align:middle; width:20px; height:20px;");
  1946. $(this).find("span").text(" 日间模式");
  1947. $.cookie('nightmode', 1, {
  1948. expires: 365,
  1949. path: "/",
  1950. domain: "zhihu.com"
  1951. });
  1952. } else {
  1953. $("html").attr("data-theme", "light");
  1954. $(this).find("img").attr("src", dark).attr("style", "vertical-align:middle; width:18px; height:18px;");
  1955. $(this).find("span").text(" 夜间模式");
  1956. $.cookie('nightmode', 0, {
  1957. expires: 365,
  1958. path: "/",
  1959. domain: "zhihu.com"
  1960. });
  1961. }
  1962. });
  1963.  
  1964.  
  1965. var $nightmode_vip = $('<button id=\"nightmode\" class="nightmode" style=\"background:transparent; user-select: none; border:none; margin-left:15px; margin-top:15px; color:#eee; cursor:pointer; width:100px\">' +
  1966. '<img style=\"vertical-align:middle; width:18px; height:18px; user-select:none; -webkit-user-select:none; \" src=\"' + dark + '\">' +
  1967. '<span style=\"vertical-align:middle; user-select:none; -webkit-user-select:none; font-size:15px;\" > 夜间模式</span></button>');
  1968.  
  1969. $nightmode_vip.hover(function() {
  1970. $(this).find('span').css('color', 'white');
  1971. }, function() {
  1972. $(this).find('span').css('color', '#eee');
  1973. });
  1974.  
  1975. $(".TopNavBar-root-f2drS .TopNavBar-searchBar-uo31N").after($nightmode_vip);
  1976.  
  1977. $nightmode_vip.click(function() {
  1978. if ($("html").attr("data-theme") == "light") {
  1979. $("html").attr("data-theme", "dark");
  1980. $(this).find("img").attr("src", light).attr("style", "vertical-align:middle; width:20px; height:20px;");
  1981. $(this).find("span").text(" 日间模式");
  1982. $.cookie('nightmode', 1, {
  1983. expires: 365,
  1984. path: "/",
  1985. domain: "zhihu.com"
  1986. });
  1987. } else {
  1988. $("html").attr("data-theme", "light");
  1989. $(this).find("img").attr("src", dark).attr("style", "vertical-align:middle; width:18px; height:18px;");
  1990. $(this).find("span").text(" 夜间模式");
  1991. $.cookie('nightmode', 0, {
  1992. expires: 365,
  1993. path: "/",
  1994. domain: "zhihu.com"
  1995. });
  1996. }
  1997. });
  1998.  
  1999. var $nightmode_zhuanlan = $nightmode.clone(true);
  2000. $nightmode_zhuanlan.find('button').css({
  2001. "margin": "0px 50px 0px 0px"
  2002. });
  2003.  
  2004. $(".ColumnPageHeader-WriteButton").before($nightmode_zhuanlan); //专栏文章
  2005. $(".PublishPanel-wrapper").before($nightmode_zhuanlan); //写文章
  2006. }
  2007.  
  2008. if ($(".TopNavBar-root-f2drS.TopNavBar-fixMode-4nQmh").length > 0 && $(".TopNavBar-root-f2drS.TopNavBar-fixMode-4nQmh #nightmode").length == 0) //VIP页固定悬浮导航栏
  2009. {
  2010. var $nightmode_vip2 = $('<div><button id=\"nightmode\" class="nightmode" style=\"margin-left:15px; margin-top:15px; user-select:none; -webkit-user-select:none; width:100px; padding: 0;cursor: pointer;background: none;border: none;outline: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;\">' +
  2011. '<img style=\"vertical-align:middle; width:18px; height:18px; user-select:none; -webkit-user-select:none; \" src=\"' + dark + '\">' +
  2012. '<span style=\"vertical-align:middle; user-select:none; -webkit-user-select:none; font-size:15px;\" > 夜间模式</span></button></div>');
  2013.  
  2014. $(".TopNavBar-root-f2drS.TopNavBar-fixMode-4nQmh .TopNavBar-userInfo-bqiw4").before($nightmode_vip2);
  2015.  
  2016.  
  2017. $nightmode_vip2.click(function() {
  2018. if ($("html").attr("data-theme") == "light") {
  2019. $("html").attr("data-theme", "dark");
  2020. $(this).find("img").attr("src", light).attr("style", "vertical-align:middle; width:20px; height:20px;");
  2021. $(this).find("span").text(" 日间模式");
  2022. $.cookie('nightmode', 1, {
  2023. expires: 365,
  2024. path: "/",
  2025. domain: "zhihu.com"
  2026. });
  2027. } else {
  2028. $("html").attr("data-theme", "light");
  2029. $(this).find("img").attr("src", dark).attr("style", "vertical-align:middle; width:18px; height:18px;");
  2030. $(this).find("span").text(" 夜间模式");
  2031. $.cookie('nightmode', 0, {
  2032. expires: 365,
  2033. path: "/",
  2034. domain: "zhihu.com"
  2035. });
  2036. }
  2037. });
  2038. }
  2039.  
  2040. if(prefersColorScheme == 1)
  2041. {
  2042. const is_sys_darkmode = Number(window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches)
  2043. if(is_sys_darkmode != $.cookie('nightmode'))
  2044. $.cookie('nightmode', is_sys_darkmode, {
  2045. expires: 365,
  2046. path: "/",
  2047. domain: "zhihu.com"
  2048. })
  2049. }
  2050.  
  2051. if ($.cookie('nightmode') == 1) {
  2052. $("html").attr("data-theme", "dark");
  2053. $(".nightmode").find("img").attr("src", light).attr("style", "vertical-align:middle; width:20px; height:20px;");
  2054. $(".nightmode").each(function() {
  2055. if ($(this).find("span").text().indexOf(" 日间模式") == -1)
  2056. $(this).find("span").text(" 日间模式");
  2057. });
  2058. } else {
  2059. $("html").attr("data-theme", "light");
  2060. $(".nightmode").find("img").attr("src", dark).attr("style", "vertical-align:middle; width:18px; height:18px;");
  2061. $(".nightmode").each(function() {
  2062. if ($(this).find("span").text().indexOf(" 夜间模式") == -1)
  2063. $(this).find("span").text(" 夜间模式");
  2064. });
  2065. }
  2066.  
  2067. //自动展开楼中楼评论
  2068. $('.css-7dh30y').each(function() {
  2069. if ($(this).text().indexOf('展开') > -1) {
  2070. $(this).click();
  2071. }
  2072. })
  2073.  
  2074. $(".css-6f4i93").hide();
  2075. }
  2076.  
  2077. let index_addstyle = 0;
  2078.  
  2079. function index() {
  2080. if (index_addstyle == 0) {
  2081. GM_addStyle(`.ContentItem-action {margin-left: 16px;}
  2082. .App-main .Topstory div[style="opacity: 1;"]{display:none!important}
  2083. .App-main .Topstory div[style="height: 180px;"]{display:none!important}
  2084. `);
  2085. index_addstyle = 1;
  2086. }
  2087.  
  2088. setInterval(function() {
  2089.  
  2090. if(hideFeedSource==1)
  2091. {
  2092. if(window.location.href.indexOf('/follow')>-1)
  2093. {
  2094. $('.TopstoryItem').each(function(){
  2095. let FeedSource=$(this).find('.FeedSource-firstline').text()
  2096. if(FeedSource.indexOf('赞同')>-1 || FeedSource.indexOf('收藏')>-1)
  2097. {
  2098. $(this).hide();
  2099. }
  2100. });
  2101. }
  2102. }
  2103.  
  2104. if ($('header.AppHeader').length > 0) {
  2105. if (!$('header.AppHeader').hasClass('css-1x8hcdw'))
  2106. $('header.AppHeader').addClass('css-1x8hcdw');
  2107. let arr1 = $('header.AppHeader').attr('class').split(' ');
  2108. let arr2 = "Sticky AppHeader is-hidden is-fixed css-1x8hcdw".split(' ');
  2109. let arr = arr1.filter(x => arr2.includes(x)); //交集
  2110. $('header.AppHeader').attr('class', arr.join(' '));
  2111. }
  2112.  
  2113. if ($('.SearchBar-input').length > 0) {
  2114. if (!$('.SearchBar-input').hasClass('css-11bw1mm'))
  2115. $('.SearchBar-input').addClass('css-11bw1mm');
  2116. let arr1 = $('.SearchBar-input').attr('class').split(' ');
  2117. let arr2 = "SearchBar-input SearchBar-input--focus css-11bw1mm Input-wrapper QZcfWkCJoarhIYxlM_sG Input-wrapper--grey is-focus evPjxqnqXpIBzSRrcIDv".split(' ');
  2118. let arr = arr1.filter(x => arr2.includes(x)); //交集
  2119. $('.SearchBar-input').attr('class', arr.join(' '));
  2120. }
  2121.  
  2122. if ($('.SearchBar-searchIcon').length > 0) {
  2123. if (!$('.SearchBar-searchIcon').hasClass('css-1dlt5yv'))
  2124. $('.SearchBar-searchIcon').addClass('css-1dlt5yv');
  2125. let arr1 = $('.SearchBar-searchIcon').attr('class').split(' ');
  2126. let arr2 = "Zi Zi--Search SearchBar-searchIcon css-1dlt5yv".split(' ');
  2127. let arr = arr1.filter(x => arr2.includes(x)); //交集
  2128. $('.SearchBar-searchIcon').attr('class', arr.join(' '));
  2129. }
  2130.  
  2131. if ($('.SearchBar-askButton').length > 0) {
  2132. $('.SearchBar-askButton').removeClass('css-47os02');
  2133. }
  2134.  
  2135. if (!$('.Tabs-link.AppHeader-TabsLink').hasClass('css-1f6tgea')) {
  2136. $('.Tabs-link.AppHeader-TabsLink').removeClass('css-11e2zdz').addClass('css-1f6tgea');
  2137. }
  2138. if ($('.AppHeader-inner .css-1hlrcxk').attr('fill') != '#0066FF') {
  2139. $('.AppHeader-inner .css-1hlrcxk').attr('fill', '#0066FF');
  2140. }
  2141. if (!$('.SearchBar-input').hasClass('css-11bw1mm')) {
  2142. $('.SearchBar-input').removeClass('css-v1juu7').addClass('css-11bw1mm');
  2143. }
  2144. if (!$('.SearchBar-searchIcon').hasClass('css-1dlt5yv')) {
  2145. $('.SearchBar-searchIcon').removeClass('css-1mo564z').addClass('css-1dlt5yv');
  2146. }
  2147. if (!$('.SearchBar-askButton').hasClass('css-3q84jd')) {
  2148. $('.SearchBar-askButton').removeClass('css-146z333').removeClass('css-rf6mh0').addClass('css-3q84jd');
  2149. }
  2150. if (!$('.AppHeader-userInfo .Zi').hasClass('css-7dgah8')) {
  2151. $('.AppHeader-userInfo .Zi').removeClass('css-1iyiq0j').addClass('css-7dgah8');
  2152. }
  2153. }, 100);
  2154.  
  2155. setTimeout(function() {
  2156. $('.ContentItem.ZVideoItem').closest('.TopstoryItem').hide(); //隐藏视频信息流
  2157. $('.VideoAnswerPlayer').closest('.TopstoryItem').hide(); //隐藏视频回答
  2158. $('.ContentItem.EduSectionItem').closest('.TopstoryItem').hide(); //隐藏视频信息流
  2159. $('.ContentItem.ZVideoItem').remove();
  2160. $('.VideoAnswerPlayer').remove();
  2161. $('.ContentItem.EduSectionItem').remove();
  2162. }, 500);
  2163.  
  2164. if (hideIndexSidebar == 1) {
  2165. $('#TopstoryContent .css-cazg48').removeClass('css-cazg48').addClass('css-1tane06');
  2166. $('#TopstoryContent .css-yhjwoe').css('padding', '16px 52px');
  2167. }
  2168.  
  2169. $(".Zi--Hot").find("path").css({
  2170. "fill": "red"
  2171. });
  2172.  
  2173. $(".Zi--Share").closest(".Button").hover(function() {
  2174. $(this).find("path").css({
  2175. "fill": "blue"
  2176. });
  2177. $(this).css({
  2178. "color": "blue"
  2179. });
  2180. }, function() {
  2181. $(this).find("path").css({
  2182. "fill": "#8590A6"
  2183. });
  2184. $(this).css({
  2185. "color": "#8590A6"
  2186. });
  2187. });
  2188.  
  2189. $(".TopstoryItem").each(function() {
  2190. if (!($(this).find(".ContentItem-time:not(.css-18wtfyc)").hasClass("full")) && $(this).find(".ContentItem-time:not(.css-18wtfyc)").length > 0 && $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").text() != null) {
  2191. if ($(this).find(".ContentItem-time:not(.css-18wtfyc)").text().indexOf("发布于") == -1 && $(this).find(".ContentItem-time:not(.css-18wtfyc)").text().indexOf("编辑于") > -1) //只有"编辑于"时增加具体发布时间data-tooltip
  2192. {
  2193. let data_tooltip = $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").attr("data-tooltip");
  2194. var oldtext = $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").text();
  2195. $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").text(data_tooltip + "\xa0\xa0,\xa0\xa0" + oldtext);
  2196. $(this).find(".ContentItem-time:not(.css-18wtfyc)").addClass("full");
  2197. } else if ($(this).find(".ContentItem-time:not(.css-18wtfyc)").text().indexOf("发布于") > -1 && $(this).find(".ContentItem-time:not(.css-18wtfyc)").text().indexOf("编辑于") == -1) //只有"发布于"时替换为具体发布时间data-tooltip
  2198. {
  2199. let data_tooltip = $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").attr("data-tooltip");
  2200. $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").text(data_tooltip);
  2201. $(this).find(".ContentItem-time:not(.css-18wtfyc)").addClass("full");
  2202. }
  2203.  
  2204. //发布时间置顶
  2205. if (publishTop == 1) {
  2206. if ($(this).find(".ContentItem-time:not(.css-18wtfyc)").parent().hasClass("css-18wtfyc") && !$(this).find('.ContentItem-time.css-18wtfyc').hasClass('full')) {
  2207. let temp_out_time = $(this).find('.ContentItem-time.css-18wtfyc').clone();
  2208. $(this).find('.ContentItem-time.css-18wtfyc').hide();
  2209. $(this).find(".ContentItem-meta").append(temp_out_time);
  2210. $(this).find('.ContentItem-time.css-18wtfyc').addClass('full');
  2211. } else if (!$(this).find(".ContentItem-time:not(.css-18wtfyc)").parent().hasClass("ContentItem-meta")) {
  2212. let temp_time = $(this).find(".ContentItem-time:not(.css-18wtfyc)").clone();
  2213. $(this).find(".RichContent .ContentItem-time:not(.css-18wtfyc)").hide();
  2214. $(this).find(".ContentItem-meta").append(temp_time);
  2215. }
  2216. }
  2217. }
  2218.  
  2219. });
  2220.  
  2221. $(".Card.GlobalSideBar-category>a").hide();
  2222.  
  2223. $('.LoadingBar').removeClass('is-active');
  2224.  
  2225. $(".Zi--Disinterested").parent().parent().hover(function() {
  2226. $(this).find(".Zi--Disinterested").attr("fill", "rgb(252,96,123)");
  2227. $(this).attr("style", "color:rgb(252,96,123)");
  2228. }, function() {
  2229. $(this).find(".Zi--Disinterested").attr("fill", "currentColor");
  2230. $(this).attr("style", "color:#8590A6");
  2231. });
  2232.  
  2233. //首页隐藏侧边栏
  2234. if (hideIndexSidebar == 1) //隐藏侧边栏并拉宽内容
  2235. {
  2236. $('.css-1qyytj7').hide();
  2237. $(".GlobalSideBar").hide();
  2238. $(".GlobalLeftSideBar").hide();
  2239. //$(".Topstory-mainColumn").width($(".Topstory-container").width());
  2240. $(".Topstory-mainColumn").width("1000px");
  2241. } else if (hideIndexSidebar == 2) //隐藏侧边栏,仅水平居中内容,不拉宽
  2242. {
  2243. $('.css-1qyytj7').hide();
  2244. $(".GlobalSideBar").hide();
  2245. $(".GlobalLeftSideBar").hide();
  2246. $(".Topstory-container").attr("style", "display:flex;justify-content:center;");
  2247. }
  2248.  
  2249. //首页回答举报按钮、不感兴趣按钮
  2250. $(".ContentItem-actions").each(function() {
  2251.  
  2252. if (window.location.href.indexOf('/follow') == -1 && $(this).find(".Zi--Disinterested").length == 0 && $(this).find(".Zi--Settings").length == 0) //未添加不感兴趣 且 不是自己的回答
  2253. {
  2254. let $question_dot = $(this).find(".Zi--Dots").closest(".ContentItem-action");
  2255. $question_dot.hide();
  2256. let button_text = '<button type=\"button\" class=\"Button ContentItem-action Button--plain Button--withIcon Button--withLabel\"><span style=\"display: inline-flex; align-items: center;\"><svg class=\"Zi Zi--Disinterested\" fill=\"currentColor\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"3931\" width=\"14\" height=\"14\"><path d=\"M512 32C251.4285715625 32 32 251.4285715625 32 512s219.4285715625 480 480 480 480-219.4285715625 480-480-219.4285715625-480-480-480z m205.7142853125 617.142856875c20.5714284375 20.5714284375 20.5714284375 48 0 61.714286249999994-20.5714284375 20.5714284375-48 20.5714284375-61.714285312499996 0l-137.142856875-137.1428578125L374.857143125 717.7142853125c-20.5714284375 20.5714284375-48 20.5714284375-68.5714284375 0s-20.5714284375-54.857143125 0-68.5714284375l144-144-137.1428578125-137.142856875c-20.5714284375-13.714285312500001-20.5714284375-41.142856875 0-61.714285312499996 20.5714284375-20.5714284375 48-20.5714284375 61.714286249999994 0l137.142856875 137.142856875 144-144c20.5714284375-20.5714284375 48-20.5714284375 68.5714284375 0 20.5714284375 20.5714284375 20.5714284375 48 0 68.5714284375L580.5714284375 512l137.142856875 137.142856875z\" p-id=\"3932\"></path></svg></span> 不感兴趣</button>';
  2257. let $disinterested = $(button_text);
  2258. $disinterested.bind("click", function() {
  2259. $question_dot.find("button").click();
  2260. $(".Menu.AnswerItem-selfMenu").find("button").each(function() { //回答
  2261. if ($(this).text().indexOf("不感兴趣") > -1) {
  2262. $(this).click();
  2263. }
  2264. });
  2265. $(".Menu.ItemOptions-selfMenu").find("button").each(function() { //专栏
  2266. if ($(this).text().indexOf("不感兴趣") > -1) {
  2267. $(this).click();
  2268. }
  2269. });
  2270. $('.ZVideoToolbar-menuItem').click(); //视频
  2271. });
  2272. $question_dot.after($disinterested);
  2273. } else {
  2274. $(this).find(".Zi--Dots").closest(".ContentItem-action").hide();
  2275. }
  2276.  
  2277. if (!$(this).closest('.ContentItem').hasClass('ArticleItem') && !$(this).closest('.ContentItem').hasClass('ZVideoItem') && $(this).find(".Zi--Report").length == 0 && $(this).find(".Zi--Settings").length == 0) //非文章非视频 且 未添加举报 且 不是自己的回答
  2278. {
  2279. let $question_dot = $(this).find(".Zi--Dots").closest(".ContentItem-action");
  2280. $question_dot.hide();
  2281. var button_text = '<button type="button" class="Button ContentItem-action FEfUrdfMIKpQDJDqkjte Button--plain fEPKGkUK5jyc4fUuT0QP" style="color:#8590A6"><span style="display: inline-flex; align-items: center;">​<svg width="1.2em" height="1.2em" viewBox="0 0 24 24" class="Zi Zi--Report ZDI ZDI--FlagFill24" fill="currentColor"><path d="M12.842 4.421c-1.86-1.24-3.957-1.408-5.798-1.025-1.827.38-3.467 1.313-4.47 2.381a.75.75 0 0 0-.171.732l4.44 14.546a.75.75 0 1 0 1.434-.438l-1.08-3.542c.025-.018.053-.036.083-.054.298-.184.801-.415 1.568-.523 1.386-.197 2.307.129 3.341.543l.187.075c1.005.405 2.161.872 3.791.804 1.401-.003 2.707-.45 3.67-1.015.483-.284.903-.612 1.212-.953.284-.312.581-.752.581-1.255V5.046a.75.75 0 0 0-1.17-.622c-1.82 1.23-4.881 1.823-7.618-.003Z"></path></svg></span> 举报</button>'
  2282. var $report = $(button_text);
  2283. $report.bind("click", function() {
  2284. $question_dot.find("button").click();
  2285. $(".Menu.AnswerItem-selfMenu").hide();
  2286. $(".Menu.AnswerItem-selfMenu").find("button").each(function() {
  2287. if ($(this).text().indexOf("举报") > -1)
  2288. $(this).click();
  2289. });
  2290. });
  2291. $question_dot.after($report);
  2292. } else {
  2293. $(this).find(".Zi--Dots").closest(".ContentItem-action").hide();
  2294. }
  2295.  
  2296. });
  2297.  
  2298. //视频清晰度自动选择超清
  2299. if ($('#player > div > div > div._1sxyvns > div._1jqeghjq > div > div._1c1cvug > div:nth-child(2) > div:nth-child(2) > button > span').length > 0 && !$('#player > div > div > div._1sxyvns > div._1jqeghjq > div > div._1c1cvug > div:nth-child(2) > div:nth-child(2) > button > span').hasClass('clear')) {
  2300. if ($('#player > div > div > div._1sxyvns > div._1jqeghjq > div > div._1c1cvug > div:nth-child(2) > div:nth-child(2) > button > span').text().indexOf('超清') == -1 && $('#player > div > div > div._1sxyvns > div._1jqeghjq > div > div._1c1cvug > div:nth-child(2) > div:nth-child(2) > div').text().indexOf('超清') > -1) {
  2301. $('#player > div > div > div._1sxyvns > div._1jqeghjq > div > div._1c1cvug > div:nth-child(2) > div:nth-child(2) > div').find('button').eq(0).click();
  2302. $('#player > div > div > div._1sxyvns > div._1jqeghjq > div > div._1c1cvug > div:nth-child(2) > div:nth-child(2) > button > span').addClass('clear');
  2303. }
  2304. }
  2305.  
  2306. //显示首页信息流标签
  2307. if (flowTag == 1) {
  2308. $('.Card .Feed .ContentItem').each(function() {
  2309. if ($(this).find('.Tag').length == 0) {
  2310.  
  2311. let typebackground = "",
  2312. typename = "";
  2313. /*
  2314. let zop= $(this).attr('data-zop');
  2315. let type = JSON.parse(zop)['type'];
  2316. if(type=='answer')
  2317. {
  2318. typebackground="#0084FF";
  2319. typename='问题';
  2320. }
  2321. else if(type=='article')
  2322. {
  2323. typebackground="orange";
  2324. typename='文章';
  2325. }
  2326. else if(type=='zvideo')
  2327. {
  2328. typebackground="red";
  2329. typename='视频';
  2330. }
  2331. */
  2332. if ($(this).hasClass('AnswerItem')) {
  2333. typebackground = "#0084FF";
  2334. typename = '问题';
  2335. } else if ($(this).hasClass('ArticleItem')) {
  2336. typebackground = "orange";
  2337. typename = '文章';
  2338. } else if ($(this).hasClass('ZVideoItem') || $(this).hasClass('EduSectionItem')) {
  2339. typebackground = "red";
  2340. typename = '视频';
  2341. }
  2342.  
  2343. if (typename != "") {
  2344. let tag = '<div class="Button Tag flowTag" style="background:' + typebackground + '"><span class="Tag-content">' + typename + '</span></div>';
  2345. $(this).find('.ContentItem-title a').before($(tag));
  2346. }
  2347. }
  2348. });
  2349. }
  2350. }
  2351.  
  2352. var view_details = 0; //详细资料是否被点击的标志
  2353.  
  2354. //用户主页
  2355. function people() {
  2356. //自动点击"查看详细资料"按钮
  2357. if ($(".ProfileHeader-expandButton").text().indexOf("查看详细资料") > -1 && view_details == 0) {
  2358. $(".ProfileHeader-expandButton").click();
  2359. view_details = 1;
  2360. }
  2361.  
  2362. if (hideProfileSidebar == 1) //隐藏侧边栏并拉宽内容
  2363. {
  2364. $(".Profile-sideColumn").hide();
  2365. $(".Profile-mainColumn").width($(".Profile-main").width());
  2366. } else if (hideProfileSidebar == 2) //隐藏侧边栏,仅水平居中内容,不拉宽
  2367. {
  2368. $(".Profile-sideColumn").hide();
  2369. $(".Profile-main").attr("style", "display:flex;justify-content:center;");
  2370. }
  2371.  
  2372. $(".ContentItem.AnswerItem, .ContentItem.ArticleItem").each(function() {
  2373. if (!($(this).find(".ContentItem-time:not(.css-18wtfyc)").hasClass("full")) && $(this).find(".ContentItem-time:not(.css-18wtfyc)").length > 0 && $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").text() != null) {
  2374. if ($(this).find(".ContentItem-time:not(.css-18wtfyc)").text().indexOf("发布于") == -1 && $(this).find(".ContentItem-time:not(.css-18wtfyc)").text().indexOf("编辑于") > -1) //只有"编辑于"时增加具体发布时间data-tooltip
  2375. {
  2376. let data_tooltip = $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").attr("data-tooltip");
  2377. var oldtext = $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").text();
  2378. $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").text(data_tooltip + "\xa0\xa0,\xa0\xa0" + oldtext);
  2379. $(this).find(".ContentItem-time:not(.css-18wtfyc)").addClass("full");
  2380. } else if ($(this).find(".ContentItem-time:not(.css-18wtfyc)").text().indexOf("发布于") > -1 && $(this).find(".ContentItem-time:not(.css-18wtfyc)").text().indexOf("编辑于") == -1) //只有"发布于"时替换为具体发布时间data-tooltip
  2381. {
  2382. let data_tooltip = $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").attr("data-tooltip");
  2383. $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").text(data_tooltip);
  2384. $(this).find(".ContentItem-time:not(.css-18wtfyc)").addClass("full");
  2385. }
  2386.  
  2387. //发布时间置顶
  2388. if (publishTop == 1) {
  2389. if ($(this).find(".ContentItem-time:not(.css-18wtfyc)").parent().hasClass("css-18wtfyc") && !$(this).find('.ContentItem-time.css-18wtfyc').hasClass('full')) {
  2390. let temp_out_time = $(this).find('.ContentItem-time.css-18wtfyc').clone();
  2391. $(this).find('.ContentItem-time.css-18wtfyc').hide();
  2392. $(this).find(".ContentItem-meta").append(temp_out_time);
  2393. $(this).find('.ContentItem-time.css-18wtfyc').addClass('full');
  2394. } else if (!$(this).find(".ContentItem-time:not(.css-18wtfyc)").parent().hasClass("ContentItem-meta")) {
  2395. let temp_time = $(this).find(".ContentItem-time:not(.css-18wtfyc)").clone();
  2396. $(this).find(".RichContent .ContentItem-time:not(.css-18wtfyc)").hide();
  2397. $(this).find(".ContentItem-meta").append(temp_time);
  2398. }
  2399. }
  2400. }
  2401.  
  2402. });
  2403.  
  2404. $("#Profile-pins .List-item").each(function() {
  2405. if (!($(this).find(".ContentItem-time:not(.css-18wtfyc)").hasClass("full")) && $(this).find(".ContentItem-time:not(.css-18wtfyc)").length > 0 && $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").text() != null) {
  2406. if ($(this).find(".ContentItem-time:not(.css-18wtfyc)").text().indexOf("发布于") == -1 && $(this).find(".ContentItem-time:not(.css-18wtfyc)").text().indexOf("编辑于") > -1) //只有"编辑于"时增加具体发布时间data-tooltip
  2407. {
  2408. let data_tooltip = $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").attr("data-tooltip");
  2409. var oldtext = $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").text();
  2410. $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").text(data_tooltip + "\xa0\xa0,\xa0\xa0" + oldtext);
  2411. $(this).find(".ContentItem-time:not(.css-18wtfyc)").addClass("full");
  2412. } else if ($(this).find(".ContentItem-time:not(.css-18wtfyc)").text().indexOf("发布于") > -1 && $(this).find(".ContentItem-time:not(.css-18wtfyc)").text().indexOf("编辑于") == -1) //只有"发布于"时替换为具体发布时间data-tooltip
  2413. {
  2414. let data_tooltip = $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").attr("data-tooltip");
  2415. $(this).find(".ContentItem-time:not(.css-18wtfyc)").find("a span").text(data_tooltip);
  2416. $(this).find(".ContentItem-time:not(.css-18wtfyc)").addClass("full");
  2417. }
  2418.  
  2419. //发布时间置顶
  2420. if (publishTop == 1) {
  2421. if ($(this).find(".ContentItem-time:not(.css-18wtfyc)").parent().hasClass("css-18wtfyc") && !$(this).find('.ContentItem-time.css-18wtfyc').hasClass('full')) {
  2422. let temp_out_time = $(this).find('.ContentItem-time.css-18wtfyc').clone();
  2423. $(this).find('.ContentItem-time.css-18wtfyc').hide();
  2424. $(this).find(".ContentItem-meta").append(temp_out_time);
  2425. $(this).find('.ContentItem-time.css-18wtfyc').addClass('full');
  2426. } else if (!$(this).find(".ContentItem-time:not(.css-18wtfyc)").parent().hasClass("ContentItem-meta")) {
  2427. let temp_time = $(this).find(".ContentItem-time:not(.css-18wtfyc)").clone();
  2428. $(this).find(".RichContent .ContentItem-time:not(.css-18wtfyc)").hide();
  2429. $(this).find(".ContentItem-meta").append(temp_time);
  2430. }
  2431. }
  2432. }
  2433.  
  2434. });
  2435. }
  2436.  
  2437. function column() {
  2438. $('.css-7q9l37').hide();
  2439. $('.Menu .Menu-item').hide();
  2440.  
  2441. //专栏列表举报按钮
  2442. if ($('.css-16qos9m').find('.Zi--Report').length == 0) {
  2443. let report = `<div style="margin-left:8px;"><button type="button" class="Button Button--plain" style="color:#8590A6">
  2444. <span style="display: inline-flex; align-items: center;">&#8203;<svg class="Zi Zi--Report" fill="currentColor" viewBox="0 0 24 24" width="14" height="14">
  2445. <path d="M19.947 3.129c-.633.136-3.927.639-5.697.385-3.133-.45-4.776-2.54-9.949-.888-.997.413-1.277 1.038-1.277 2.019L3 20.808c0 .3.101.54.304.718a.97.97 0 0 0 .73.304c.275 0 .519-.102.73-.304.202-.179.304-.418.304-.718v-6.58c4.533-1.235 8.047.668 8.562.864 2.343.893 5.542.008 6.774-.657.397-.178.596-.474.596-.887V3.964c0-.599-.42-.972-1.053-.835z" fill-rule="evenodd">
  2446. </path></svg></span> 举报</button></div>`;
  2447. let $report = $(report);
  2448. $report.click(function() {
  2449. $('.css-7q9l37 button').click();
  2450. $('.Menu .Menu-item button').eq(0).click();
  2451. });
  2452. $('.css-16qos9m').append($report);
  2453. }
  2454.  
  2455. //取消关注专栏按钮
  2456. if ($('.css-16qos9m').find('.unfollow_columns').length == 0) {
  2457. let $unfollow_columns = $('<button type="button" class="Button Button--plain unfollow_columns" style="margin-left:15px; display:none">取消关注专栏</button>');
  2458. $unfollow_columns.click(function() {
  2459. $('.css-7q9l37 button').click();
  2460. $('.Menu .Menu-item button').eq(1).click();
  2461. });
  2462. $('.css-16qos9m').append($unfollow_columns);
  2463. }
  2464. }
  2465.  
  2466. //图片调整到最高清晰度
  2467. function originalPic() {
  2468.  
  2469. if (blockingPictureVideo == 1) //隐藏图片/视频
  2470. {
  2471. $('img').each(function() {
  2472. if ($(this).closest('.RichContent-cover').length > 0 && !$(this).closest('.RichContent-cover').hasClass('hide')) //未隐藏
  2473. {
  2474. $(this).closest('.RichContent-cover').hide(); //隐藏首页回答封面
  2475. $(this).closest('.RichContent-cover').addClass('hide');
  2476. }
  2477.  
  2478. if ($(this).parent().attr('id') != 'nightmode' && !$(this).hasClass('Avatar')) //非夜间模式按钮,非头像
  2479. {
  2480. if (!$(this).hasClass('hide')) //未隐藏
  2481. {
  2482. $(this).hide();
  2483. $(this).addClass('hide');
  2484. }
  2485. }
  2486. });
  2487. $('.TitleImage').hide(); //隐藏专栏文章封面图
  2488. } else {
  2489. $("img").each(function() {
  2490. if ($(this).attr("data-original") != undefined && !$(this).hasClass("comment_sticker")) {
  2491. if ($(this).attr("src") != $(this).attr("data-original"))
  2492. $(this).attr("src", $(this).attr("data-original"));
  2493. }
  2494. });
  2495. }
  2496. }
  2497.  
  2498. function addLocalCSS() {
  2499. GM_addStyle(`
  2500.  
  2501. /* ==UserStyle==
  2502. @name zhihu-beautify
  2503. @description zhihu
  2504. @version 2025.4.8
  2505. @namespace zhihu
  2506. @license MIT
  2507. @downloadURL https://update.greasyfork.org/scripts/523346/zhihu-beautify.user.css
  2508. @updateURL https://update.greasyfork.org/scripts/523346/zhihu-beautify.meta.css
  2509. ==/UserStyle== */
  2510. html[data-theme=dark] .css-1qefhqu {
  2511. background-color: #1A1A1A
  2512. }
  2513.  
  2514. html[data-theme=dark] .LeftItem {
  2515. color: #606A80
  2516. }
  2517.  
  2518. html[data-theme=dark] .LeftItem:hover {
  2519. background-color: #F0F2F7 !important
  2520. }
  2521.  
  2522. #nightmode {
  2523. color: black
  2524. }
  2525.  
  2526. #nightmode:hover {
  2527. color: #0084FF
  2528. }
  2529.  
  2530. html[data-theme=dark] #nightmode {
  2531. color: hsla(0, 0%, 100%, .8)
  2532. }
  2533.  
  2534. html[data-theme=dark] #nightmode:hover {
  2535. color: #0084FF
  2536. }
  2537.  
  2538. .Reward {
  2539. display: none !important
  2540. }
  2541.  
  2542. html[data-hover-visible] .VoterList-content .List-item:hover {
  2543. -webkit-box-shadow: 0 0 0 2px #fff, 0.6px 0.4px 0 4px rgba(0, 132, 255, .3) inset;
  2544. box-shadow: 0 0 0 2px #fff, 0.6px 0.6px 0 4px rgba(0, 132, 255, .3) inset
  2545. }
  2546.  
  2547. html[data-theme=dark][data-hover-visible] .VoterList-content .List-item:hover {
  2548. -webkit-box-shadow: 0 0 0 2px #1a1a1a, 0.6px 0.4px 0 4px rgba(58, 118, 208, .6) inset;
  2549. box-shadow: 0 0 0 2px #1a1a1a, 0.6px 0.4px 0 4px rgba(58, 118, 208, .6) inset
  2550. }
  2551.  
  2552. html[data-hover-visible] .QuestionInvitation .List-item:hover {
  2553. -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(0, 132, 255, .3) inset;
  2554. box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(0, 132, 255, .3) inset
  2555. }
  2556.  
  2557. html[data-theme=dark][data-hover-visible] .QuestionInvitation .List-item:hover {
  2558. -webkit-box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 3px rgba(58, 118, 208, .6) inset;
  2559. box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 3px rgba(58, 118, 208, .6) inset
  2560. }
  2561.  
  2562. html[data-hover-visible] .List-item .List-item:hover {
  2563. -webkit-box-shadow: none;
  2564. box-shadow: none
  2565. }
  2566.  
  2567. html[data-theme=dark][data-hover-visible] .List-item .List-item:hover {
  2568. -webkit-box-shadow: none;
  2569. box-shadow: none
  2570. }
  2571.  
  2572. html[data-hover-visible] .List-item:hover {
  2573. -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 132, 255, .3);
  2574. box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 132, 255, .3)
  2575. }
  2576.  
  2577. html[data-theme=dark][data-hover-visible] .List-item:hover {
  2578. -webkit-box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 5px rgba(58, 118, 208, .6);
  2579. box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 5px rgba(58, 118, 208, .6)
  2580. }
  2581.  
  2582. html[data-hover-visible] .QuestionAnswer-content:hover {
  2583. -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 132, 255, .3);
  2584. box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 132, 255, .3)
  2585. }
  2586.  
  2587. html[data-theme=dark][data-hover-visible] .QuestionAnswer-content:hover {
  2588. -webkit-box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 5px rgba(58, 118, 208, .6);
  2589. box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 5px rgba(58, 118, 208, .6)
  2590. }
  2591.  
  2592. html[data-hover-visible] .List-item:hover {
  2593. -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 132, 255, .3);
  2594. box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 132, 255, .3)
  2595. }
  2596.  
  2597. html[data-theme=dark][data-hover-visible] .List-item:hover {
  2598. -webkit-box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 5px rgba(58, 118, 208, .6);
  2599. box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 5px rgba(58, 118, 208, .6)
  2600. }
  2601.  
  2602. html[data-hover-visible] .QuestionItem.QuestionWaiting-questionItem:hover {
  2603. -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 132, 255, .3);
  2604. box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 132, 255, .3)
  2605. }
  2606.  
  2607. html[data-theme=dark][data-hover-visible] .QuestionItem.QuestionWaiting-questionItem:hover {
  2608. -webkit-box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 5px rgba(58, 118, 208, .6);
  2609. box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 5px rgba(58, 118, 208, .6)
  2610. }
  2611.  
  2612. html[data-hover-visible] .QuestionItem.ToolsQuestionInvited-questionItem:hover {
  2613. -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 132, 255, .3);
  2614. box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 132, 255, .3)
  2615. }
  2616.  
  2617. html[data-theme=dark][data-hover-visible] .QuestionItem.ToolsQuestionInvited-questionItem:hover {
  2618. -webkit-box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 5px rgba(58, 118, 208, .6);
  2619. box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 5px rgba(58, 118, 208, .6)
  2620. }
  2621.  
  2622. html[data-hover-visible] .QuestionItem.ToolsQuestionRecommend-questionItem:hover {
  2623. -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 132, 255, .3);
  2624. box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 132, 255, .3)
  2625. }
  2626.  
  2627. html[data-theme=dark][data-hover-visible] .QuestionItem.ToolsQuestionRecommend-questionItem:hover {
  2628. -webkit-box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 5px rgba(58, 118, 208, .6);
  2629. box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 5px rgba(58, 118, 208, .6)
  2630. }
  2631.  
  2632. html[data-hover-visible] .css-1v8e53u:hover {
  2633. -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 132, 255, .3);
  2634. box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 132, 255, .3)
  2635. }
  2636.  
  2637. html[data-theme=dark][data-hover-visible] .css-1v8e53u:hover {
  2638. -webkit-box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 5px rgba(58, 118, 208, .6);
  2639. box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 5px rgba(58, 118, 208, .6)
  2640. }
  2641.  
  2642. html[data-theme=dark][data-hover-visible] .QuestionItem.css-1ob7sqq {
  2643. border: none;
  2644. }
  2645.  
  2646. html[data-hover-visible] .QuestionItem.css-1ob7sqq:hover {
  2647. -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(0, 132, 255, .3) inset;
  2648. box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(0, 132, 255, .3) inset;
  2649. }
  2650.  
  2651. html[data-theme=dark][data-hover-visible] .QuestionItem.css-1ob7sqq:hover {
  2652. -webkit-box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 3px rgba(58, 118, 208, .6) inset;
  2653. box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 3px rgba(58, 118, 208, .6) inset;
  2654. }
  2655.  
  2656. html[data-hover-visible] .HotItem:hover {
  2657. -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(0, 132, 255, .3) inset;
  2658. box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(0, 132, 255, .3) inset
  2659. }
  2660.  
  2661. html[data-theme=dark][data-hover-visible] .HotItem:hover {
  2662. -webkit-box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 3px rgba(58, 118, 208, .6) inset;
  2663. box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 3px rgba(58, 118, 208, .6) inset
  2664. }
  2665.  
  2666. html[data-hover-visible] .Card.TopstoryItem:hover {
  2667. -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(0, 132, 255, .3) inset;
  2668. box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(0, 132, 255, .3) inset
  2669. }
  2670.  
  2671. html[data-theme=dark][data-hover-visible] .Card.TopstoryItem:hover {
  2672. -webkit-box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 3px rgba(58, 118, 208, .6) inset;
  2673. box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 3px rgba(58, 118, 208, .6) inset
  2674. }
  2675.  
  2676. html[data-hover-visible] .CollectionDetailPageItem:hover {
  2677. -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 132, 255, .3);
  2678. box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 132, 255, .3)
  2679. }
  2680.  
  2681. html[data-theme=dark][data-hover-visible] .CollectionDetailPageItem:hover {
  2682. -webkit-box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 3px rgba(58, 118, 208, .6) inset;
  2683. box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 3px rgba(58, 118, 208, .6) inset
  2684. }
  2685.  
  2686. html[data-hover-visible] .Card.TopstoryItem .ContentItem-actions {
  2687. margin-top: 0px;
  2688. margin-right: -17px;
  2689. margin-bottom: -10px;
  2690. margin-left: -17px;
  2691. padding-top: 10px;
  2692. padding-right: 17px;
  2693. padding-bottom: 10px;
  2694. padding-left: 17px;
  2695. }
  2696.  
  2697. html[data-hover-visible] .Card.TopstoryItem .ContentItem-actions.is-fixed {
  2698. margin-top: 0px;
  2699. margin-right: 0px;
  2700. margin-bottom: 0px;
  2701. margin-left: 0px;
  2702. padding-right: 20px;
  2703. padding-bottom: 10px;
  2704. padding-left: 20px;
  2705. }
  2706.  
  2707. .ModalExp-content {
  2708. display: none !important;
  2709. }
  2710.  
  2711. html .ColumnPageHeader-Menu .Menu-item {
  2712. color: black
  2713. }
  2714.  
  2715. html[data-theme=dark] .ColumnPageHeader-Menu .Menu-item {
  2716. color: hsla(0, 0%, 100%, .8)
  2717. }
  2718.  
  2719. html .ColumnPageHeader-Menu .Menu-item.is-active {
  2720. color: #0084FF
  2721. }
  2722.  
  2723. .Tabs-link.AppHeader-TabsLink {
  2724. color: black !important
  2725. }
  2726.  
  2727. html[data-theme=dark] .Tabs-link.AppHeader-TabsLink {
  2728. color: #d3d3d3 !important
  2729. }
  2730.  
  2731. .Tabs-link.AppHeader-TabsLink.is-active {
  2732. color: #0084FF !important
  2733. }
  2734.  
  2735. html[data-theme=dark] .Tabs-link.AppHeader-TabsLink.is-active {
  2736. color: #0084FF !important
  2737. }
  2738.  
  2739. .Tabs-link.AppHeader-TabsLink:hover {
  2740. color: #0084FF
  2741. }
  2742.  
  2743. html[data-theme=dark] .Tabs-link.AppHeader-TabsLink:hover {
  2744. color: #0084FF
  2745. }
  2746.  
  2747. html[data-theme=dark] .QuestionHeader-title {
  2748. color: #d3d3d3
  2749. }
  2750.  
  2751. html[data-theme=dark] .QuestionRichText {
  2752. color: #d3d3d3
  2753. }
  2754.  
  2755. html[data-theme=dark] .RichContent-inner {
  2756. color: #d3d3d3
  2757. }
  2758.  
  2759. html[data-theme=dark] .List-headerText {
  2760. color: #d3d3d3
  2761. }
  2762.  
  2763. html[data-theme=dark] .QuestionInvitation-title {
  2764. color: #d3d3d3
  2765. }
  2766.  
  2767. html[data-theme=dark] div[itemprop="zhihu:question"] {
  2768. color: #d3d3d3
  2769. }
  2770.  
  2771. html[data-theme=dark] .ContentItem-title {
  2772. color: #d3d3d3
  2773. }
  2774.  
  2775. html[data-theme=dark] .HotItem-title {
  2776. color: #d3d3d3
  2777. }
  2778.  
  2779. html[data-theme=dark] .CommentTopbar-title {
  2780. color: #d3d3d3 !important
  2781. }
  2782.  
  2783. html[data-theme=dark] .UserLink-link {
  2784. color: #d3d3d3
  2785. }
  2786.  
  2787. html[data-theme=dark] .CommentItemV2-content .RichText {
  2788. color: #d3d3d3
  2789. }
  2790.  
  2791. html[data-theme=dark] .ExploreHomePage-ContentSection-header {
  2792. color: #d3d3d3
  2793. }
  2794.  
  2795. html[data-theme=dark] .ExploreSpecialCard-title {
  2796. color: #d3d3d3
  2797. }
  2798.  
  2799. html[data-theme=dark] .ExploreSpecialCard-contentTitle {
  2800. color: #d3d3d3
  2801. }
  2802.  
  2803. html[data-theme=dark] .ExploreRoundtableCard-questionTitle {
  2804. color: #d3d3d3
  2805. }
  2806.  
  2807. html[data-theme=dark] .ExploreCollectionCard-title {
  2808. color: #d3d3d3
  2809. }
  2810.  
  2811. html[data-theme=dark] .ExploreCollectionCard-contentTitle {
  2812. color: #d3d3d3
  2813. }
  2814.  
  2815. html[data-theme=dark] .ExploreColumnCard-title {
  2816. color: #d3d3d3
  2817. }
  2818.  
  2819. html[data-theme=dark] .ClubItem-name {
  2820. color: #d3d3d3
  2821. }
  2822.  
  2823. html[data-theme=dark] .ClubHeaderInfo-name {
  2824. color: #d3d3d3
  2825. }
  2826.  
  2827. html[data-theme=dark] .ClubHeaderInfo-description {
  2828. color: #d3d3d3
  2829. }
  2830.  
  2831. html[data-theme=dark] .NumberBoard-itemValue {
  2832. color: #d3d3d3 !important
  2833. }
  2834.  
  2835. html[data-theme=dark] .Tabs-link.ClubTabs {
  2836. color: #d3d3d3
  2837. }
  2838.  
  2839. html[data-theme=dark] .ClubTopPosts-title {
  2840. color: #d3d3d3
  2841. }
  2842.  
  2843. html[data-theme=dark] .PostItem-headNameText {
  2844. color: #d3d3d3
  2845. }
  2846.  
  2847. html[data-theme=dark] .PostItem-titleText {
  2848. color: #d3d3d3
  2849. }
  2850.  
  2851. html[data-theme=dark] .PostItem-Title {
  2852. color: #d3d3d3
  2853. }
  2854.  
  2855. html[data-theme=dark] .PostItem-Summary {
  2856. color: #d3d3d3
  2857. }
  2858.  
  2859. html[data-theme=dark] .LinkCard-title {
  2860. color: #d3d3d3
  2861. }
  2862.  
  2863. html[data-theme=dark] .css-bb9ulb {
  2864. color: #d3d3d3
  2865. }
  2866.  
  2867. html[data-theme=dark] .CollectionDetailPageHeader-title {
  2868. color: #d3d3d3
  2869. }
  2870.  
  2871. html[data-theme=dark] .CollectionsHeader-tabsLink {
  2872. color: #d3d3d3
  2873. }
  2874.  
  2875. html[data-theme=dark] .SelfCollectionItem-title {
  2876. color: #d3d3d3
  2877. }
  2878.  
  2879. html[data-theme=dark] .Card-headerText {
  2880. color: #d3d3d3
  2881. }
  2882.  
  2883. html[data-theme=dark] .Modal-title {
  2884. color: #d3d3d3
  2885. }
  2886.  
  2887. html[data-theme=dark] .Favlists-itemNameText {
  2888. color: #d3d3d3
  2889. }
  2890.  
  2891. html[data-theme=dark] .ReportMenu-itemValue {
  2892. color: #d3d3d3
  2893. }
  2894.  
  2895. html[data-theme=dark] .ShortcutHintModal-hintTitle {
  2896. color: #d3d3d3
  2897. }
  2898.  
  2899. html[data-theme=dark] .KeyHint {
  2900. color: #d3d3d3
  2901. }
  2902.  
  2903. /*
  2904. html[data-theme=dark] .Anonymous-confirm {
  2905. color: #d3d3d3
  2906. }
  2907. */
  2908. html[data-theme=dark] .css-sumlaa svg {
  2909. fill: #d3d3d3
  2910. }
  2911.  
  2912. html[data-theme=dark] .Post-Title {
  2913. color: #d3d3d3
  2914. }
  2915.  
  2916. html[data-theme=dark] .Post-RichTextContainer p {
  2917. color: #d3d3d3
  2918. }
  2919.  
  2920. body:not(.zhi) {
  2921. color: black !important;
  2922. background: rgb(246, 246, 246) !important;
  2923. }
  2924.  
  2925. body.WhiteBg-body {
  2926. color: black !important;
  2927. background: white !important;
  2928. }
  2929.  
  2930. body.ZVideo-body {
  2931. color: black !important;
  2932. background: white !important;
  2933. }
  2934.  
  2935. html[data-theme=dark] body {
  2936. color: #d3d3d3 !important;
  2937. background: rgb(18, 18, 18) !important
  2938. }
  2939.  
  2940. .QuestionInvitation .Topbar {
  2941. cursor: pointer;
  2942. }
  2943.  
  2944. html[data-theme=dark] .WriteIndexLayout-main.WriteIndex {
  2945. border: 1px solid #222
  2946. }
  2947.  
  2948. html[data-theme=dark] .zhi {
  2949. color: #d3d3d3;
  2950. background-color: rgb(18, 18, 18)
  2951. }
  2952.  
  2953. .Zi--FormatBold,
  2954. .Zi--FormatItalic,
  2955. .Zi--FormatHeader,
  2956. .Zi--FormatBlockquote,
  2957. .Zi--InsertOrderedList,
  2958. .Zi--InsertUnorderedList,
  2959. .Zi--InsertReference,
  2960. .Zi--InsertDivider,
  2961. .Zi--InsertCatalog {
  2962. fill: black
  2963. }
  2964.  
  2965. html[data-theme=dark] .Zi--FormatBold,
  2966. html[data-theme=dark] .Zi--FormatItalic,
  2967. html[data-theme=dark] .Zi--FormatHeader,
  2968. html[data-theme=dark] .Zi--FormatBlockquote,
  2969. html[data-theme=dark] .Zi--InsertOrderedList,
  2970. html[data-theme=dark] .Zi--InsertUnorderedList,
  2971. html[data-theme=dark] .Zi--InsertReference,
  2972. html[data-theme=dark] .Zi--InsertDivider,
  2973. html[data-theme=dark] .Zi--InsertCatalog {
  2974. fill: #d3d3d3
  2975. }
  2976.  
  2977. .Zi--Bell path {
  2978. fill: rgb(68, 68, 68)
  2979. }
  2980.  
  2981. .Zi--Comments path {
  2982. fill: rgb(68, 68, 68)
  2983. }
  2984.  
  2985. .CarouselBanner-root-gGE8m .Zi--Bell path {
  2986. fill: #8590a6
  2987. }
  2988.  
  2989. .CarouselBanner-root-gGE8m .Zi--Comments path {
  2990. fill: #8590a6
  2991. }
  2992.  
  2993. html[data-theme=dark] .Zi--Bell path {
  2994. fill: #8590a6
  2995. }
  2996.  
  2997. html[data-theme=dark] .Zi--Comments path {
  2998. fill: #8590a6
  2999. }
  3000.  
  3001. .Zi--Bell:hover path {
  3002. fill: #FACB62
  3003. }
  3004.  
  3005. .Zi--Comments:hover path {
  3006. fill: #00FF7F
  3007. }
  3008.  
  3009. html[data-theme=dark] .Zi--Bell:hover path {
  3010. fill: #FACB62
  3011. }
  3012.  
  3013. html[data-theme=dark] .Zi--Comments:hover path {
  3014. fill: #00FF7F
  3015. }
  3016.  
  3017. .CommentItemV2-talkBtn .Zi--Comments path {
  3018. fill: #8590a6
  3019. }
  3020.  
  3021. html[data-theme=dark] .CommentItemV2-talkBtn .Zi--Comments path {
  3022. fill: #8590a6
  3023. }
  3024.  
  3025. .CommentItemV2-talkBtn:hover .Zi--Comments path {
  3026. fill: #00FF7F
  3027. }
  3028.  
  3029. html[data-theme=dark] .CommentItemV2-talkBtn:hover .Zi--Comments path {
  3030. fill: #00FF7F
  3031. }
  3032.  
  3033. .HoverCard-item .FollowButton+.Button:hover {
  3034. color: #00FF7F
  3035. }
  3036.  
  3037. html[data-theme=dark] .Zi--Browser {
  3038. fill: #8590A6
  3039. }
  3040.  
  3041. html[data-theme=dark] .css-w8abe7 {
  3042. background: rgb(18, 18, 18)
  3043. }
  3044.  
  3045. html[data-theme=dark] .css-12qxk2 {
  3046. background: rgb(18, 18, 18)
  3047. }
  3048.  
  3049. html[data-theme=dark] .css-huwkhm {
  3050. background: rgb(18, 18, 18)
  3051. }
  3052.  
  3053. html[data-theme=dark] .css-wgpue5 {
  3054. background: rgb(18, 18, 18)
  3055. }
  3056.  
  3057. html[data-theme=dark] .css-z0yjns {
  3058. background: rgb(18, 18, 18)
  3059. }
  3060.  
  3061. html[data-theme=dark] .css-yoby3j {
  3062. background: #191b1f;
  3063. }
  3064.  
  3065. html[data-theme=dark] .css-13445jb {
  3066. animation: none !important;
  3067. }
  3068.  
  3069. html[data-theme=dark] .css-akuk2k {
  3070. background: rgb(18, 18, 18);
  3071. border: none
  3072. }
  3073.  
  3074. html[data-theme=dark] .css-1v8e53u {
  3075. border: none
  3076. }
  3077.  
  3078. html[data-theme=dark] .css-k0fmhp {
  3079. color: #d3d3d3
  3080. }
  3081.  
  3082. html[data-theme=dark] .css-k0fmhp:hover {
  3083. color: #6385a6
  3084. }
  3085.  
  3086. html[data-theme=dark] .css-t3ae3e {
  3087. color: #d3d3d3
  3088. }
  3089.  
  3090. html[data-theme=dark] .css-1b3v2ql {
  3091. color: #d3d3d3;
  3092. }
  3093.  
  3094. html[data-theme=dark] .css-ke5ir5 {
  3095. color: rgb(133, 144, 166);
  3096. }
  3097.  
  3098. html[data-theme=dark] .CreatorHomeDeltaCount-compare {
  3099. color: #d3d3d3
  3100. }
  3101.  
  3102. html[data-theme=dark] .CreatorHomeAnalyticsData-title {
  3103. color: #d3d3d3
  3104. }
  3105.  
  3106. html[data-theme=dark] .CreatorHomeAnalyticsDataItem-type {
  3107. color: #d3d3d3
  3108. }
  3109.  
  3110. html[data-theme=dark] .CreatorHomeUpgradeGuide-title {
  3111. color: #d3d3d3
  3112. }
  3113.  
  3114. html[data-theme=dark] .Tabs-link {
  3115. color: #d3d3d3
  3116. }
  3117.  
  3118. html[data-theme=dark] .CreatorRecruitTitle {
  3119. color: #d3d3d3 !important
  3120. }
  3121.  
  3122. html[data-theme=dark] .Title-title-3QaE {
  3123. color: #d3d3d3
  3124. }
  3125.  
  3126. html[data-theme=dark] .ToolsCopyright-FieldName {
  3127. color: #d3d3d3
  3128. }
  3129.  
  3130. html[data-theme=dark] .ToolsCopyright-input {
  3131. background: rgb(18, 18, 18) !important;
  3132. color: #d3d3d3 !important
  3133. }
  3134.  
  3135. html[data-theme=dark] .ToolsCopyright-input::placeholder {
  3136. color: #8590A6
  3137. }
  3138.  
  3139. html[data-theme=dark] .community-copyright-form input {
  3140. background: rgb(18, 18, 18) !important;
  3141. border: 1px solid #444;
  3142. }
  3143.  
  3144. html[data-theme=dark] .community-copyright-form input::placeholder {
  3145. color: #8590A6 !important;
  3146. }
  3147.  
  3148. html[data-theme=dark] .community-copyright-form textarea {
  3149. background: rgb(18, 18, 18) !important;
  3150. border: 1px solid #444;
  3151. }
  3152.  
  3153. html[data-theme=dark] .community-copyright-form textarea::placeholder {
  3154. color: #8590A6 !important;
  3155. }
  3156.  
  3157. html[data-theme=dark] .community-copyright-form .copies-item-add-button .text {
  3158. color: #8590A6 !important;
  3159. }
  3160.  
  3161. html[data-theme=dark] .community-copyright-form .copies-item-add-button .sprite-community-copyright-icon-add {
  3162. filter: invert(1);
  3163. }
  3164.  
  3165. html[data-theme=dark] .CopyrightCenter-sideNavItem {
  3166. color: #d3d3d3
  3167. }
  3168.  
  3169. html[data-theme=dark] .CopyrightCenter-sideNavItem.is-active {
  3170. color: #0084ff
  3171. }
  3172.  
  3173. html[data-theme=dark] .Title-main-1ldU {
  3174. background: rgb(18, 18, 18)
  3175. }
  3176.  
  3177. html[data-theme=dark] .Title-border-1vTk {
  3178. background: #8590a65c
  3179. }
  3180.  
  3181. html[data-theme=dark] .iframeLive-iframe_live-WojO {
  3182. background: rgb(18, 18, 18)
  3183. }
  3184.  
  3185. html[data-theme=dark] .iframeLive-certifiedWrapper-pfzZ {
  3186. background: rgb(18, 18, 18);
  3187. border: 1px solid #8590a65c
  3188. }
  3189.  
  3190. html[data-theme=dark] .iframeLive-description-2C6O {
  3191. background: rgb(18, 18, 18);
  3192. border: 1px solid #8590a65c
  3193. }
  3194.  
  3195. html[data-theme=dark] .iframeLive-explanation-2IxQ {
  3196. color: #d3d3d3
  3197. }
  3198.  
  3199. html[data-theme=dark] .iframeLive-what_zhihu_title-1yQe {
  3200. color: #d3d3d3
  3201. }
  3202.  
  3203. html[data-theme=dark] .iframeLive-public_number_title-3kRs {
  3204. color: #d3d3d3
  3205. }
  3206.  
  3207. html[data-theme=dark] .SettingsFAQ-pageTitle {
  3208. color: #d3d3d3
  3209. }
  3210.  
  3211. html[data-theme=dark] .VideoGallery-root-7Z1Ci {
  3212. background: rgb(18, 18, 18) !important
  3213. }
  3214.  
  3215. html[data-theme=dark] .css-17714ul {
  3216. background: rgb(18, 18, 18)
  3217. }
  3218.  
  3219. html[data-theme=dark] .css-1bwzp6r {
  3220. background: rgb(18, 18, 18)
  3221. }
  3222.  
  3223. html[data-theme=dark] .css-w215gm {
  3224. background: rgb(18, 18, 18)
  3225. }
  3226.  
  3227. html[data-theme=dark] .css-ul9l2m {
  3228. background: rgb(18, 18, 18);
  3229. }
  3230.  
  3231. html[data-theme=dark] .css-m1yuwo {
  3232. border-left: 1px solid #8590a65c
  3233. }
  3234.  
  3235. html[data-theme=dark] .css-9ytsk0 {
  3236. border-bottom: 1px solid #8590a65c
  3237. }
  3238.  
  3239. html[data-theme=dark] .css-1pp4h0z {
  3240. border-top: 1px solid #8590a65c
  3241. }
  3242.  
  3243. html[data-theme=dark] .css-xevy9w tbody tr:nth-of-type(odd) {
  3244. background: rgb(18, 18, 18)
  3245. }
  3246.  
  3247. html[data-theme=dark] .css-1dah1m2 .css-wdqmif {
  3248. background: rgb(18, 18, 18);
  3249. border-bottom: 1px solid #8590a65c
  3250. }
  3251.  
  3252. .RichText .lazy[data-lazy-status=ok] {
  3253. animation: none;
  3254. }
  3255.  
  3256. html[data-theme=dark] img {
  3257. filter: brightness(0.6) !important;
  3258. }
  3259.  
  3260. /*
  3261. html[data-theme=dark] svg:not(.Zi):not(.ZDI) {
  3262. filter: brightness(0.6);
  3263. }
  3264. */
  3265.  
  3266. html[data-theme=dark] .ImageAlias {
  3267. filter: brightness(0.6);
  3268. }
  3269.  
  3270. html[data-theme=dark] .ExploreRoundtableCard-headerContainer {
  3271. filter: brightness(0.6) !important;
  3272. }
  3273.  
  3274. html[data-theme=dark] .TitleImage {
  3275. filter: brightness(0.6) !important;
  3276. }
  3277.  
  3278. html[data-theme=dark] .ecommerce-ad-arrow-img {
  3279. filter: brightness(0.6) !important;
  3280. }
  3281.  
  3282. html[data-theme=dark] circle {
  3283. fill-opacity: 0.6 !important;
  3284. }
  3285.  
  3286. html[data-theme=dark] .GifPlayer-icon {
  3287. opacity: 0.6 !important;
  3288. }
  3289.  
  3290. html[data-theme=dark] .css-iue0mv {
  3291. background: rgb(18, 18, 18)
  3292. }
  3293.  
  3294. html[data-theme=dark] .css-tpyajk {
  3295. background: rgb(18, 18, 18)
  3296. }
  3297.  
  3298. .AppHeaderProfileMenu .Button.Menu-item {
  3299. color: black
  3300. }
  3301.  
  3302. html[data-theme=dark] .AppHeaderProfileMenu .Button.Menu-item {
  3303. color: #d3d3d3
  3304. }
  3305.  
  3306. .UserLink-link {
  3307. color: black
  3308. }
  3309.  
  3310. html[data-theme=dark] .UserLink-link {
  3311. color: #d3d3d3
  3312. }
  3313.  
  3314. .css-g9ynb2 {
  3315. color: black
  3316. }
  3317.  
  3318. html[data-theme=dark] .css-g9ynb2 {
  3319. color: #d3d3d3
  3320. }
  3321.  
  3322. /*评论区*/
  3323. .CommentContent {
  3324. color: black
  3325. }
  3326.  
  3327. html[data-theme=dark] .CommentContent {
  3328. color: #d3d3d3
  3329. }
  3330.  
  3331. html[data-theme=dark] .css-10u695f {
  3332. color: #d3d3d3
  3333. }
  3334.  
  3335. .Button--secondary.Button--grey.css-7dh30y {
  3336. color: #0084FF
  3337. }
  3338.  
  3339. html[data-theme=dark] .Button--secondary.Button--grey.css-7dh30y {
  3340. color: #0084FF
  3341. }
  3342.  
  3343. .css-wu78cf {
  3344. color: #0084FF
  3345. }
  3346.  
  3347. html[data-theme=dark] .css-wu78cf .css-vurnku {
  3348. color: #0084FF
  3349. }
  3350.  
  3351. .css-8v0dsd {
  3352. color: #0084FF
  3353. }
  3354.  
  3355. html[data-theme=dark] .css-14zbeoe {
  3356. border: 1px solid #444
  3357. }
  3358.  
  3359. html[data-theme=dark] .css-u76jt1 {
  3360. border: 1px solid #444
  3361. }
  3362.  
  3363. html[data-theme=dark] .css-hzocic::before {
  3364. border: 1px solid #444
  3365. }
  3366.  
  3367. html[data-theme=dark] .InputLike {
  3368. border: 1px solid #444!important;
  3369. }
  3370.  
  3371. html[data-theme=dark] .css-wu78cf::before {
  3372. border-top: 1px solid #444
  3373. }
  3374.  
  3375. html[data-theme=dark] .css-7wvdjh {
  3376. background: rgb(18, 18, 18)
  3377. }
  3378.  
  3379. html[data-theme=dark] .css-r4op92 {
  3380. color: #d3d3d3
  3381. }
  3382.  
  3383. .css-1503iqi:hover {
  3384. color: #0084FF
  3385. }
  3386.  
  3387. html[data-theme=dark] .css-1503iqi {
  3388. background: rgb(18, 18, 18);
  3389. color: #929aab
  3390. }
  3391.  
  3392. html[data-theme=dark] .css-1503iqi:hover {
  3393. color: #0084FF
  3394. }
  3395.  
  3396. html[data-theme=dark] .css-97fdvh {
  3397. background: #8080801c;
  3398. color: #d3d3d3;
  3399. border: none;
  3400. }
  3401.  
  3402. html[data-theme=dark] .css-m0zh86 {
  3403. background: rgba(0, 102, 255, .08);
  3404. color: #0062ff;
  3405. border: none;
  3406. }
  3407.  
  3408.  
  3409. .MemberButtonGroup.ProfileButtonGroup.ProfileHeader-buttons .Button--grey.Button--withIcon.Button--withLabel {
  3410. color: rgb(68, 68, 68);
  3411. }
  3412.  
  3413. .MemberButtonGroup.ProfileButtonGroup.ProfileHeader-buttons .Button--grey.Button--withIcon.Button--withLabel:hover .Zi--Comments path {
  3414. fill: #00FF7F
  3415. }
  3416.  
  3417. html[data-theme=dark] .MemberButtonGroup.ProfileButtonGroup.ProfileHeader-buttons .Button--grey.Button--withIcon.Button--withLabel {
  3418. color: #8590A6 !important
  3419. }
  3420.  
  3421. .MemberButtonGroup.AnswerAuthor-buttons .Button--grey.Button--withIcon.Button--withLabel {
  3422. color: rgb(68, 68, 68);
  3423. }
  3424.  
  3425. .MemberButtonGroup.AnswerAuthor-buttons .Button--grey.Button--withIcon.Button--withLabel:hover .Zi--Comments path {
  3426. fill: #00FF7F
  3427. }
  3428.  
  3429. html[data-theme=dark] .MemberButtonGroup.AnswerAuthor-buttons .Button--grey.Button--withIcon.Button--withLabel {
  3430. color: #8590A6;
  3431. }
  3432.  
  3433. .ztext sup[data-draft-type=reference] {
  3434. background: yellow;
  3435. color: black
  3436. }
  3437.  
  3438. html[data-theme=dark] .ztext sup[data-draft-type=reference] {
  3439. background: yellow;
  3440. color: black
  3441. }
  3442.  
  3443. .ReferenceList .ReferenceList-backLink {
  3444. color: #0084ff;
  3445. }
  3446.  
  3447. html[data-theme=dark] .ReferenceList .ReferenceList-backLink {
  3448. color: #0084ff;
  3449. }
  3450.  
  3451. .ReferenceList li {
  3452. background: white;
  3453. color: black
  3454. }
  3455.  
  3456. html[data-theme=dark] .ReferenceList li {
  3457. background: rgb(18, 18, 18);
  3458. color: #d3d3d3
  3459. }
  3460.  
  3461. .ReferenceList li.is-active {
  3462. background: yellow;
  3463. color: black
  3464. }
  3465.  
  3466. html[data-theme=dark] .ReferenceList li.is-active {
  3467. background: yellow;
  3468. color: black
  3469. }
  3470.  
  3471. .zm-item-tag {
  3472. color: #0084ff;
  3473. background: #0084ff1a
  3474. }
  3475.  
  3476. html[data-theme=dark] .zg-item-log-detail {
  3477. border-left: 3px solid #d3d3d340;
  3478. }
  3479.  
  3480. html[data-theme=dark] del {
  3481. background: #0084ff1a;
  3482. }
  3483.  
  3484. .zg-item-log-detail ins,
  3485. .zg-item-log-detail ins a {
  3486. color: #0084ff;
  3487. background: #0084ff1a
  3488. }
  3489.  
  3490. .ReportMenu-inner.ReportMenu-options {
  3491. margin-bottom: 20px
  3492. }
  3493.  
  3494. .ModalButtonGroup.ModalButtonGroup--horizontal {
  3495. margin-top: 20px
  3496. }
  3497.  
  3498. .TopstoryItem-actionButton {
  3499. color: #8590A6
  3500. }
  3501.  
  3502. .TopstoryItem-actionButton:hover {
  3503. color: #0084FF
  3504. }
  3505.  
  3506. .TopstoryItem-uninterestTag {
  3507. color: #8590A6
  3508. }
  3509.  
  3510. .TopstoryItem-uninterestTag:hover {
  3511. color: #0084FF
  3512. }
  3513.  
  3514. html[data-theme=dark] .TopstoryItem-actionButton {
  3515. color: #8590A6
  3516. }
  3517.  
  3518. html[data-theme=dark] .TopstoryItem-actionButton:hover {
  3519. color: #0084FF
  3520. }
  3521.  
  3522. html[data-theme=dark] .TopstoryItem-uninterestTag {
  3523. color: #8590A6
  3524. }
  3525.  
  3526. html[data-theme=dark] .TopstoryItem-uninterestTag:hover {
  3527. color: #0084FF
  3528. }
  3529.  
  3530. .Button.Menu-item {
  3531. color: #8590A6
  3532. }
  3533.  
  3534. .Button.Menu-item.is-active {
  3535. color: black
  3536. }
  3537.  
  3538. html[data-theme=dark] .Button.Menu-item.is-active {
  3539. color: #d3d3d3 !important
  3540. }
  3541.  
  3542. html[data-theme=dark] .Post-ActionMenu .Button.Menu-item.Button--plain.is-active {
  3543. color: #d3d3d3 !important
  3544. }
  3545.  
  3546. html[data-theme=dark] .Post-ActionMenu .Button.Menu-item.Button--plain.is-active .css-17px4ve svg {
  3547. fill: #d3d3d3 !important
  3548. }
  3549.  
  3550. html[data-theme=dark] .AnswerItem-selectMenuItem.is-active {
  3551. color: #d3d3d3 !important
  3552. }
  3553.  
  3554. html[data-theme=dark] .AnswerItem-selectMenuItem.is-active .css-17px4ve svg {
  3555. fill: #d3d3d3 !important
  3556. }
  3557.  
  3558. html[data-theme=dark] .CommentPermission-item.is-active {
  3559. color: #d3d3d3 !important
  3560. }
  3561.  
  3562. html[data-theme=dark] .CommentPermission-item.is-active .css-17px4ve svg {
  3563. fill: #d3d3d3 !important
  3564. }
  3565.  
  3566. .ToolsQuestion-header--action {
  3567. color: #0084FF
  3568. }
  3569.  
  3570. html[data-theme=dark] .ToolsQuestion-header--action {
  3571. color: #0084FF
  3572. }
  3573.  
  3574. html[data-theme=dark] .Button.css-jamz70 {
  3575. color: white;
  3576. border: none
  3577. }
  3578.  
  3579. html[data-theme=dark] .css-l0zkw9 {
  3580. color: #8590A6
  3581. }
  3582.  
  3583. .Card.css-1y7nlna {
  3584. display: none !important
  3585. }
  3586.  
  3587. .SettingsNav-link[href="/settings/mcn"] {
  3588. display: none !important
  3589. }
  3590.  
  3591. .SettingsNav-link {
  3592. color: black
  3593. }
  3594.  
  3595. html[data-theme=dark] .SettingsNav-link {
  3596. color: #d3d3d3
  3597. }
  3598.  
  3599. html[data-theme=dark] .SettingsNav-link .Zi--Bell path {
  3600. fill: #d3d3d3
  3601. }
  3602.  
  3603. .SettingsNav-link.is-active {
  3604. color: #0084ff
  3605. }
  3606.  
  3607. .SettingsNav-link.is-active svg {
  3608. fill: #0084ff
  3609. }
  3610.  
  3611. .SettingsNav-link.is-active .Zi--Bell path {
  3612. fill: #0084ff
  3613. }
  3614.  
  3615. html[data-theme=dark] .SettingsNav-link.is-active {
  3616. color: #0084ff
  3617. }
  3618.  
  3619. html[data-theme=dark] .SettingsNav-link.is-active svg {
  3620. fill: #0084ff
  3621. }
  3622.  
  3623. html[data-theme=dark] .SettingsNav-link.is-active .Zi--Bell path {
  3624. fill: #0084ff
  3625. }
  3626.  
  3627. .SettingsNav-link:hover {
  3628. color: #0084ff
  3629. }
  3630.  
  3631. .SettingsNav-link:hover svg {
  3632. fill: #0084ff
  3633. }
  3634.  
  3635. .SettingsNav-link:hover .Zi--Bell path {
  3636. fill: #0084ff
  3637. }
  3638.  
  3639. html[data-theme=dark] .SettingsNav-link:hover {
  3640. color: #0084ff
  3641. }
  3642.  
  3643. html[data-theme=dark] .SettingsNav-link:hover svg {
  3644. fill: #0084ff
  3645. }
  3646.  
  3647. html[data-theme=dark] .SettingsNav-link:hover .Zi--Bell path {
  3648. fill: #0084ff
  3649. }
  3650.  
  3651. .Zi--InsertTable {
  3652. fill: #0084ff
  3653. }
  3654.  
  3655. .Zi--TableRowNum {
  3656. fill: #0084ff
  3657. }
  3658.  
  3659. .Zi--TableColumnNum {
  3660. fill: #0084ff
  3661. }
  3662.  
  3663. .ReportMenu-item:hover {
  3664. background: #8080801c;
  3665. }
  3666.  
  3667. .ReportInfringement-item:hover {
  3668. background: #0084ff26;
  3669. }
  3670.  
  3671. .css-520aav {
  3672. display: none !important;
  3673. }
  3674.  
  3675. .Pc-Business-Card-PcTopFeedBanner {
  3676. display: none !important;
  3677. }
  3678.  
  3679. #nightmode img {
  3680. filter: brightness(1) !important
  3681. }
  3682.  
  3683. html[data-theme=dark] .QuestionTopicReviewCardExtraInfo-cardTitle {
  3684. color: #d3d3d3
  3685. }
  3686.  
  3687. html[data-theme=dark] .MCNLinkCard-title {
  3688. color: #d3d3d3
  3689. }
  3690.  
  3691. html[data-theme=dark] .label-input-label {
  3692. background-color: #e1eaf2;
  3693. }
  3694.  
  3695. div.ModalButtonGroup.ModalButtonGroup--horizontal>button:nth-child(1):not([class="ReportMenu-button"]):hover {
  3696. background: #8080801c;
  3697. }
  3698.  
  3699. .Modal:not([class*="BaiduFileSelector"]) .Modal-inner {
  3700. overflow-y: hidden
  3701. }
  3702.  
  3703. .Modal.Modal--default.css-zelv4t .Modal-inner {
  3704. overflow-y: scroll
  3705. }
  3706.  
  3707. .Modal-content {
  3708. overflow-y: hidden
  3709. }
  3710.  
  3711. .BaiduFileSelector-content {
  3712. overflow-y: hidden;
  3713. }
  3714.  
  3715. html[data-theme=dark] .TopTabNavBar-isLight-bYRj {
  3716. background: rgb(18, 18, 18) !important
  3717. }
  3718.  
  3719. html[data-theme=dark] .Card-card-2K6v {
  3720. background: rgb(18, 18, 18);
  3721. }
  3722.  
  3723. html[data-theme=dark] .LiveItem-title-2qes {
  3724. color: #d3d3d3
  3725. }
  3726.  
  3727. html[data-theme=dark] .GlobalSidebar-introItem-24PB h3 {
  3728. color: #d3d3d3
  3729. }
  3730.  
  3731. html[data-theme=dark] .Tooltip-tooltip-2Cut.Tooltip-light-3TwZ .Tooltip-tooltipInner-B448 {
  3732. background: rgb(18, 18, 18)
  3733. }
  3734.  
  3735. html[data-theme=dark] .UserLivesPage-page-GSje {
  3736. background: rgb(18, 18, 18)
  3737. }
  3738.  
  3739. html[data-theme=dark] .Menu-menuInner-2eRf {
  3740. background: rgb(18, 18, 18)
  3741. }
  3742.  
  3743. .Menu-menuItem-1oId:hover {
  3744. background: #8080801c
  3745. }
  3746.  
  3747. html[data-theme=dark] .Menu-menuItem-1oId:hover {
  3748. background: #8080801c
  3749. }
  3750.  
  3751. html[data-theme=dark] .EditorAttachment {
  3752. background: rgb(18, 18, 18)
  3753. }
  3754.  
  3755. html[data-theme=dark] .css-ovbogu {
  3756. background: rgb(18, 18, 18)
  3757. }
  3758.  
  3759. html[data-theme=dark] .AppHeader {
  3760. background: rgb(18, 18, 18)
  3761. }
  3762.  
  3763. html[data-theme=dark] .PubIndex-CategoriesHeader {
  3764. background: rgb(26, 26, 26);
  3765. border: none
  3766. }
  3767.  
  3768. html[data-theme=dark] .BottomBar-wrapper-kXb19 {
  3769. background: rgb(18, 18, 18) !important
  3770. }
  3771.  
  3772. html[data-theme=dark] .css-1cs7y3i {
  3773. color: #d3d3d3
  3774. }
  3775.  
  3776. html[data-theme=dark] .TabNavBarItem-tab-MS9i {
  3777. color: #d3d3d3
  3778. }
  3779.  
  3780. html[data-theme=dark] .TabNavBarItem-tab-MS9i.TabNavBarItem-isActive-1iXL {
  3781. color: rgb(17, 133, 254);
  3782. }
  3783.  
  3784. .ToolsQuestionInvited-questionList {
  3785. padding: 0px 20px 20px 20px
  3786. }
  3787.  
  3788. html[data-theme=dark] .FeedbackButton-button-3waL {
  3789. background: #d3d3d3
  3790. }
  3791.  
  3792. html[data-theme=dark] .Pub-reader-clear-body {
  3793. background: #000;
  3794. color: #000
  3795. }
  3796.  
  3797. html[data-theme=dark] .Pub-reader-body {
  3798. background: #000;
  3799. color: #000
  3800. }
  3801.  
  3802. html[data-theme=dark] .Pub-reader-app-header {
  3803. background: rgb(18, 18, 18);
  3804. border-bottom: 1px solid #444;
  3805. }
  3806.  
  3807. html[data-theme=dark] .Pub-reader-app-header .reader-nav {
  3808. background: rgb(18, 18, 18);
  3809. }
  3810.  
  3811. html[data-theme=dark] .Pub-reader-bottom-bar {
  3812. background: rgb(18, 18, 18);
  3813. }
  3814.  
  3815. html[data-theme=dark] .Pub-reader-bottom-bar .reader-app-qrcode {
  3816. color: #d3d3d3;
  3817. }
  3818.  
  3819. html[data-theme=dark] .Pub-web-reader .Pub-reader-guidance.pc {
  3820. background: rgb(18, 18, 18);
  3821. }
  3822.  
  3823. html[data-theme=dark] .Pub-web-reader .reader-container {
  3824. background: rgb(0, 0, 0);
  3825. }
  3826.  
  3827. html[data-theme=dark] .Pub-web-reader .reader-chapter-content {
  3828. background: rgb(33, 33, 35);
  3829. }
  3830.  
  3831. html[data-theme=dark] .reader-chapter-content {
  3832. background: rgb(33, 33, 35);
  3833. color: rgb(115, 118, 125)
  3834. }
  3835.  
  3836. html[data-theme=dark] .Pub-web-reader .reader-chapter-content .MPub-reader-trial-finish {
  3837. color: #d3d3d3
  3838. }
  3839.  
  3840. html[data-theme=dark] .Pub-PageHeaderWrapper .PageHeader {
  3841. background: rgb(18, 18, 18);
  3842. }
  3843.  
  3844. html[data-theme=dark] .Pub-BookInfo h1 {
  3845. color: #d3d3d3
  3846. }
  3847.  
  3848. html[data-theme=dark] .Overview .left {
  3849. color: #d3d3d3
  3850. }
  3851.  
  3852. html[data-theme=dark] .reviewHeader div {
  3853. color: #d3d3d3
  3854. }
  3855.  
  3856. html[data-theme=dark] .ReviewCell .content {
  3857. color: gray
  3858. }
  3859.  
  3860. html[data-theme=dark] .TopNavBar-root {
  3861. background: rgb(18, 18, 18);
  3862. border: none
  3863. }
  3864.  
  3865. html[data-theme=dark] .TopNavBar-logout {
  3866. color: #d3d3d3
  3867. }
  3868.  
  3869. html[data-theme=dark] .Main {
  3870. background: rgb(18, 18, 18);
  3871. }
  3872.  
  3873. html[data-theme=dark] .Pub-BookInfo .Label {
  3874. color: #0084ff;
  3875. background: #0084ff1a;
  3876. }
  3877.  
  3878. html[data-theme=dark] .Labels-labelButton-ioRsP {
  3879. color: #0084ff;
  3880. background: #0084ff1a;
  3881. }
  3882.  
  3883. html[data-theme=dark] .PubBook-RelativeListItem-info {
  3884. color: #8590A6
  3885. }
  3886.  
  3887. html[data-theme=dark] .PubIndex-book-main .Summary .TabContent .Description {
  3888. color: #8590A6
  3889. }
  3890.  
  3891. html[data-theme=dark] .Pub-BookAuthorItem .AuthorName {
  3892. color: #d3d3d3
  3893. }
  3894.  
  3895. html[data-theme=dark] .PubIndex-book-main .Summary .TabContent .ShortDesc {
  3896. color: #d3d3d3
  3897. }
  3898.  
  3899. html[data-theme=dark] .css-k7kepf {
  3900. color: #d3d3d3
  3901. }
  3902.  
  3903. html[data-theme=dark] .App-root-63J6a {
  3904. border: 1px solid #444
  3905. }
  3906.  
  3907. html[data-theme=dark] .Pub-reader-app-header .reader-nav li:after {
  3908. background: #444
  3909. }
  3910.  
  3911. html[data-theme=dark] .Pub-reader-app-header .reader-logo span:before {
  3912. background: #444
  3913. }
  3914.  
  3915. html[data-theme=dark] .Pub-web-reader .Pub-reader-catalogue li {
  3916. border-bottom: 1px solid #444
  3917. }
  3918.  
  3919. html[data-theme=dark] .Pub-web-reader .Pub-reader-catalogue:before {
  3920. background: #444
  3921. }
  3922.  
  3923. html[data-theme=dark] .css-lcfru7,
  3924. html[data-theme=dark] .css-xnl4yp {
  3925. border-bottom: 1px solid #444
  3926. }
  3927.  
  3928. html[data-theme=dark] .zm-topic-topbar {
  3929. border-bottom: 1px solid #444
  3930. }
  3931.  
  3932. html[data-theme=dark] .SelfCollectionItem-innerContainer {
  3933. border-bottom: 1px solid #444
  3934. }
  3935.  
  3936. html[data-theme=dark] .zm-item+.zm-item {
  3937. border-top: 1px solid #444
  3938. }
  3939.  
  3940. html[data-theme=dark] .zh-footer .content {
  3941. border-top: 1px solid #444
  3942. }
  3943.  
  3944. html[data-theme=dark] .zm-side-section+.zm-side-section>.zm-side-section-inner {
  3945. border-top: 1px solid #444
  3946. }
  3947.  
  3948. html[data-theme=dark] .zg-btn-white.zu-button-more {
  3949. background: rgb(18, 18, 18);
  3950. color: #3a76d0 !important;
  3951. border-color: #3a76d0;
  3952. box-shadow: none;
  3953. text-shadow: none
  3954. }
  3955.  
  3956. html[data-theme=dark] .css-r9mkgf {
  3957. background: rgb(18, 18, 18);
  3958. }
  3959.  
  3960. html[data-theme=dark] .css-jwse5c,
  3961. html[data-theme=dark] .css-1zcaix,
  3962. html[data-theme=dark] .css-4a3k6y,
  3963. html[data-theme=dark] .css-eonief {
  3964. color: #d3d3d3;
  3965. }
  3966.  
  3967. html[data-theme=dark] .css-hd7egx {
  3968. color: #d3d3d3;
  3969. border-color: #444
  3970. }
  3971.  
  3972. html[data-theme=dark] .css-iin461 {
  3973. border: 1px solid #444
  3974. }
  3975.  
  3976. html[data-theme=dark] .css-1ki0pxd {
  3977. border: none
  3978. }
  3979.  
  3980. html[data-theme=dark] .Pub-BookVipEntrance {
  3981. filter: brightness(0.6) !important;
  3982. }
  3983.  
  3984. html[data-theme=dark] div.css-1b0ypf8>div.css-1sqjzsk>div.css-tr5tvs>img {
  3985. filter: brightness(1) !important;
  3986. }
  3987.  
  3988. html[data-theme=dark] .ColumnHomeTop:before {
  3989. background: none
  3990. }
  3991.  
  3992. html[data-theme=dark] .ColumnHomeBottom {
  3993. background: none
  3994. }
  3995.  
  3996. html[data-theme=dark] .HybridLink.Home-topic {
  3997. cursor: pointer
  3998. }
  3999.  
  4000. html[data-theme=dark] .WikiLandingWelcome-main h2 {
  4001. color: #d3d3d3
  4002. }
  4003.  
  4004. html[data-theme=dark] .WikiLandingExcellentItems-title {
  4005. color: #d3d3d3
  4006. }
  4007.  
  4008. html[data-theme=dark] .WikiLandingExcellentItems-calcWrapper .WikiLandingExcellentItems-name {
  4009. color: #d3d3d3
  4010. }
  4011.  
  4012. html[data-theme=dark] .WikiLandingItemCard-title {
  4013. color: #d3d3d3
  4014. }
  4015.  
  4016. html[data-theme=dark] .WikiLandingGuide-title {
  4017. color: #d3d3d3
  4018. }
  4019.  
  4020. html[data-theme=dark] .WikiLandingCarousel-author .UserLink-link {
  4021. color: #d3d3d3
  4022. }
  4023.  
  4024. html[data-theme=dark] .WikiLandingContributor-title {
  4025. color: #d3d3d3
  4026. }
  4027.  
  4028. html[data-theme=dark] .WikiLandingRight-title {
  4029. color: #d3d3d3
  4030. }
  4031.  
  4032. html[data-theme=dark] .WikiLandingRight-right .WikiLandingRight-name {
  4033. color: #d3d3d3
  4034. }
  4035.  
  4036. html[data-theme=dark] .WikiLandingEditBoard-title {
  4037. color: #d3d3d3
  4038. }
  4039.  
  4040. html[data-theme=dark] .WikiLandingNavSelector-navItem {
  4041. color: #d3d3d3
  4042. }
  4043.  
  4044. html[data-theme=dark] .BalanceDashboard-Currency-Number {
  4045. color: #d3d3d3
  4046. }
  4047.  
  4048. html[data-theme=dark] .BalanceDashboard h1 {
  4049. color: #d3d3d3
  4050. }
  4051.  
  4052. html[data-theme=dark] .BalanceDashboard-Currency-Label {
  4053. color: #d3d3d3
  4054. }
  4055.  
  4056. html[data-theme=dark] .ClubSliderList-name {
  4057. color: #d3d3d3
  4058. }
  4059.  
  4060. html[data-theme=dark] .BalanceTransactionList-Item:nth-child(2n) {
  4061. background-color: hsla(0, 0%, 97%, 0.03);
  4062. }
  4063.  
  4064. .WikiLandingNavSelector-navItem--active,
  4065. html[data-theme=dark] .WikiLandingNavSelector-navItem--active {
  4066. color: #5868d1;
  4067. }
  4068.  
  4069. html[data-theme=dark] .WikiLandingGuide-wiki .WikiLandingGuide-image {
  4070. filter: brightness(0.6) !important;
  4071. }
  4072.  
  4073. html[data-theme=dark] .WikiLandingGuide-abstract .WikiLandingGuide-image {
  4074. filter: brightness(0.6) !important;
  4075. }
  4076.  
  4077. html[data-theme=dark] ._Coupon_intro_1kIo {
  4078. filter: brightness(0.6) !important;
  4079. }
  4080.  
  4081. html[data-theme=dark] ._Coupon_item_34n9 {
  4082. filter: brightness(0.6) !important;
  4083. }
  4084.  
  4085. html[data-theme=dark] .Community-ContentLayout {
  4086. background: black
  4087. }
  4088.  
  4089. html[data-theme=dark] .css-dainun {
  4090. background: rgb(18, 18, 18);
  4091. border-bottom: 1px solid #444
  4092. }
  4093.  
  4094. html[data-theme=dark] .css-1t8cvcr {
  4095. border-right: 1px solid #444
  4096. }
  4097.  
  4098. html[data-theme=dark] .css-104x2kz {
  4099. border-bottom: 1px solid #444;
  4100. }
  4101.  
  4102. html[data-theme=dark] .css-16kxzh3 {
  4103. border-bottom: 1px solid #444;
  4104. border-left: 1px solid #444
  4105. }
  4106.  
  4107. html[data-theme=dark] .css-18xitnw {
  4108. border-top: 1px solid #444;
  4109. }
  4110.  
  4111. html[data-theme=dark] .css-11v4451 {
  4112. background: rgb(18, 18, 18)
  4113. }
  4114.  
  4115. html[data-theme=dark] .css-m9gn5f {
  4116. background: rgb(18, 18, 18)
  4117. }
  4118.  
  4119. html[data-theme=dark] .css-bnfl40 {
  4120. background: rgb(18, 18, 18);
  4121. border-bottom: 20px solid rgb(18, 18, 18);
  4122. }
  4123.  
  4124. html[data-theme=dark] .css-19e7d80 {
  4125. background: rgb(18, 18, 18);
  4126. color: #8590A6
  4127. }
  4128.  
  4129. html[data-theme=dark] .css-19e7d80:hover {
  4130. color: #0084FF
  4131. }
  4132.  
  4133. .css-19e7d80:hover {
  4134. color: #0084FF
  4135. }
  4136.  
  4137. .css-5gbrzs:hover {
  4138. color: #0084FF
  4139. }
  4140.  
  4141. html[data-theme=dark] .css-5gbrzs:hover {
  4142. color: #0084FF
  4143. }
  4144.  
  4145. .css-tcdp81:hover {
  4146. color: #0084FF
  4147. }
  4148.  
  4149. html[data-theme=dark] .css-cmuys0 {
  4150. color: #d3d3d3
  4151. }
  4152.  
  4153. html[data-theme=dark] .css-14chytt {
  4154. color: #d3d3d3
  4155. }
  4156.  
  4157. html[data-theme=dark] .css-1hhi6j5 {
  4158. color: #d3d3d3
  4159. }
  4160.  
  4161. html[data-theme=dark] .css-1d7g4vp {
  4162. color: #d3d3d3
  4163. }
  4164.  
  4165. html[data-theme=dark] .css-1c4skpi {
  4166. color: #d3d3d3;
  4167. border-bottom: 1px solid #444;
  4168. }
  4169.  
  4170. html[data-theme=dark] .css-yu9w3k {
  4171. color: #d3d3d3;
  4172. border-bottom: 1px solid #444;
  4173. }
  4174.  
  4175. html[data-theme=dark] .css-1117lk0:hover .css-yu9w3k {
  4176. color: rgb(68, 68, 68);
  4177. border: none
  4178. }
  4179.  
  4180. html[data-theme=dark] .css-m9gn5f:hover {
  4181. background-color: rgb(246, 246, 246);
  4182. }
  4183.  
  4184. html[data-theme=dark] .css-m9gn5f:hover .css-yu9w3k {
  4185. background-color: rgb(246, 246, 246);
  4186. color: rgb(68, 68, 68);
  4187. border: none
  4188. }
  4189.  
  4190. html[data-theme=dark] .AbstractCard-header:after,
  4191. html[data-theme=dark] .AbstractCard-header:before {
  4192. opacity: 0.1
  4193. }
  4194.  
  4195. html[data-theme=dark] .css-gvm7n2::before {
  4196. background-image: linear-gradient(to right, #0084ff00, #0084ffd4);
  4197. }
  4198.  
  4199. html[data-theme=dark] .css-gvm7n2 {
  4200. color: #f6f6f6;
  4201. background: #0084ffd4;
  4202. }
  4203.  
  4204. html[data-theme=dark] .css-1dz0u0s {
  4205. background: #d3d3d3;
  4206. }
  4207.  
  4208. html[data-theme=dark] .community-copyright-form input,
  4209. html[data-theme=dark] .community-copyright-form textarea {
  4210. background: #ddd;
  4211. }
  4212.  
  4213. html[data-theme=dark] ._Slogan_sloganWrapper_2E5y {
  4214. background: #d3d3d3;
  4215. }
  4216.  
  4217. html[data-theme=dark] .CopyrightSettings h2 {
  4218. color: #d3d3d3;
  4219. }
  4220.  
  4221. html[data-theme=dark] .CopyrightSettings-setall-tip {
  4222. color: #d3d3d3;
  4223. }
  4224.  
  4225. html[data-theme=dark] .community-copyright-form .copies-item-add-button .text {
  4226. color: #d3d3d3;
  4227. }
  4228.  
  4229. html[data-theme=dark] .sprite-community-copyright,
  4230. html[data-theme=dark] [class*=sprite-community-copyright-] {
  4231. border: none;
  4232. border-radius: 16px;
  4233. }
  4234.  
  4235. html[data-theme=dark] .tab-navs {
  4236. border-bottom: 1px solid #444
  4237. }
  4238.  
  4239. html[data-theme=dark] .community-copyright-faq dt:first-child {
  4240. border-top: 1px solid #444
  4241. }
  4242.  
  4243. html[data-theme=dark] .community-copyright-faq dt {
  4244. border-bottom: 1px solid #444
  4245. }
  4246.  
  4247. html[data-theme=dark] .css-19mtex {
  4248. border-top: 1px solid #444
  4249. }
  4250.  
  4251. .AdblockBanner {
  4252. display: none !important
  4253. }
  4254.  
  4255. .Pc-word {
  4256. display: none !important
  4257. }
  4258.  
  4259. ._7akbfp {
  4260. color: white !important
  4261. }
  4262.  
  4263. html[data-theme=dark] #player {
  4264. filter: brightness(0.6) !important;
  4265. }
  4266.  
  4267. html[data-theme=dark] .PubIndex-book-main .BasicInfo .Actions {
  4268. border-top: 1px solid #444;
  4269. }
  4270.  
  4271. html[data-theme=dark] .PubIndex-book-main .Summary .TabContent .ToggleCollapse {
  4272. border-top: 1px solid #444;
  4273. }
  4274.  
  4275. html[data-theme=dark] .ReviewCell {
  4276. border-top: 1px solid #444;
  4277. }
  4278.  
  4279. html[data-theme=dark] .PubIndex-book-aside .ToggleCollapse {
  4280. border-top: 1px solid #444;
  4281. }
  4282.  
  4283. html[data-theme=dark] .PubIndex-book-main .Summary .TabContent .ExtInfo {
  4284. border-top: 1px solid #444;
  4285. }
  4286.  
  4287. html[data-theme=dark] .PubIndex-book-main .Summary .MPub-reader-chapter li {
  4288. border-bottom-color: #444
  4289. }
  4290.  
  4291. html[data-theme=dark] .PubIndex-book-main .Summary .MPub-reader-chapter li:hover span {
  4292. color: #404040
  4293. }
  4294.  
  4295. html[data-theme=dark] .PubIndex-book-main .Summary .MPub-reader-chapter li.level-1:before {
  4296. background: #d3d3d3
  4297. }
  4298.  
  4299. html[data-theme=dark] .PubIndex-book-main .Summary .MPub-reader-chapter li.level-1:hover:before {
  4300. background: #404040
  4301. }
  4302.  
  4303. html[data-theme=dark] .PubIndex-book-aside .ToBePublisher .Link {
  4304. color: #404040
  4305. }
  4306.  
  4307. html[data-theme=dark] .PubAsideNavs .NavItem:after {
  4308. background: rgb(26, 26, 26)
  4309. }
  4310.  
  4311. html[data-theme=dark] .Pub-web-reader .Pub-reader-guidance h3 span.title {
  4312. color: #bfbfbf
  4313. }
  4314.  
  4315. html[data-theme=dark] .Pub-web-reader .Pub-reader-guidance .operation-names {
  4316. color: #bfbfbf
  4317. }
  4318.  
  4319. html[data-theme=dark] .CornerButton {
  4320. background: #1a1a1a;
  4321. }
  4322.  
  4323. .CornerButton .Zi--BackToTop {
  4324. fill: #8590A6;
  4325. }
  4326.  
  4327. .CornerButton:hover .Zi--BackToTop {
  4328. fill: #0084FF;
  4329. }
  4330.  
  4331. .CornerButton:hover .Zi--BackToTop:hover {
  4332. fill: #0084FF;
  4333. }
  4334.  
  4335. html[data-theme=dark] .CornerButton .Zi--BackToTop {
  4336. fill: #8590A6;
  4337. }
  4338.  
  4339. html[data-theme=dark] .CornerButton:hover .Zi--BackToTop {
  4340. fill: #0084FF;
  4341. }
  4342.  
  4343. html[data-theme=dark] .CornerButton:hover .Zi--BackToTop:hover {
  4344. fill: #0084FF;
  4345. }
  4346.  
  4347. html[data-theme=dark] .Main header {
  4348. border-bottom: 1px solid #444;
  4349. }
  4350.  
  4351. html[data-theme=dark] .Main .params section {
  4352. border-bottom: 1px solid #444;
  4353. }
  4354.  
  4355. html[data-theme=dark] .App-root-fNRdG {
  4356. border: 1px solid #444;
  4357. }
  4358.  
  4359. html[data-theme=dark] .Popover-content-fGkPm.Bubble-content-fdv1v {
  4360. border: none !important;
  4361. }
  4362.  
  4363. html[data-theme=dark] .SignFlowHomepage {
  4364. filter: brightness(0.6) !important;
  4365. }
  4366.  
  4367. html[data-theme=dark] .css-zvnmar {
  4368. background: rgb(18, 18, 18);
  4369. }
  4370.  
  4371. html[data-theme=dark] .css-1pk3pp1 {
  4372. background: rgb(18, 18, 18);
  4373. }
  4374.  
  4375. html[data-theme=dark] .SignFlow-captchaContainer.Captcha-chinese {
  4376. background: rgb(18, 18, 18);
  4377. }
  4378.  
  4379. html[data-theme=dark] .SignContainer-inner {
  4380. background: rgb(18, 18, 18);
  4381. }
  4382.  
  4383. html[data-theme=dark] .Login-socialLogin {
  4384. background: rgb(18, 18, 18);
  4385. }
  4386.  
  4387. html[data-theme=dark] .SignContainer-content input {
  4388. background: rgb(18, 18, 18) !important;
  4389. color: white !important
  4390. }
  4391.  
  4392. html[data-theme=dark] .css-1vs8y1g {
  4393. border-top: 1px solid #444;
  4394. }
  4395.  
  4396. html[data-theme=dark] .ZVideoLinkCard-title {
  4397. color: #d3d3d3
  4398. }
  4399.  
  4400. html[data-theme=dark] .ZVideo-title {
  4401. color: #d3d3d3
  4402. }
  4403.  
  4404. html[data-theme=dark] .LinkCard-title {
  4405. color: #d3d3d3
  4406. }
  4407.  
  4408. html[data-theme=dark] .ecommerce-ad-arrow-main-content-des span {
  4409. color: #d3d3d3 !important
  4410. }
  4411.  
  4412. html[data-theme=dark] .ArticleLinkCard-title {
  4413. color: #d3d3d3
  4414. }
  4415.  
  4416. html[data-theme=dark] .ProfileHeader-detail {
  4417. color: #d3d3d3
  4418. }
  4419.  
  4420. html[data-theme=dark] .BlockTitle {
  4421. color: #d3d3d3
  4422. }
  4423.  
  4424. html[data-theme=dark] .FormulaModal-formula img {
  4425. filter: invert(1) !important;
  4426. }
  4427.  
  4428. html[data-theme=dark] .MCNLinkCard-price {
  4429. color: #ff7955cc
  4430. }
  4431.  
  4432. html[data-theme=dark] .MCNLinkCard-button {
  4433. color: #ff7955cc
  4434. }
  4435.  
  4436. html[data-theme=dark] .css-10rt8mt {
  4437. background: #D3D3D3
  4438. }
  4439.  
  4440. html[data-theme=dark] .css-j3ksul {
  4441. color: #D3D3D3
  4442. }
  4443.  
  4444. html[data-theme=dark] .css-13ry121 {
  4445. color: #D3D3D3
  4446. }
  4447.  
  4448. html[data-theme=dark] .css-17sk48h {
  4449. background: #D3D3D3
  4450. }
  4451.  
  4452. html[data-theme=dark] .css-6pi7dw {
  4453. background: #D3D3D3
  4454. }
  4455.  
  4456. html[data-theme=dark] .css-1djl0i {
  4457. color: #D3D3D3
  4458. }
  4459.  
  4460. html[data-theme=dark] .css-ya4ahl {
  4461. color: #D3D3D3
  4462. }
  4463.  
  4464. html[data-theme=dark] .css-rpq3do {
  4465. background: #D3D3D3
  4466. }
  4467.  
  4468. html[data-theme=dark] .css-1fod326 {
  4469. background: #D3D3D3
  4470. }
  4471.  
  4472. html[data-theme=dark] .css-1lywtmg {
  4473. color: #D3D3D3
  4474. }
  4475.  
  4476. html[data-theme=dark] .css-1sxqbyv {
  4477. color: #D3D3D3
  4478. }
  4479.  
  4480. html[data-theme=dark] .css-noi2nm {
  4481. background: #f6f6f699
  4482. }
  4483.  
  4484. html[data-theme=dark] .OpenInAppButton {
  4485. display: none !important
  4486. }
  4487.  
  4488. html[data-theme=dark] .css-1rmxt0r {
  4489. background: rgb(18, 18, 18)
  4490. }
  4491.  
  4492. html[data-theme=dark] .css-17cflso {
  4493. background: rgb(18, 18, 18)
  4494. }
  4495.  
  4496. html[data-theme=dark] .css-148dlpw {
  4497. background: rgb(18, 18, 18)
  4498. }
  4499.  
  4500. html[data-theme=dark] .css-pxupqe {
  4501. background: rgb(18, 18, 18)
  4502. }
  4503.  
  4504. html[data-theme=dark] .css-u6lvao {
  4505. background: rgb(18, 18, 18)
  4506. }
  4507.  
  4508. html[data-theme=dark] .css-u6lvao:before {
  4509. background: rgb(18, 18, 18)
  4510. }
  4511.  
  4512. html[data-theme=dark] .css-u6lvao:after {
  4513. background: rgb(18, 18, 18)
  4514. }
  4515.  
  4516. html[data-theme=dark] .css-i6cwu4 {
  4517. background: rgb(18, 18, 18)
  4518. }
  4519.  
  4520. html[data-theme=dark] .Section-title-6pXgn {
  4521. color: #D3D3D3
  4522. }
  4523.  
  4524. html[data-theme=dark] .NewVipJointCard-info-kVD8s {
  4525. color: #D3D3D3;
  4526. }
  4527.  
  4528. html[data-theme=dark] .SectionTitle-title-hm9BX {
  4529. color: #D3D3D3
  4530. }
  4531.  
  4532. html[data-theme=dark] .OtherPrivileges-vipPrivilegeItem-2wWQh .OtherPrivileges-title-5TbKp {
  4533. color: #D3D3D3
  4534. }
  4535.  
  4536. html[data-theme=dark] .App-vipCard-smjUr {
  4537. filter: brightness(0.6) !important;
  4538. }
  4539.  
  4540. html[data-theme=dark] .App-rightsTitle-mSEk4 {
  4541. color: #D3D3D3
  4542. }
  4543.  
  4544. html[data-theme=dark] .App-vipBookItem-cdBqb {
  4545. color: #D3D3D3
  4546. }
  4547.  
  4548. html[data-theme=dark] .App-contentRightsItem-8pbnH {
  4549. color: #D3D3D3
  4550. }
  4551.  
  4552. html[data-theme=dark] .App-activityItem-9ttFQ {
  4553. color: #D3D3D3
  4554. }
  4555.  
  4556. html[data-theme=dark] .AlbumColumnMagazineWebPage-title-wN4vV {
  4557. color: #D3D3D3
  4558. }
  4559.  
  4560. html[data-theme=dark] .Tabs-tab-rmJ5e.Tabs-active-modB7 {
  4561. color: #D3D3D3
  4562. }
  4563.  
  4564. html[data-theme=dark] .Section-title-pJASK {
  4565. color: #D3D3D3
  4566. }
  4567.  
  4568. html[data-theme=dark] .Contents-chapterCommonTitle-ss2nC {
  4569. color: #D3D3D3
  4570. }
  4571.  
  4572. html[data-theme=dark] .ChapterCard-title-wFeeZ {
  4573. color: #D3D3D3
  4574. }
  4575.  
  4576. html[data-theme=dark] .SkuCell-title-bHvuZ {
  4577. color: #D3D3D3
  4578. }
  4579.  
  4580. html[data-theme=dark] .css-14mfnik {
  4581. background: rgb(27, 27, 27)
  4582. }
  4583.  
  4584. html[data-theme=dark] .GifPlayer.isPlaying .GifPlayer-icon {
  4585. opacity: 0 !important
  4586. }
  4587.  
  4588. html[data-theme=dark] .GifPlayer.isPlaying .GifPlayer-gif2mp4 {
  4589. filter: brightness(0.6) !important
  4590. }
  4591.  
  4592. html[data-theme=dark] .GifPlayer.isPlaying .GifPlayer-gif2mp4+img {
  4593. opacity: 0 !important
  4594. }
  4595.  
  4596. html[data-theme=dark] .css-1sry9ao {
  4597. background: rgb(18, 18, 18)
  4598. }
  4599.  
  4600. html[data-theme=dark] .css-a3trda .css-b1npk4 {
  4601. color: #0084ff
  4602. }
  4603.  
  4604. html[data-theme=dark] .css-1stnbni .css-b1npk4 {
  4605. color: #D3D3D3
  4606. }
  4607.  
  4608. html[data-theme=dark] .css-1stnbni:hover {
  4609. background: #8080801c;
  4610. }
  4611.  
  4612. html[data-theme=dark] .css-1myg3er path {
  4613. fill: #d3d3d3
  4614. }
  4615.  
  4616. html[data-theme=dark] .VersatileModuleRenderer-module-kEzfc .VersatileModuleRenderer-skuTitle-mDcPo {
  4617. color: #D3D3D3
  4618. }
  4619.  
  4620. html[data-theme=dark] .CreatorRecruitHeader-title {
  4621. color: #D3D3D3 !important
  4622. }
  4623.  
  4624. html[data-theme=dark] .css-1b1irul {
  4625. filter: brightness(0.6) !important
  4626. }
  4627.  
  4628. html[data-theme=dark] .css-125jmqu {
  4629. filter: brightness(0.6) !important
  4630. }
  4631.  
  4632. html[data-theme=dark] .css-1y2wwyj {
  4633. filter: brightness(0.6) !important
  4634. }
  4635.  
  4636. html[data-theme=dark] .css-1xxg9xm {
  4637. color: #0084FF
  4638. }
  4639.  
  4640. html[data-theme=dark] .css-17oyyq4:hover {
  4641. color: #0084FF
  4642. }
  4643.  
  4644. html[data-theme=dark] .css-uq88u1 {
  4645. color: #d3d3d3
  4646. }
  4647.  
  4648. html[data-theme=dark] .css-dh57eh {
  4649. color: #d3d3d3
  4650. }
  4651.  
  4652. html[data-theme=dark] .css-1j6wofp {
  4653. color: #d3d3d3
  4654. }
  4655.  
  4656. html[data-theme=dark] .css-jwu58x {
  4657. color: #d3d3d3
  4658. }
  4659.  
  4660. html[data-theme=dark] .css-1851dda {
  4661. color: #d3d3d3
  4662. }
  4663.  
  4664. html[data-theme=dark] .css-1yhwbu2 {
  4665. color: #d3d3d3
  4666. }
  4667.  
  4668. html[data-theme=dark] .css-1xg9zz8 {
  4669. color: #d3d3d3
  4670. }
  4671.  
  4672. html[data-theme=dark] .css-147d5r2 {
  4673. color: #d3d3d3
  4674. }
  4675.  
  4676. html[data-theme=dark] .css-103ktxc {
  4677. color: #d3d3d3
  4678. }
  4679.  
  4680. html[data-theme=dark] .css-1g2163c {
  4681. color: #d3d3d3
  4682. }
  4683.  
  4684. html[data-theme=dark] .css-sfliv9 {
  4685. color: rgb(153, 153, 153);
  4686. }
  4687.  
  4688. html[data-theme=dark] .css-jt1vdv {
  4689. border-bottom: 1px solid #d3d3d3;
  4690. border-color: #d3d3d3
  4691. }
  4692.  
  4693. html[data-theme=dark] .css-1da4iq8 {
  4694. background: rgb(18, 18, 18);
  4695. border: 1px solid #2e2e2e
  4696. }
  4697.  
  4698. html[data-theme=dark] .css-oqge09 {
  4699. background: rgb(18, 18, 18);
  4700. border: 1px solid #2e2e2e
  4701. }
  4702.  
  4703. html[data-theme=dark] .css-1s46lii {
  4704. background: rgb(18, 18, 18);
  4705. }
  4706.  
  4707. html[data-theme=dark] .KfeCollection-GoodsCardV2-detail-title {
  4708. color: #d3d3d3
  4709. }
  4710.  
  4711. html[data-theme=dark] .KfeCollection-GoodsCardV2-cover-label {
  4712. color: black
  4713. }
  4714.  
  4715. html[data-theme=dark] .ColumnMagazineWeb-newBottomBar-idP5i {
  4716. background: rgb(18, 18, 18);
  4717. border-top: 1px solid #2e2e2e
  4718. }
  4719.  
  4720. html[data-theme=dark] svg.NewBottomBar-defaultColor-3FMr6:not([class*="NewBottomBar-active-hvaTK"]) {
  4721. filter: invert(1) brightness(0.6) !important
  4722. }
  4723.  
  4724. html[data-theme=dark] .index-logo-cb3Kk .Image-image-bdKjJ {
  4725. filter: invert(1) brightness(0.6) !important
  4726. }
  4727.  
  4728. html[data-theme=dark] .index-contactCard-gjgfA .index-logo-krbeE .Image-image-bdKjJ {
  4729. filter: invert(1) brightness(0.6) !important
  4730. }
  4731.  
  4732. html[data-theme=dark] .HeaderInfo-root-gnEfo {
  4733. filter: brightness(0.6) !important
  4734. }
  4735.  
  4736. html[data-theme=dark] .AuthorsSection-headerTitle-xjzpp {
  4737. color: #d3d3d3
  4738. }
  4739.  
  4740. html[data-theme=dark] .CatalogModule-title-sggN4 {
  4741. color: #d3d3d3
  4742. }
  4743.  
  4744. html[data-theme=dark] a.UserCell-link-hyWMo {
  4745. color: #d3d3d3
  4746. }
  4747.  
  4748. html[data-theme=dark] .MyShelf-title-qA1gu {
  4749. color: #d3d3d3
  4750. }
  4751.  
  4752. html[data-theme=dark] .RecommendFeed-title-x2nEt {
  4753. color: #d3d3d3
  4754. }
  4755.  
  4756. html[data-theme=dark] .RecommendFeed-skuTitle-otRGK {
  4757. color: #d3d3d3 !important
  4758. }
  4759.  
  4760. html[data-theme=dark] .MemberInfoPanel-userName-boKER {
  4761. color: #d3d3d3 !important
  4762. }
  4763.  
  4764. html[data-theme=dark] .TopNavBar-inner-baxks .TopNavBar-tab-hBAaU a {
  4765. color: #d3d3d3
  4766. }
  4767.  
  4768. .TopNavBar-logoContainer-vDhU2 .TopNavBar-zhihuLogo-jzM1f {
  4769. color: #0084ff
  4770. }
  4771.  
  4772. html[data-theme=dark] .TopNavBar-logoContainer-vDhU2 .TopNavBar-zhihuLogo-jzM1f {
  4773. color: #0084ff
  4774. }
  4775.  
  4776. html[data-theme=dark] .RankingList-header-eSGqm .RankingList-tabList-usmMt .RankingList-tabItem-pTnCd {
  4777. color: #d3d3d3
  4778. }
  4779.  
  4780. html[data-theme=dark] .RankingList-header-eSGqm .RankingList-tabList-usmMt .RankingList-tabItem-pTnCd.RankingList-active-mh1YB {
  4781. color: #ce994f
  4782. }
  4783.  
  4784. html[data-theme=dark] .RankingList-header-eSGqm .RankingList-tabList-usmMt .RankingList-title-nDS4G {
  4785. color: #d3d3d3
  4786. }
  4787.  
  4788. html[data-theme=dark] .RankingList-skuItem-hpJpz .RankingList-title-nDS4G {
  4789. color: #d3d3d3
  4790. }
  4791.  
  4792. html[data-theme=dark] .RankingList-skuItem-hpJpz .RankingList-author-fH328 {
  4793. color: #d3d3d3
  4794. }
  4795.  
  4796. html[data-theme=dark] .SaltItem-title-th5Li {
  4797. color: #d3d3d3
  4798. }
  4799.  
  4800. html[data-theme=dark] .ShelfCell-title-bztZM {
  4801. color: #d3d3d3
  4802. }
  4803.  
  4804. .TopNavBar-root-hektz .TopNavBar-userInfo-kfSJK .TopNavBar-icon-9TVP7 .Zi--Bell path {
  4805. fill: #d3d3d3
  4806. }
  4807.  
  4808. .TopNavBar-root-hektz .TopNavBar-userInfo-kfSJK .TopNavBar-icon-9TVP7 .Zi--Comments path {
  4809. fill: #d3d3d3
  4810. }
  4811.  
  4812. .TopNavBar-root-hektz.TopNavBar-fixMode-29iHi .TopNavBar-userInfo-kfSJK .TopNavBar-icon-9TVP7 .Zi--Bell path {
  4813. fill: black
  4814. }
  4815.  
  4816. .TopNavBar-root-hektz.TopNavBar-fixMode-29iHi .TopNavBar-userInfo-kfSJK .TopNavBar-icon-9TVP7 .Zi--Comments path {
  4817. fill: black
  4818. }
  4819.  
  4820. html[data-theme=dark] .TopNavBar-root-hektz.TopNavBar-fixMode-29iHi .TopNavBar-userInfo-kfSJK .TopNavBar-icon-9TVP7 .Zi--Bell path {
  4821. fill: #8590A6
  4822. }
  4823.  
  4824. html[data-theme=dark] .TopNavBar-root-hektz.TopNavBar-fixMode-29iHi .TopNavBar-userInfo-kfSJK .TopNavBar-icon-9TVP7 .Zi--Comments path {
  4825. fill: #8590A6
  4826. }
  4827.  
  4828. html[data-theme=dark] .RankingList-root-ontG8 {
  4829. background: rgb(18, 18, 18)
  4830. }
  4831.  
  4832. html[data-theme=dark] .ProductCell-title-ar7kK {
  4833. color: #d3d3d3
  4834. }
  4835.  
  4836. html[data-theme=dark] .ProductItemVertical-title-7SkbW {
  4837. color: #d3d3d3
  4838. }
  4839.  
  4840. html[data-theme=dark] .LiveAppointmentItem-title-djRgc {
  4841. color: #d3d3d3
  4842. }
  4843.  
  4844. html[data-theme=dark] .CoverStory-bigTitle-r5fk8 {
  4845. color: #d3d3d3
  4846. }
  4847.  
  4848. html[data-theme=dark] .CarouselBanner-leftTurnPageBtn-jxet9,
  4849. html[data-theme=dark] .CarouselBanner-rightTurnPageBtn-gFDYQ {
  4850. color: #d3d3d3
  4851. }
  4852.  
  4853. html[data-theme=dark] .css-1v0m2e8 {
  4854. color: #d3d3d3
  4855. }
  4856.  
  4857. html[data-theme=dark] .MyShelf-bookCell-d1F4t .MyShelf-bookInfo-rXqus .MyShelf-bookTitle-sYXGP {
  4858. color: #d3d3d3
  4859. }
  4860.  
  4861. html[data-theme=dark] .SuperStarList-title-iem6E {
  4862. color: #d3d3d3
  4863. }
  4864.  
  4865. html[data-theme=dark] .SuperStarList-starCell-b5kon.SuperStarList-active-fqY4e .SuperStarList-name-fXz2f {
  4866. color: #d3d3d3
  4867. }
  4868.  
  4869. html[data-theme=dark] .SuperStarList-starCell-b5kon .SuperStarList-name-fXz2f:hover {
  4870. color: #d3d3d3
  4871. }
  4872.  
  4873. html[data-theme=dark] .MenuBar-root-v61Qh {
  4874. border-bottom: 10px solid rgb(18, 18, 18)
  4875. }
  4876.  
  4877. .Card.css-8z7gkt {
  4878. display: none !important;
  4879. }
  4880.  
  4881. html[data-theme=dark] .ManuscriptTitle-root-vhZzG {
  4882. color: #d3d3d3
  4883. }
  4884.  
  4885. html[data-theme=dark] .ProductCardNew-title-7X4Ff {
  4886. color: #d3d3d3
  4887. }
  4888.  
  4889. html[data-theme=dark] .TopNavBar-inner-baxks .TopNavBar-searchBar-wM9EY .TopNavBar-searchBtn-n4UgZ {
  4890. filter: brightness(0.9) !important
  4891. }
  4892.  
  4893. html[data-theme=dark] .MemberInfoPanel-info-fqJU8 .MemberInfoPanel-memberBtn-9B2nK {
  4894. filter: brightness(0.9) !important
  4895. }
  4896.  
  4897. html[data-theme=dark] .css-1pwpt4d {
  4898. color: #d3d3d3
  4899. }
  4900.  
  4901. html[data-theme=dark] .css-piu9of {
  4902. color: #d3d3d3
  4903. }
  4904.  
  4905. html[data-theme=dark] .css-rk0pq {
  4906. color: #d3d3d3
  4907. }
  4908.  
  4909. html[data-theme=dark] .css-p8hfce {
  4910. color: #d3d3d3
  4911. }
  4912.  
  4913. html[data-theme=dark] .css-kwnxmp {
  4914. color: #d3d3d3
  4915. }
  4916.  
  4917. html[data-theme=dark] .css-bc6idi {
  4918. color: #d3d3d3
  4919. }
  4920.  
  4921. html[data-theme=dark] .css-8u7moq {
  4922. color: #d3d3d3
  4923. }
  4924.  
  4925. html[data-theme=dark] .css-c0lyvn {
  4926. color: #d3d3d3
  4927. }
  4928.  
  4929. html[data-theme=dark] .css-1204lgo {
  4930. color: #d3d3d3
  4931. }
  4932.  
  4933. html[data-theme=dark] .css-17t0kok {
  4934. color: #8590a6
  4935. }
  4936.  
  4937. html[data-theme=dark] .css-1xegbra {
  4938. background-color: #d3d3d3
  4939. }
  4940.  
  4941. html[data-theme=dark] .css-80i0x3 {
  4942. background-color: #d3d3d3
  4943. }
  4944.  
  4945. html[data-theme=dark] .css-1akafz2 {
  4946. background-color: #d3d3d3
  4947. }
  4948.  
  4949. html[data-theme=dark] .css-16zrry9 {
  4950. background-color: rgb(18, 18, 18)
  4951. }
  4952.  
  4953. html[data-theme=dark] .css-ygii7h {
  4954. background-color: rgb(18, 18, 18)
  4955. }
  4956.  
  4957. html[data-theme=dark] .css-1f47p0s {
  4958. border-bottom: 1px solid #444
  4959. }
  4960.  
  4961. html[data-theme=dark] .css-19rbssv {
  4962. border-bottom: 1px solid #444
  4963. }
  4964.  
  4965. html[data-theme=dark] .css-wooxo5 .CreationManage-CreationCard {
  4966. border-top: 1px solid #444
  4967. }
  4968.  
  4969. html[data-theme=dark] .css-90w7z {
  4970. border-color: #444
  4971. }
  4972.  
  4973. html[data-theme=dark] .SkuTitle-skuTitleText-iVc91 {
  4974. color: #d3d3d3 !important
  4975. }
  4976.  
  4977. html[data-theme=dark] .GalleryCell-title-38fBA {
  4978. color: #d3d3d3 !important
  4979. }
  4980.  
  4981. html[data-theme=dark] .GalleryCell-footer-h9wzn {
  4982. color: #d3d3d3 !important
  4983. }
  4984.  
  4985. html[data-theme=dark] .VideoMask-duration-2dQ3k {
  4986. color: #d3d3d3 !important
  4987. }
  4988.  
  4989. .MemberButtonGroup.ProfileButtonGroup.HoverCard-buttons .Button--grey:hover .Zi--Comments path {
  4990. fill: rgb(0, 255, 127)
  4991. }
  4992.  
  4993. .MemberButtonGroup.ProfileButtonGroup.ProfileMain-buttons .Button--grey:hover .Zi--Comments path {
  4994. fill: rgb(0, 255, 127) !important
  4995. }
  4996.  
  4997. html[data-theme=dark] .MemberButtonGroup.ProfileButtonGroup.ProfileHeader-buttons .Button--grey.Button--withIcon.Button--withLabel:hover {
  4998. color: rgb(0, 255, 127) !important
  4999. }
  5000.  
  5001. html[data-theme=dark] .PushNotifications-item {
  5002. color: #d3d3d3 !important
  5003. }
  5004.  
  5005. html[data-theme=dark] .Messages-item {
  5006. color: #d3d3d3
  5007. }
  5008.  
  5009. html[data-theme=dark] .Messages-myMessageTab {
  5010. color: #d3d3d3
  5011. }
  5012.  
  5013. html[data-theme=dark] .Messages-myMessageTab:hover {
  5014. color: #d3d3d3
  5015. }
  5016.  
  5017. html[data-theme=dark] .ChatBoxModal-closeIcon {
  5018. fill: #d3d3d3
  5019. }
  5020.  
  5021. .Notifications-footer>a:nth-child(2):hover {
  5022. color: #0084ff
  5023. }
  5024.  
  5025. html[data-theme=dark] .Notifications-Main>header h1 {
  5026. color: #d3d3d3
  5027. }
  5028.  
  5029. html[data-theme="dark"] .Notifications-Section-header h2 {
  5030. color: #d3d3d3
  5031. }
  5032.  
  5033. html[data-theme=dark] .NotificationList-Item-content {
  5034. color: #d3d3d3
  5035. }
  5036.  
  5037. .Messages-footer .Button:hover {
  5038. color: #0084ff !important
  5039. }
  5040.  
  5041. html[data-theme=dark] .TopSearch-itemLink {
  5042. color: #d3d3d3
  5043. }
  5044.  
  5045. html[data-theme=dark] .RelatedCommodities-subject {
  5046. color: #d3d3d3
  5047. }
  5048.  
  5049. html[data-theme=dark] .SearchTopicHeader-IntroductionWrapper {
  5050. color: #d3d3d3
  5051. }
  5052.  
  5053. html[data-theme=dark] .RichContent-cover-duration {
  5054. color: #d3d3d3
  5055. }
  5056.  
  5057. html[data-theme=dark] .WriteIndex-pageTitle {
  5058. color: #d3d3d3
  5059. }
  5060.  
  5061. html[data-theme=dark] .Club-Search-Name {
  5062. color: #d3d3d3
  5063. }
  5064.  
  5065. html[data-theme=dark] .Club-Search-WebContent .Club-Search-Desc {
  5066. color: #d3d3d3
  5067. }
  5068.  
  5069. html[data-theme=dark] .Search-container .SearchItem-meta {
  5070. color: #d3d3d3
  5071. }
  5072.  
  5073. html[data-theme=dark] .ContentItem-title a:hover .Highlight em {
  5074. color: #6385a6
  5075. }
  5076.  
  5077. html[data-theme=dark] .Club-Search-Name:hover {
  5078. color: #6385a6
  5079. }
  5080.  
  5081. html[data-theme=dark] .Club-Search-Name:hover em {
  5082. color: #6385a6
  5083. }
  5084.  
  5085. html[data-theme=dark] .SearchClubCard-avatar {
  5086. filter: brightness(0.6) !important;
  5087. }
  5088.  
  5089. html[data-theme=dark] .ClubSideTitle-title {
  5090. color: #d3d3d3
  5091. }
  5092.  
  5093. html[data-theme=dark] .ClubInfoCard-title {
  5094. color: #d3d3d3
  5095. }
  5096.  
  5097. html[data-theme=dark] .ClubInfoCard-admins .ClubAdmin-name {
  5098. color: #d3d3d3
  5099. }
  5100.  
  5101. html[data-theme=dark] .Search-container {
  5102. color: #d3d3d3
  5103. }
  5104.  
  5105. html[data-theme=dark] .css-1v840mj {
  5106. background: rgb(18, 18, 18)
  5107. }
  5108.  
  5109. html[data-theme=dark] .css-a9sbyu {
  5110. background: rgb(18, 18, 18)
  5111. }
  5112.  
  5113. html[data-theme=dark] .css-1wof2n {
  5114. background: rgb(18, 18, 18)
  5115. }
  5116.  
  5117. html[data-theme=dark] .css-5abu0r {
  5118. background: rgb(18, 18, 18)
  5119. }
  5120.  
  5121. html[data-theme=dark] .css-6mdg56 {
  5122. background: rgb(18, 18, 18)
  5123. }
  5124.  
  5125. html[data-theme=dark] .css-n7efg0 {
  5126. background: rgb(18, 18, 18)
  5127. }
  5128.  
  5129. html[data-theme=dark] .css-12t64ov {
  5130. background: rgb(18, 18, 18)
  5131. }
  5132.  
  5133. html[data-theme=dark] .css-lpo24q {
  5134. background: rgb(18, 18, 18)
  5135. }
  5136.  
  5137. html[data-theme=dark] .css-mzh2tk {
  5138. background: rgb(18, 18, 18)
  5139. }
  5140.  
  5141. html[data-theme=dark] .css-1vm3b1t {
  5142. background: rgb(18, 18, 18)
  5143. }
  5144.  
  5145. html[data-theme=dark] .css-u8y4hj {
  5146. background: rgb(18, 18, 18)
  5147. }
  5148.  
  5149. html[data-theme=dark] .css-c23k4l {
  5150. background: rgb(18, 18, 18)
  5151. }
  5152.  
  5153. html[data-theme=dark] .css-mjg7l1 {
  5154. background: rgb(18, 18, 18)
  5155. }
  5156.  
  5157. html[data-theme=dark] .css-wcswpi {
  5158. background: rgb(18, 18, 18);
  5159. border: 1px solid rgb(18, 18, 18);
  5160. }
  5161.  
  5162. html[data-theme=dark] .index-bannerItem-3o3D7 {
  5163. background: rgb(18, 18, 18)
  5164. }
  5165.  
  5166. html[data-theme=dark] .LearningRouteCard-wrapper-8Yu5u {
  5167. background: rgb(18, 18, 18) !important
  5168. }
  5169.  
  5170. html[data-theme=dark] .ProfileMenu-root-mkEES {
  5171. background: rgb(18, 18, 18);
  5172. color: #d3d3d3
  5173. }
  5174.  
  5175. html[data-theme=dark] .ProfileMenu-item-iT1iQ:hover {
  5176. background: #1b1b1b
  5177. }
  5178.  
  5179. .ProfileMenu-item-iT1iQ:nth-child(1):hover {
  5180. color: rgb(5, 107, 0)
  5181. }
  5182.  
  5183. .ProfileMenu-item-iT1iQ:nth-child(2):hover {
  5184. color: #0084ff
  5185. }
  5186.  
  5187. .ProfileMenu-item-iT1iQ:nth-child(3):hover {
  5188. color: red
  5189. }
  5190.  
  5191. .ProfileMenu-item-iT1iQ:nth-child(4):hover {
  5192. color: purple
  5193. }
  5194.  
  5195. .ProfileMenu-item-iT1iQ:nth-child(5):hover {
  5196. color: red
  5197. }
  5198.  
  5199. .index-activityTabItemLabel-cPuZy {
  5200. color: #0084ff
  5201. }
  5202.  
  5203. html[data-theme=dark] .LearningRouteCard-pathContent-j3jVv {
  5204. background: rgb(18, 18, 18)
  5205. }
  5206.  
  5207. html[data-theme=dark] .Recruit-buttonFix-placeholder {
  5208. background: rgb(18, 18, 18) !important
  5209. }
  5210.  
  5211. html[data-theme=dark] .CreatorRecruitFooter--fix {
  5212. background: rgb(18, 18, 18)
  5213. }
  5214.  
  5215. html[data-theme=dark] .index-tab-qQX4H {
  5216. border: none
  5217. }
  5218.  
  5219. html[data-theme=dark] .css-17ephyd {
  5220. background: rgb(18, 18, 18);
  5221. border-bottom: 1px solid #444
  5222. }
  5223.  
  5224. html[data-theme=dark] .LearningRouteCard-seeAll-xnUqk .LearningRouteCard-text-jkiXH {
  5225. color: #0084ff
  5226. }
  5227.  
  5228. html[data-theme=dark] .LearningRouteCard-pathItem-xin1f .LearningRouteCard-content-kw2RW .LearningRouteCard-title-do7ND {
  5229. color: #d3d3d3
  5230. }
  5231.  
  5232. html[data-theme=dark] .LearningRouteCard-pathItem-xin1f .LearningRouteCard-content-kw2RW .LearningRouteCard-detail-i7CrR {
  5233. color: #d3d3d3
  5234. }
  5235.  
  5236. html[data-theme=dark] .index-extraLink-eCWnW.index-extraLink-ptmhQ.index-downLoadIcon-ofcPm {
  5237. color: #d3d3d3
  5238. }
  5239.  
  5240. html[data-theme=dark] .index-extraLink-ptmhQ {
  5241. color: #d3d3d3
  5242. }
  5243.  
  5244. html[data-theme=dark] .index-recordCourseTitle-eT8nU {
  5245. color: #d3d3d3
  5246. }
  5247.  
  5248. html[data-theme=dark] .index-root-pqCRt .title .index-hover-mfuGW {
  5249. color: #d3d3d3
  5250. }
  5251.  
  5252. html[data-theme=dark] .index-root-pqCRt .title:hover .index-hover-mfuGW {
  5253. color: #0084ff
  5254. }
  5255.  
  5256. html[data-theme=dark] .index-authorName-qsoxS {
  5257. color: #d3d3d3
  5258. }
  5259.  
  5260. html[data-theme=dark] .css-vl4iaa {
  5261. color: #d3d3d3
  5262. }
  5263.  
  5264. html[data-theme=dark] .css-1ng3oge {
  5265. color: #d3d3d3
  5266. }
  5267.  
  5268. html[data-theme=dark] .css-1myqwel {
  5269. color: #d3d3d3
  5270. }
  5271.  
  5272. html[data-theme=dark] .css-p52k8h {
  5273. color: #d3d3d3
  5274. }
  5275.  
  5276. html[data-theme=dark] .css-25wprl {
  5277. color: #d3d3d3
  5278. }
  5279.  
  5280. html[data-theme=dark] .css-1g4zjtl {
  5281. color: #d3d3d3
  5282. }
  5283.  
  5284. html[data-theme=dark] .css-1m63gvn {
  5285. color: #d3d3d3
  5286. }
  5287.  
  5288. html[data-theme=dark] .css-1k10w8f {
  5289. color: #d3d3d3
  5290. }
  5291.  
  5292. html[data-theme=dark] .css-o7lu8j {
  5293. color: #d3d3d3
  5294. }
  5295.  
  5296. html[data-theme=dark] .css-74475r {
  5297. color: #d3d3d3
  5298. }
  5299.  
  5300. html[data-theme=dark] .css-cgmw6p {
  5301. color: #d3d3d3
  5302. }
  5303.  
  5304. .ContentItem-convertVideoButton:hover {
  5305. color: red
  5306. }
  5307.  
  5308. .ContentItem-convertVideoButton:hover svg {
  5309. fill: red
  5310. }
  5311.  
  5312. html[data-theme=dark] .ContentItem-convertVideoButton:hover {
  5313. color: red
  5314. }
  5315.  
  5316. html[data-theme=dark] .ContentItem-convertVideoButton:hover svg {
  5317. fill: red;
  5318. filter: brightness(1) !important;
  5319. }
  5320.  
  5321. .CommentItemV2-footer .Button:last-of-type {
  5322. margin-left: 20px;
  5323. }
  5324.  
  5325. .CreationCard-ActionButton.css-r3cz0w .Zi--Comments path {
  5326. fill: #8590A6
  5327. }
  5328.  
  5329. .CreationCard-ActionButton.css-r3cz0w:hover .Zi--Comments path {
  5330. fill: #00FF7F
  5331. }
  5332.  
  5333. .css-s8vbhp button:hover {
  5334. color: purple
  5335. }
  5336.  
  5337. .css-s8vbhp button:hover .Zi--More {
  5338. fill: purple
  5339. }
  5340.  
  5341. html[data-theme=light] a.Menu-item.is-active {
  5342. color: black
  5343. }
  5344.  
  5345. .css-90wyh8 {
  5346. color: black !important
  5347. }
  5348.  
  5349. html[data-theme=dark] .css-90wyh8 {
  5350. color: #8590A6 !important
  5351. }
  5352.  
  5353. .css-1m60na {
  5354. color: black !important
  5355. }
  5356.  
  5357. html[data-theme=dark] .css-1m60na {
  5358. color: #8590A6 !important
  5359. }
  5360.  
  5361. .VessayTabs .Tabs-item.active .Tabs-link {
  5362. color: white
  5363. }
  5364.  
  5365. .VessayTabs .Tabs-item.active:after {
  5366. background: white
  5367. }
  5368.  
  5369. .ShareMenu-wechat:hover {
  5370. background: #f6f6f6
  5371. }
  5372.  
  5373. html[data-theme=dark] .ShareMenu-wechat:hover {
  5374. background: #1b1b1b
  5375. }
  5376.  
  5377. .ExploreHeader-tab {
  5378. color: black
  5379. }
  5380.  
  5381. html[data-theme=dark] .ExploreHeader-tab {
  5382. color: #d3d3d3
  5383. }
  5384.  
  5385. .css-1uan5v7 {
  5386. color: black
  5387. }
  5388.  
  5389. html[data-theme=dark] .css-1uan5v7 {
  5390. color: #d3d3d3
  5391. }
  5392.  
  5393. .css-119896g {
  5394. color: #8590A6
  5395. }
  5396.  
  5397. html[data-theme=dark] .css-1bnklpv {
  5398. color: #d3d3d3
  5399. }
  5400.  
  5401. html[data-theme=dark] .css-wh3ya8 {
  5402. color: #d3d3d3
  5403. }
  5404.  
  5405. .Button.unfollow_columns:hover {
  5406. color: #0084ff
  5407. }
  5408.  
  5409. .Button.Tag.flowTag {
  5410. margin: 0px 8px 3px 0px;
  5411. border-radius: 100px;
  5412. border: none;
  5413. padding: 0px;
  5414. width: 52px;
  5415. }
  5416.  
  5417. .Button.Tag.flowTag .Tag-content {
  5418. color: white;
  5419. font-weight: 400
  5420. }
  5421.  
  5422. .TopNavBar-searchBar-wM9EY {
  5423. margin-left: 30px !important
  5424. }
  5425.  
  5426. button.Button:hover .Zi--SquareDots {
  5427. color: #FF8C00
  5428. }
  5429.  
  5430. .css-1x8hcdw {
  5431. -webkit-transition-duration: 0s;
  5432. transition-duration: 0s;
  5433. }
  5434.  
  5435. .css-ug457g {
  5436. -webkit-transition-duration: 0s;
  5437. transition-duration: 0s;
  5438. }
  5439.  
  5440. .css-1f6tgea {
  5441. -webkit-transition-duration: 0s;
  5442. transition-duration: 0s;
  5443. }
  5444.  
  5445. html[data-theme=dark] .css-z3cdac {
  5446. border-bottom: 1px solid #2e2e2e
  5447. }
  5448.  
  5449. html[data-theme=dark] .css-1e9xwcu {
  5450. border: 1px solid #2e2e2e
  5451. }
  5452.  
  5453. html[data-theme=dark] .AnswerForm-footer {
  5454. border: 1px solid #2e2e2e
  5455. }
  5456.  
  5457. html[data-theme=dark] .css-ir23yd .InputLike {
  5458. border: none !important
  5459. }
  5460.  
  5461. html[data-theme=dark] .css-ir23yd {
  5462. border: 1px solid #2e2e2e
  5463. }
  5464.  
  5465. html[data-theme=dark] .css-x0pxoz .InputLike {
  5466. border: none !important
  5467. }
  5468.  
  5469. html[data-theme=dark] .css-i20zrt {
  5470. background: #2e2e2e;
  5471. display: none
  5472. }
  5473.  
  5474. html[data-theme=dark] .css-zadorc {
  5475. background: #2e2e2e
  5476. }
  5477.  
  5478. html[data-theme=dark] .css-16eulm {
  5479. background: #2e2e2e
  5480. }
  5481.  
  5482. html[data-theme=dark] .css-1rffuvb {
  5483. background: #2e2e2e
  5484. }
  5485.  
  5486. html[data-theme=dark] .css-10175to {
  5487. color: #2e2e2e
  5488. }
  5489.  
  5490. html[data-theme=dark] .css-qlh3fm::before {
  5491. border-top: 1px solid #2e2e2e
  5492. }
  5493.  
  5494. html[data-theme=dark] .css-1et71w6::before {
  5495. border-bottom: 1px solid #444
  5496. }
  5497.  
  5498. html[data-theme=dark] .css-1dmyrh6::before {
  5499. border-top: 1px solid #444
  5500. }
  5501.  
  5502. html[data-theme=dark] .css-132sfb2::before {
  5503. border-top: 1px solid #444
  5504. }
  5505.  
  5506. html[data-theme=dark] .css-1qjzmdv {
  5507. background: rgb(18, 18, 18)
  5508. }
  5509.  
  5510. html[data-theme=dark] .css-g3xs10 {
  5511. background: rgb(18, 18, 18)
  5512. }
  5513.  
  5514. html[data-theme=dark] .css-qlh3fm {
  5515. background: rgb(18, 18, 18)
  5516. }
  5517.  
  5518. html[data-theme=dark] .css-1shga26 {
  5519. background: rgb(18, 18, 18)
  5520. }
  5521.  
  5522. html[data-theme=dark] .css-1vk6f8t {
  5523. background: rgb(18, 18, 18)
  5524. }
  5525.  
  5526. html[data-theme=dark] .css-6lfjtn {
  5527. background: rgb(18, 18, 18)
  5528. }
  5529.  
  5530. html[data-theme=dark] .css-qniote-Header {
  5531. background: rgb(18, 18, 18)
  5532. }
  5533.  
  5534. html[data-theme=dark] .AnswerForm-fullscreenScroller {
  5535. background: rgb(18, 18, 18)
  5536. }
  5537.  
  5538. html[data-theme=dark] .AnswerForm-fullscreenContent .AnswerForm-footer {
  5539. background: rgb(18, 18, 18)
  5540. }
  5541.  
  5542. html[data-theme=dark] .css-vurnku {
  5543. color: #d3d3d3
  5544. }
  5545.  
  5546. html[data-theme=dark] .MyShelf-bookCell-oATrk .MyShelf-bookInfo-jchSK .MyShelf-bookTitle-5bHFD {
  5547. color: #d3d3d3
  5548. }
  5549.  
  5550. html[data-theme=dark] .RankingList-skuItem-iDCBE .RankingList-author-dk4vg {
  5551. color: #d3d3d3
  5552. }
  5553.  
  5554. html[data-theme=dark] .RecommendFeed-skuRecommendCell-goXoC .RecommendFeed-skuTitle-86JQc {
  5555. color: #444
  5556. }
  5557.  
  5558. html[data-theme=dark] .RankingList-header-epvWm .RankingList-tabList-dRs8z .RankingList-title-qhXL3 {
  5559. color: #d3d3d3
  5560. }
  5561.  
  5562. html[data-theme=dark] .RankingList-header-epvWm .RankingList-tabList-dRs8z .RankingList-tabItem-hWjTE {
  5563. color: #d3d3d3
  5564. }
  5565.  
  5566. html[data-theme=dark] .SuperStarList-title-9SLN8 {
  5567. color: #d3d3d3
  5568. }
  5569.  
  5570. html[data-theme=dark] .MyShelf-title-dKjJS {
  5571. color: #d3d3d3
  5572. }
  5573.  
  5574. html[data-theme=dark] .ShelfCell-title-v5pbX {
  5575. color: #d3d3d3
  5576. }
  5577.  
  5578. html[data-theme=dark] .RecommendFeed-title-r8118 {
  5579. color: #d3d3d3
  5580. }
  5581.  
  5582. html[data-theme=dark] .css-13brsx3 {
  5583. color: #d3d3d3
  5584. }
  5585.  
  5586. html[data-theme=dark] .SuperStarList-skuCell-8Fyd4 .SuperStarList-skuTitle-rj46b {
  5587. color: #d3d3d3
  5588. }
  5589.  
  5590. html[data-theme=dark] .RankingList-skuItem-iDCBE .RankingList-title-qhXL3 {
  5591. color: #d3d3d3
  5592. }
  5593.  
  5594. html[data-theme=dark] .CarouselBanner-leftTurnPageBtn-4Us1a,
  5595. html[data-theme=dark] .CarouselBanner-rightTurnPageBtn-soR95 {
  5596. color: #444
  5597. }
  5598.  
  5599. html[data-theme=dark] .MemberInfoPanel-info-x6X35 .MemberInfoPanel-userName-vctAu {
  5600. color: #444
  5601. }
  5602.  
  5603. html[data-theme=dark] .MemberInfoPanel-info-x6X35 .MemberInfoPanel-memberBtn-xkU3p {
  5604. filter: brightness(0.6) !important;
  5605. }
  5606.  
  5607. html[data-theme=dark] .SuperStarList-starCell-vgecF.SuperStarList-active-4BdFk .SuperStarList-name-3yW7u {
  5608. color: #444;
  5609. background: #dbaf72
  5610. }
  5611.  
  5612. html[data-theme=dark] .MenuBar-root-rQeFm {
  5613. border-bottom: 10px solid rgb(18, 18, 18)
  5614. }
  5615.  
  5616. html[data-theme=dark] .css-9gcdwe {
  5617. background: rgb(18, 18, 18)
  5618. }
  5619.  
  5620. html[data-theme=dark] .css-dpj044 {
  5621. background: rgb(18, 18, 18)
  5622. }
  5623.  
  5624. .TopNavBar-inner-77oXV .TopNavBar-searchBar-uo31N {
  5625. margin-left: 30px
  5626. }
  5627.  
  5628. html[data-theme=dark] .ZhihuEPub h1,
  5629. html[data-theme=dark] .ZhihuEPub h2,
  5630. html[data-theme=dark] .ZhihuEPub h3,
  5631. html[data-theme=dark] .ZhihuEPub h4,
  5632. html[data-theme=dark] .ZhihuEPub h5,
  5633. html[data-theme=dark] .ZhihuEPub h6 {
  5634. color: #8590A6
  5635. }
  5636.  
  5637. html[data-theme=dark] .ZhihuEPub p {
  5638. color: #8590A6
  5639. }
  5640.  
  5641. html[data-theme=dark] .ZhihuEPubCopyright p {
  5642. color: #8590A6
  5643. }
  5644.  
  5645. html[data-theme=dark] .App-root-r8X6V {
  5646. border: 1px solid rgb(18, 18, 18)
  5647. }
  5648.  
  5649. html[data-theme=dark] .Labels-labelButton-oroWw {
  5650. background: #f6f6f629
  5651. }
  5652.  
  5653. html[data-theme=dark] .css-1sclke5-Label {
  5654. background: #f6f6f629
  5655. }
  5656.  
  5657. html[data-theme=dark] .css-14olo3l {
  5658. background: rgb(18, 18, 18)
  5659. }
  5660.  
  5661. html[data-theme=dark] span.Formula.isEditable {
  5662. filter: invert(1) brightness(0.7) !important;
  5663. }
  5664.  
  5665. html[data-theme=dark] .ztext img[eeimg] {
  5666. filter: invert(1) brightness(0.7) !important;
  5667. }
  5668.  
  5669. html[data-theme=dark] textarea.Input {
  5670. color: #d3d3d3
  5671. }
  5672.  
  5673. .AnswerForm-fullscreenContent .AnswerForm-container {
  5674. max-width: 1000px
  5675. }
  5676.  
  5677. .AnswerForm-fullscreenContent .Editable-toolbar.css-1yorl4t {
  5678. width: 1000px;
  5679. }
  5680.  
  5681. .AnswerForm-fullscreenContent .Dropzone.Editable-content.RichText.RichText--editable.RichText--clearBoth.ztext {
  5682. width: 1000px;
  5683. }
  5684.  
  5685. .AnswerForm-fullscreenContent .AnswerForm-footer {
  5686. margin-left: 23px
  5687. }
  5688.  
  5689. .AnswerForm-fullscreenContent .css-1vk6f8t {
  5690. max-width: 1040px;
  5691. width: 1040px;
  5692. }
  5693.  
  5694. .AnswerForm-fullscreenContent .css-6lfjtn {
  5695. max-width: 1040px;
  5696. width: 1040px;
  5697. }
  5698.  
  5699. html[data-theme=dark] .css-q78bto {
  5700. color: #d3d3d3
  5701. }
  5702.  
  5703. html[data-theme=dark] .css-1bstlqk {
  5704. color: #d3d3d3
  5705. }
  5706.  
  5707. html[data-theme=dark] .css-16p5ii9 {
  5708. color: #d3d3d3
  5709. }
  5710.  
  5711. html[data-theme=dark] .SearchQustion-item-title {
  5712. color: #d3d3d3
  5713. }
  5714.  
  5715. html[data-theme=dark] .css-1gnydn2 {
  5716. background: rgb(18, 18, 18)
  5717. }
  5718.  
  5719. html[data-theme=dark] .css-1ravq34 {
  5720. background: rgb(18, 18, 18)
  5721. }
  5722.  
  5723. html[data-theme=dark] .css-iebf30 {
  5724. background: rgb(18, 18, 18)
  5725. }
  5726.  
  5727. .RichText-MCNLinkCardContainer {
  5728. display: none !important
  5729. }
  5730.  
  5731. .RichText-ADLinkCardContainer {
  5732. display: none !important
  5733. }
  5734.  
  5735. .css-zxzkug {
  5736. border: none !important
  5737. }
  5738.  
  5739. .AppHeader-userInfo .Popover button div {
  5740. border: none !important
  5741. }
  5742.  
  5743. .AppHeaderProfileMenu-item.css-1e76yen {
  5744. color: black
  5745. }
  5746.  
  5747. .css-arjme8 .AnswerForm-editor .RichText--editable {
  5748. padding: 12px 20px;
  5749. }
  5750.  
  5751. html[data-theme=dark] .AppHeaderProfileMenu-item.css-1e76yen {
  5752. color: #d3d3d3
  5753. }
  5754.  
  5755. html[data-theme=dark] .css-13ooiry {
  5756. background: rgb(18, 18, 18)
  5757. }
  5758.  
  5759. html[data-theme=dark] .css-sfrmtq {
  5760. background: rgb(18, 18, 18)
  5761. }
  5762.  
  5763. html[data-theme=dark] .css-1ql7em1 {
  5764. background: rgb(18, 18, 18)
  5765. }
  5766.  
  5767. html[data-theme=dark] .css-muf5zb {
  5768. background: rgb(18, 18, 18)
  5769. }
  5770.  
  5771. html[data-theme=dark] .css-h2vgdz {
  5772. background: rgb(18, 18, 18)
  5773. }
  5774.  
  5775. html[data-theme=dark] .css-1kjuah9 {
  5776. background: rgb(18, 18, 18)
  5777. }
  5778.  
  5779. html[data-theme=dark] .css-1pfsia3 {
  5780. background: rgb(18, 18, 18);
  5781. padding-left: 0px;
  5782. padding-right: 0px
  5783. }
  5784.  
  5785. .css-1pfsia3 {
  5786. padding-left: 0px;
  5787. padding-right: 0px
  5788. }
  5789.  
  5790. html[data-theme=dark] .css-jis2as {
  5791. background: rgb(18, 18, 18);
  5792. border: 1px solid #444;
  5793. padding: 20px 0px 0px 0px;
  5794. }
  5795.  
  5796. .css-jis2as {
  5797. padding: 20px 0px 0px 0px;
  5798. }
  5799.  
  5800. html[data-theme=dark] .CollectionDetailPageItem .ContentItem-actions {
  5801. margin: 0 -15px -10px;
  5802. }
  5803.  
  5804. html[data-theme=dark] .css-1k7a5k5 {
  5805. background: rgb(18, 18, 18);
  5806. border: 1px solid #444;
  5807. }
  5808.  
  5809. html[data-theme=dark] .css-6tr06j {
  5810. background: rgb(18, 18, 18);
  5811. border-top: 1px solid #444;
  5812. }
  5813.  
  5814. html[data-theme=dark] .css-1jly315 {
  5815. background: rgb(18, 18, 18);
  5816. color: #d3d3d3;
  5817. border: none;
  5818. margin-left: 20px
  5819. }
  5820.  
  5821. html[data-theme=dark] .css-1wj5qng {
  5822. background: rgb(18, 18, 18);
  5823. color: #d3d3d3;
  5824. }
  5825.  
  5826. html[data-theme=dark] .css-58rhkd {
  5827. background: rgb(18, 18, 18);
  5828. color: #d3d3d3;
  5829. border-bottom: 1px solid #444;
  5830. }
  5831.  
  5832. html[data-theme=dark] .css-1q919rp {
  5833. background: rgb(18, 18, 18);
  5834. color: #d3d3d3;
  5835. }
  5836.  
  5837. html[data-theme=dark] .css-1fjt1kp {
  5838. background: rgb(18, 18, 18);
  5839. color: #d3d3d3;
  5840. }
  5841.  
  5842. .css-1jly315 {
  5843. margin-left: 20px
  5844. }
  5845.  
  5846. .css-ae93cn {
  5847. margin: 0px 0px 0px 20px
  5848. }
  5849.  
  5850. .css-be2u3 {
  5851. margin: 0px 0px 0px 10px
  5852. }
  5853.  
  5854. html[data-theme=dark] .css-dvxtzn {
  5855. color: #d3d3d3
  5856. }
  5857.  
  5858. html[data-theme=dark] .css-ae93cn {
  5859. color: #d3d3d3
  5860. }
  5861.  
  5862. html[data-theme=dark] .css-1nj8b26 {
  5863. color: #d3d3d3
  5864. }
  5865.  
  5866. html[data-theme=dark] .css-16u8gs4 {
  5867. color: #d3d3d3
  5868. }
  5869.  
  5870. html[data-theme=dark] .css-1wi0qk8 {
  5871. box-shadow: #444 0px -0.5px 0px 0px inset
  5872. }
  5873.  
  5874. html[data-theme=dark] .css-sfrmtq {
  5875. border-bottom: 1px solid #444;
  5876. }
  5877.  
  5878. html[data-theme=dark] .css-1js8um3.Button.Button--plain:hover {
  5879. background: #4444449e;
  5880. }
  5881.  
  5882. html[data-theme=dark] .css-k5tfim.Button.Button--plain:hover {
  5883. background: #4444449e;
  5884. }
  5885.  
  5886. html[data-theme=dark] .css-suv4d2.Button.Button--plain:hover {
  5887. background: #4444449e;
  5888. }
  5889.  
  5890. html[data-theme=dark] .css-tg2k1h.Button.Button--plain {
  5891. color: #d3d3d3;
  5892. }
  5893.  
  5894. html[data-theme=dark] .css-tg2k1h.Button.Button--plain:hover {
  5895. background: #4444449e;
  5896. color: #d3d3d3;
  5897. }
  5898.  
  5899. html[data-theme=dark] .css-bq0zzv {
  5900. border-top: 1px solid #444;
  5901. }
  5902.  
  5903. html[data-theme=dark] .css-1r0kkal {
  5904. border-bottom: 1px solid #444;
  5905. }
  5906.  
  5907. html[data-theme=dark] .css-1zj9li {
  5908. border-bottom: 1px solid #444;
  5909. }
  5910.  
  5911. html[data-theme=dark] .Avatar {
  5912. background: #fff
  5913. }
  5914.  
  5915. html[data-theme=dark] .css-19v79p5 {
  5916. background: rgb(18, 18, 18);
  5917. }
  5918.  
  5919. html[data-theme=dark] .css-10fqe38 {
  5920. background: rgb(18, 18, 18);
  5921. }
  5922.  
  5923. html[data-theme=dark] .css-sdgtgb {
  5924. background: rgb(18, 18, 18);
  5925. }
  5926.  
  5927. html[data-theme=dark] .css-1r0kkal {
  5928. background: rgb(18, 18, 18);
  5929. }
  5930.  
  5931. html[data-theme=dark] .css-tgvbkv {
  5932. background: rgb(18, 18, 18);
  5933. }
  5934.  
  5935. html[data-theme=dark] .css-1envny0 {
  5936. background: rgb(18, 18, 18);
  5937. }
  5938.  
  5939. html[data-theme=dark] .EditorHelpDoc {
  5940. background: rgb(18, 18, 18);
  5941. }
  5942.  
  5943. html[data-theme=dark] .css-p7qmtz {
  5944. background: rgb(18, 18, 18);
  5945. }
  5946.  
  5947. html[data-theme=dark] .css-1aryoh2 {
  5948. background: rgb(18, 18, 18);
  5949. }
  5950.  
  5951. html[data-theme=dark] .CreatorSalt-personal-information .CreatorSalt-modal-tips {
  5952. background: rgb(18, 18, 18);
  5953. }
  5954.  
  5955. html[data-theme=dark] .css-8br8qd {
  5956. background: rgb(18, 18, 18);
  5957. color: #8590A6;
  5958. border: 2px solid #2e2e2e;
  5959. }
  5960.  
  5961. html[data-theme=dark] .css-o1wuhr {
  5962. background: rgb(18, 18, 18);
  5963. color: #8590A6;
  5964. border: 2px solid #2e2e2e;
  5965. }
  5966.  
  5967. html[data-theme=dark] .css-gifp1u {
  5968. background: rgb(18, 18, 18);
  5969. color: #d3d3d3;
  5970. border: 1px solid #8590a65c;
  5971. }
  5972.  
  5973. html[data-theme=dark] .css-18ve2gf {
  5974. background: rgb(18, 18, 18);
  5975. color: #8590A6;
  5976. border-bottom: 1px solid #2e2e2e;
  5977. }
  5978.  
  5979. html[data-theme=dark] .css-1niwbj7 {
  5980. color: #d3d3d3
  5981. }
  5982.  
  5983. html[data-theme=dark] .css-15etoc5 {
  5984. color: #d3d3d3
  5985. }
  5986.  
  5987. html[data-theme=dark] .css-1trd12v {
  5988. color: #d3d3d3
  5989. }
  5990.  
  5991. html[data-theme=dark] .css-1e8kdsc {
  5992. color: #d3d3d3
  5993. }
  5994.  
  5995. html[data-theme=dark] .css-ibcizu {
  5996. color: #d3d3d3
  5997. }
  5998.  
  5999. html[data-theme=dark] .css-111m6w7 {
  6000. color: #d3d3d3
  6001. }
  6002.  
  6003. html[data-theme=dark] .css-1ft9ymu {
  6004. color: #d3d3d3
  6005. }
  6006.  
  6007. html[data-theme=dark] .css-g03cqe {
  6008. color: #d3d3d3
  6009. }
  6010.  
  6011. html[data-theme=dark] .css-1ak5q6x {
  6012. color: #d3d3d3
  6013. }
  6014.  
  6015. html[data-theme=dark] .css-1z0ztic {
  6016. color: #d3d3d3
  6017. }
  6018.  
  6019. html[data-theme=dark] .css-1iw0hlv {
  6020. color: #d3d3d3
  6021. }
  6022.  
  6023. html[data-theme=dark] .css-1nd7dqm {
  6024. color: #d3d3d3
  6025. }
  6026.  
  6027. html[data-theme=dark] .css-1t9bp9f {
  6028. color: #d3d3d3
  6029. }
  6030.  
  6031. .css-1t9bp9f {
  6032. color: black
  6033. }
  6034.  
  6035. html[data-theme=dark] .css-4c3rcz svg {
  6036. fill: #d3d3d3 !important
  6037. }
  6038.  
  6039. html[data-theme=dark] .Creator-QuestionShared-title.css-1m2h1o9 {
  6040. color: #d3d3d3
  6041. }
  6042.  
  6043. .css-ot0irg {
  6044. margin: 0px 0px 0px 20px !important
  6045. }
  6046.  
  6047. /*.Menu.AnswerItem-selfMenu{display:none!important}*/
  6048. .Menu.QuestionHeader-menu {
  6049. display: none !important
  6050. }
  6051.  
  6052. .TopNavBar-vectorIcon-73v25 {
  6053. display: none !important
  6054. }
  6055.  
  6056. input.Input.setfont.ariafont14 {
  6057. background: transparent !important
  6058. }
  6059.  
  6060. .HotItem:hover .HotItem-metrics {
  6061. color: #ff0000d6
  6062. }
  6063.  
  6064. html[data-theme=dark] .Header-module-title-1Q5e {
  6065. color: #d3d3d3
  6066. }
  6067.  
  6068. html[data-theme=dark] css-3dzvwq {
  6069. color: #d3d3d3
  6070. }
  6071.  
  6072. html[data-theme=dark] .css-1bj56ke {
  6073. color: #d3d3d3
  6074. }
  6075.  
  6076. html[data-theme=dark] .css-1nne2a7 {
  6077. color: #d3d3d3
  6078. }
  6079.  
  6080. html[data-theme=dark] .css-18b1ycz {
  6081. color: #d3d3d3
  6082. }
  6083.  
  6084. html[data-theme=dark] .css-kbzfrw {
  6085. color: #d3d3d3
  6086. }
  6087.  
  6088. html[data-theme=dark] .css-1hj35rq {
  6089. color: #d3d3d3
  6090. }
  6091.  
  6092. html[data-theme=dark] .css-13erwii {
  6093. color: #d3d3d3
  6094. }
  6095.  
  6096. html[data-theme=dark] .css-jzr1wa {
  6097. color: #d3d3d3
  6098. }
  6099.  
  6100. html[data-theme=dark] .css-1j9cunp {
  6101. color: #d3d3d3
  6102. }
  6103.  
  6104. html[data-theme=dark] .css-10abirk {
  6105. color: #d3d3d3
  6106. }
  6107.  
  6108. html[data-theme=dark] .css-1hwbgi1 {
  6109. color: #d3d3d3
  6110. }
  6111.  
  6112. html[data-theme=dark] .css-l22qv5 {
  6113. color: #d3d3d3
  6114. }
  6115.  
  6116. html[data-theme=dark] .css-1gip1fb {
  6117. color: #d3d3d3
  6118. }
  6119.  
  6120. html[data-theme=dark] [class*="GotoAppDialog-line_"] {
  6121. color: #d3d3d3
  6122. }
  6123.  
  6124. html[data-theme=dark] .GotoAppDialog-triangle-gNmhi {
  6125. border-top-color: #d3d3d3
  6126. }
  6127.  
  6128. html[data-theme=dark] .GotoAppDialog-triangle_circle-hFW6W {
  6129. background: #d3d3d3
  6130. }
  6131.  
  6132. html[data-theme=dark] .GotoAppDialog-qrcode-u9uCN {
  6133. background: #d3d3d3
  6134. }
  6135.  
  6136. html[data-theme=dark] .HeaderInfo-title-h6ouo {
  6137. color: #d3d3d3
  6138. }
  6139.  
  6140. html[data-theme=dark] .Section-title-7anGr {
  6141. color: #d3d3d3
  6142. }
  6143.  
  6144. html[data-theme=dark] .AuthorsSection-headerTitle-4NeB7 {
  6145. color: #d3d3d3
  6146. }
  6147.  
  6148. html[data-theme=dark] .ReviewsList-title-isoCs {
  6149. color: #d3d3d3
  6150. }
  6151.  
  6152. html[data-theme=dark] a.UserCell-link-mRcUN {
  6153. color: #d3d3d3
  6154. }
  6155.  
  6156. html[data-theme=dark] .CatalogModule-title-9caZz {
  6157. color: #d3d3d3
  6158. }
  6159.  
  6160. html[data-theme=dark] .BookItem-title-nTgtT {
  6161. color: #d3d3d3
  6162. }
  6163.  
  6164. html[data-theme=dark] .ReviewInfo-reviewCount-3Sk8Z {
  6165. color: #d3d3d3
  6166. }
  6167.  
  6168. html[data-theme=dark] .Interpreters-title-hCj2x {
  6169. color: #d3d3d3
  6170. }
  6171.  
  6172. html[data-theme=dark] .SkuCell-title-9LGVz {
  6173. color: #d3d3d3
  6174. }
  6175.  
  6176. html[data-theme=dark] .QuestionItem-title-3XX9w {
  6177. color: #d3d3d3
  6178. }
  6179.  
  6180. html[data-theme=dark] .UserCell-name-vkTkJ {
  6181. color: #d3d3d3 !important
  6182. }
  6183.  
  6184. html[data-theme=dark] .UserCell-desc-ety4W {
  6185. color: #d3d3d3 !important
  6186. }
  6187.  
  6188. html[data-theme=dark] .css-169dic9 {
  6189. color: #d3d3d3 !important
  6190. }
  6191.  
  6192. html[data-theme=dark] .css-r7nsay {
  6193. color: #d3d3d3 !important
  6194. }
  6195.  
  6196. html[data-theme=dark] .NewHeader-module-title--1-3Xu3 {
  6197. color: #d3d3d3 !important
  6198. }
  6199.  
  6200. html[data-theme=dark] .ManuscriptTitle-root-pE6Xx {
  6201. color: #d3d3d3 !important
  6202. }
  6203.  
  6204. html[data-theme=dark] .ProductCardNew-title-rymdz {
  6205. color: #d3d3d3 !important
  6206. }
  6207.  
  6208. html[data-theme=dark] .BookInfo-section-uWdft .BookInfo-title-88mBY {
  6209. color: #d3d3d3
  6210. }
  6211.  
  6212. html[data-theme=dark] .SearchBar-input input.Input {
  6213. color: #d3d3d3 !important
  6214. }
  6215.  
  6216. html[data-theme=dark] .RecommendFeed-skuRecommendCell-goXoC .RecommendFeed-skuTitle-86JQc {
  6217. color: #d3d3d3
  6218. }
  6219.  
  6220. html[data-theme=dark] .css-uliqdc .css-0.setfont.ariafont15 {
  6221. color: #d3d3d3
  6222. }
  6223.  
  6224. html[data-theme=dark] .NewBottomBar-defaultColor-9kLGw path:nth-child(2) {
  6225. fill: #d3d3d3
  6226. }
  6227.  
  6228. html[data-theme=dark] .NewBottomBar-root-dVXzD {
  6229. background: rgb(18, 18, 18);
  6230. }
  6231.  
  6232. html[data-theme=dark] .css-yhjwoe {
  6233. background: rgb(18, 18, 18);
  6234. }
  6235.  
  6236. html[data-theme=dark] .css-13dk2dh {
  6237. background: rgb(18, 18, 18);
  6238. }
  6239.  
  6240. html[data-theme=dark] .css-1crdb1y {
  6241. background: rgb(18, 18, 18);
  6242. }
  6243.  
  6244. html[data-theme=dark] .css-1sasmtd .css-vurnku {
  6245. background: rgb(18, 18, 18);
  6246. }
  6247.  
  6248. html[data-theme=dark] .css-70dlgi {
  6249. background: rgb(18, 18, 18);
  6250. }
  6251.  
  6252. html[data-theme=dark] .css-42epbo {
  6253. background: rgb(18, 18, 18);
  6254. }
  6255.  
  6256. html[data-theme=dark] .css-v48dmn {
  6257. background: rgb(18, 18, 18);
  6258. }
  6259.  
  6260. html[data-theme=dark] .css-jlyj5p {
  6261. background: rgb(18, 18, 18);
  6262. }
  6263.  
  6264. html[data-theme=dark] .css-ndqbqd {
  6265. background: rgb(18, 18, 18);
  6266. }
  6267.  
  6268. html[data-theme=dark] .css-g7m146 {
  6269. background: rgb(18, 18, 18);
  6270. }
  6271.  
  6272. html[data-theme=dark] .css-1nu6k5h {
  6273. background: rgb(18, 18, 18);
  6274. }
  6275.  
  6276. html[data-theme=dark] .css-6m0gz1 {
  6277. background: rgb(18, 18, 18);
  6278. }
  6279.  
  6280. html[data-theme=dark] .css-gay8qr {
  6281. background: rgb(18, 18, 18);
  6282. }
  6283.  
  6284. html[data-theme=dark] .css-1gip1fb {
  6285. background: rgb(18, 18, 18);
  6286. }
  6287.  
  6288. html[data-theme=dark] .css-1gvsmgz {
  6289. background: rgb(18, 18, 18);
  6290. }
  6291.  
  6292. html[data-theme=dark] .css-1onq0ea {
  6293. background: rgb(18, 18, 18);
  6294. }
  6295.  
  6296. html[data-theme=dark] .css-1k3jzd0 {
  6297. background: rgb(18, 18, 18);
  6298. }
  6299.  
  6300. html[data-theme=dark] .css-1sgk1dw {
  6301. background: rgb(18, 18, 18);
  6302. }
  6303.  
  6304. html[data-theme=dark] .css-blkyql {
  6305. background: rgb(18, 18, 18);
  6306. }
  6307.  
  6308. html[data-theme=dark] .css-1h84h63 {
  6309. background: rgb(18, 18, 18);
  6310. }
  6311.  
  6312. html[data-theme=dark] .css-4fbeq5 {
  6313. background: rgb(18, 18, 18);
  6314. }
  6315.  
  6316. html[data-theme=dark] .css-1kyqks8 {
  6317. background: rgb(18, 18, 18);
  6318. }
  6319.  
  6320. html[data-theme=dark] .css-geku0 {
  6321. background: rgb(18, 18, 18);
  6322. }
  6323.  
  6324. html[data-theme=dark] .css-f955pw {
  6325. background: rgb(18, 18, 18);
  6326. }
  6327.  
  6328. html[data-theme=dark] .css-pslzz3 {
  6329. background: rgb(18, 18, 18);
  6330. }
  6331.  
  6332. html[data-theme=dark] .css-19dx6uk {
  6333. background: rgb(18, 18, 18);
  6334. }
  6335.  
  6336. html[data-theme=dark] .css-xqep55 {
  6337. background: rgb(18, 18, 18);
  6338. }
  6339.  
  6340. html[data-theme=dark] .css-1l6scuv {
  6341. background: rgb(18, 18, 18);
  6342. }
  6343.  
  6344. html[data-theme=dark] .css-1vwsb96 {
  6345. background: rgb(18, 18, 18);
  6346. }
  6347.  
  6348. html[data-theme=dark] .css-2vw1x6 {
  6349. background: rgb(18, 18, 18);
  6350. }
  6351.  
  6352. html[data-theme=dark] .css-vsscmp {
  6353. background: rgb(18, 18, 18);
  6354. }
  6355.  
  6356. html[data-theme=dark] .css-2kn3ar {
  6357. background: rgb(18, 18, 18);
  6358. }
  6359.  
  6360. html[data-theme=dark] .css-1r9j229 {
  6361. background: rgb(18, 18, 18);
  6362. }
  6363.  
  6364. html[data-theme=dark] .css-jukrrm {
  6365. background: rgb(18, 18, 18);
  6366. }
  6367.  
  6368. html[data-theme=dark] .css-1k8sxfm {
  6369. background: rgb(18, 18, 18);
  6370. }
  6371.  
  6372. html[data-theme=dark] .css-qc26up {
  6373. background: rgb(18, 18, 18);
  6374. }
  6375.  
  6376. html[data-theme=dark] .css-1pd8hyb {
  6377. background: rgb(18, 18, 18);
  6378. }
  6379.  
  6380. html[data-theme=dark] .css-99cxhp {
  6381. background: rgb(18, 18, 18);
  6382. }
  6383.  
  6384. html[data-theme=dark] .css-lmhi8a {
  6385. background: rgb(18, 18, 18);
  6386. }
  6387.  
  6388. html[data-theme=dark] .css-jpzy4w {
  6389. background: rgb(18, 18, 18);
  6390. }
  6391.  
  6392. html[data-theme=dark] .css-17oyyq4 {
  6393. background: rgb(18, 18, 18);
  6394. }
  6395.  
  6396. html[data-theme=dark] .css-rtxt89 {
  6397. background: rgb(18, 18, 18);
  6398. }
  6399.  
  6400. html[data-theme=dark] .css-uog1ui {
  6401. background: rgb(18, 18, 18);
  6402. }
  6403.  
  6404. html[data-theme=dark] .css-t65k75 {
  6405. background: rgb(18, 18, 18);
  6406. }
  6407.  
  6408. html[data-theme=dark] .css-805ti0 {
  6409. background: rgb(18, 18, 18);
  6410. }
  6411.  
  6412. html[data-theme=dark] .css-1gg5c0d {
  6413. background: rgb(18, 18, 18);
  6414. }
  6415.  
  6416. html[data-theme=dark] .css-1pw1ln {
  6417. background: rgb(18, 18, 18);
  6418. }
  6419.  
  6420. html[data-theme=dark] .css-ibhcpf {
  6421. background: rgb(18, 18, 18);
  6422. }
  6423.  
  6424. html[data-theme=dark] .Learned-tab-9Lce5 .Learned-tabTitle-j1ygz {
  6425. background: rgb(18, 18, 18);
  6426. }
  6427.  
  6428. html[data-theme=dark] .PcContentBought-root-bRUMJ {
  6429. background: rgb(18, 18, 18);
  6430. }
  6431.  
  6432. html[data-theme=dark] .index-learningRecord-eGQjv {
  6433. background: rgb(18, 18, 18);
  6434. }
  6435.  
  6436. html[data-theme=dark] .StickerPopover {
  6437. background: rgb(18, 18, 18);
  6438. }
  6439.  
  6440. html[data-theme=dark] .StickerPopoverArrow {
  6441. background: rgb(18, 18, 18);
  6442. }
  6443.  
  6444. html[data-theme=dark] .ImgContainer-Bg {
  6445. background: rgb(18, 18, 18);
  6446. }
  6447.  
  6448. html[data-theme=dark] .QuestionWaiting-typesTopper {
  6449. background: rgb(18, 18, 18);
  6450. }
  6451.  
  6452. html[data-theme=dark] .Achievement-userRecord-c53Uo .Achievement-userInfo-djuAz {
  6453. background: rgb(18, 18, 18);
  6454. }
  6455.  
  6456. html[data-theme=dark] .Achievement-userRecord-c53Uo .Achievement-card-vZ9YC {
  6457. background: rgb(18, 18, 18);
  6458. color: #d3d3d3
  6459. }
  6460.  
  6461. html[data-theme=dark] .Tab-tab-b9fvk .Tab-tabTitle-nrMPz {
  6462. background: rgb(18, 18, 18);
  6463. }
  6464.  
  6465. html[data-theme=dark] .Tab-tab-b9fvk .Tab-placeHolder-2QhHS {
  6466. background: rgb(18, 18, 18);
  6467. }
  6468.  
  6469. html[data-theme=dark] .Structure-structure-PMEqr {
  6470. background: rgb(18, 18, 18);
  6471. }
  6472.  
  6473. html[data-theme=dark] .Structure-structure-PMEqr .Structure-item-os59r {
  6474. background: rgb(18, 18, 18);
  6475. }
  6476.  
  6477. html[data-theme=dark] .LecturerCard-lectureCardWrapper-qnnTg {
  6478. background: rgb(18, 18, 18);
  6479. }
  6480.  
  6481. html[data-theme=dark] .PcContent-coverFix-3T97g {
  6482. background: rgb(18, 18, 18);
  6483. }
  6484.  
  6485. html[data-theme=dark] .Article-article-6PZ5y .Article-header-eNnYf {
  6486. background: rgb(18, 18, 18);
  6487. }
  6488.  
  6489. html[data-theme=dark] .VideoCourseCard-videoCourseCard-mNnq8 .VideoCourseCard-cover-eitUq {
  6490. background: rgb(18, 18, 18);
  6491. }
  6492.  
  6493. html[data-theme=dark] .PcContent-content-9URDE .PcContent-learningRecord-mAzPm {
  6494. background: rgb(18, 18, 18);
  6495. }
  6496.  
  6497. html[data-theme=dark] .LearningPathWayCard-pathItem-iv5Ey {
  6498. background: rgb(18, 18, 18);
  6499. }
  6500.  
  6501. html[data-theme=dark] .VideoCourseList-title-i5Gf5 {
  6502. background: rgb(18, 18, 18);
  6503. }
  6504.  
  6505. html[data-theme=dark] .PcContent-root-eFGC1 {
  6506. background: rgb(18, 18, 18);
  6507. }
  6508.  
  6509. .EpisodeList-duration-vPSzj {
  6510. color: #0084ff
  6511. }
  6512.  
  6513. html[data-theme=dark] .Achievement-userRecord-c53Uo .Achievement-userInfo-djuAz img {
  6514. background: white
  6515. }
  6516.  
  6517. html[data-theme=dark] .EpisodeList-duration-vPSzj {
  6518. background: rgb(18, 18, 18);
  6519. color: #0084ff
  6520. }
  6521.  
  6522. html[data-theme=dark] .EpisodeList-sectionItem-5wzFz {
  6523. background: rgb(18, 18, 18);
  6524. }
  6525.  
  6526. html[data-theme=dark] .EpisodeList-chapterTitle-koA6R {
  6527. background: rgb(18, 18, 18);
  6528. }
  6529.  
  6530. html[data-theme=dark] .EpisodeList-episodeListCon-dhDT7 {
  6531. background: rgb(18, 18, 18);
  6532. }
  6533.  
  6534. html[data-theme=dark] .index-content-jNRgg {
  6535. background: rgb(18, 18, 18);
  6536. }
  6537.  
  6538. html[data-theme=dark] .index-tabWrap-4Smyx {
  6539. background: rgb(18, 18, 18);
  6540. border: 1px solid #444
  6541. }
  6542.  
  6543. html[data-theme=dark] .index-tabList-3wASC {
  6544. background: rgb(18, 18, 18);
  6545. }
  6546.  
  6547. html[data-theme=dark] .css-1ulkprw::before {
  6548. background: rgb(18, 18, 18);
  6549. }
  6550.  
  6551. html[data-theme=dark] .css-1ulkprw {
  6552. background: rgb(18, 18, 18);
  6553. border-bottom: 1px solid #2e2e2e;
  6554. }
  6555.  
  6556. html[data-theme=dark] .css-1c1uom {
  6557. background: rgb(18, 18, 18);
  6558. border: 1px solid #2e2e2e;
  6559. }
  6560.  
  6561. html[data-theme=dark] .css-1j144gx {
  6562. background: #9e9e9e;
  6563. }
  6564.  
  6565. html[data-theme=dark] .css-n0ut2q {
  6566. background: #0084FF;
  6567. }
  6568.  
  6569. html[data-theme=dark] .css-1eddc7k {
  6570. background: #d3d3d3;
  6571. }
  6572.  
  6573. html[data-theme=dark] .css-1ne387d {
  6574. background: rgb(18, 18, 18);
  6575. }
  6576.  
  6577. html[data-theme=dark] .css-1lb5y3y {
  6578. background: rgb(18, 18, 18);
  6579. }
  6580.  
  6581. html[data-theme=dark] .css-1bi2006 {
  6582. background: rgb(18, 18, 18);
  6583. animation: none
  6584. }
  6585.  
  6586. html[data-theme=dark] .css-1w5juwq {
  6587. background: rgb(18, 18, 18);
  6588. animation: none
  6589. }
  6590.  
  6591. html[data-theme=dark] .css-1ggwojn {
  6592. background: rgb(18, 18, 18);
  6593. border-bottom: 20px solid rgb(18, 18, 18)
  6594. }
  6595.  
  6596. html[data-theme=dark] .Button.css-1slasee {
  6597. background: rgb(18, 18, 18);
  6598. color: #8590A6;
  6599. border: 1px solid #444
  6600. }
  6601.  
  6602. html[data-theme=dark] .Button.css-1slasee:hover {
  6603. color: #0084FF;
  6604. }
  6605.  
  6606. .Button.css-1slasee:hover {
  6607. color: #0084FF;
  6608. }
  6609.  
  6610. html[data-theme=dark] .css-ixdvjo {
  6611. background: rgb(18, 18, 18);
  6612. border: 1px solid #444
  6613. }
  6614.  
  6615. html[data-theme=dark] .css-1w9xlll {
  6616. background: rgb(18, 18, 18);
  6617. border: none
  6618. }
  6619.  
  6620. html[data-theme=dark] .css-1wqupar {
  6621. background: rgb(18, 18, 18);
  6622. }
  6623.  
  6624. html[data-theme=dark] .css-juilaj div {
  6625. background: rgb(18, 18, 18);
  6626. }
  6627.  
  6628. html[data-theme=dark] .entry___B74c- {
  6629. background: rgb(18, 18, 18);
  6630. }
  6631.  
  6632. html[data-theme=dark] .UserCell-root-rxd1i {
  6633. background: rgb(18, 18, 18) !important;
  6634. }
  6635.  
  6636. html[data-theme=dark] .StickerPreview-User img {
  6637. background: white
  6638. }
  6639.  
  6640. html[data-theme=dark] .css-1crdb1y {
  6641. color: #d3d3d3
  6642. }
  6643.  
  6644. html[data-theme=dark] .css-1evsiqj {
  6645. color: #d3d3d3
  6646. }
  6647.  
  6648. html[data-theme=dark] .css-nymych {
  6649. color: #d3d3d3
  6650. }
  6651.  
  6652. html[data-theme=dark] .css-25boxq {
  6653. color: #d3d3d3
  6654. }
  6655.  
  6656. html[data-theme=dark] .css-15991wd {
  6657. color: #d3d3d3
  6658. }
  6659.  
  6660. html[data-theme=dark] .css-zo9z3h {
  6661. color: #d3d3d3
  6662. }
  6663.  
  6664. html[data-theme=dark] .css-p54g1l {
  6665. color: #d3d3d3
  6666. }
  6667.  
  6668. html[data-theme=dark] .css-13eoys0 {
  6669. color: #d3d3d3
  6670. }
  6671.  
  6672. html[data-theme=dark] .css-1dgkfnj {
  6673. color: #d3d3d3
  6674. }
  6675.  
  6676. html[data-theme=dark] .css-3dx4z1 {
  6677. color: #d3d3d3
  6678. }
  6679.  
  6680. html[data-theme=dark] .css-13asnfo {
  6681. color: #d3d3d3
  6682. }
  6683.  
  6684. html[data-theme=dark] .css-uk6oel {
  6685. color: #d3d3d3
  6686. }
  6687.  
  6688. html[data-theme=dark] .css-1dpmqsl {
  6689. color: #d3d3d3
  6690. }
  6691.  
  6692. html[data-theme=dark] .css-1grt2f7 {
  6693. color: #d3d3d3
  6694. }
  6695.  
  6696. html[data-theme=dark] .css-jlrtgs {
  6697. color: #d3d3d3
  6698. }
  6699.  
  6700. html[data-theme=dark] .css-xwnz4l {
  6701. color: #d3d3d3
  6702. }
  6703.  
  6704. html[data-theme=dark] .css-g5pox1 {
  6705. color: #d3d3d3
  6706. }
  6707.  
  6708. html[data-theme=dark] .css-vn6wag {
  6709. color: #d3d3d3
  6710. }
  6711.  
  6712. html[data-theme=dark] .css-13jf0ln {
  6713. color: #d3d3d3
  6714. }
  6715.  
  6716. html[data-theme=dark] .css-qwfeb4 {
  6717. color: #d3d3d3
  6718. }
  6719.  
  6720. html[data-theme=dark] .css-jn7ejp {
  6721. color: #d3d3d3
  6722. }
  6723.  
  6724. html[data-theme=dark] .css-mrpzg7 {
  6725. color: #d3d3d3
  6726. }
  6727.  
  6728. html[data-theme=dark] .css-120h9fi {
  6729. color: #d3d3d3
  6730. }
  6731.  
  6732. html[data-theme=dark] .css-12y95y7 {
  6733. color: #d3d3d3
  6734. }
  6735.  
  6736. html[data-theme=dark] .css-3y6j4x {
  6737. color: #d3d3d3
  6738. }
  6739.  
  6740. html[data-theme=dark] .css-9q2iac {
  6741. color: #d3d3d3
  6742. }
  6743.  
  6744. html[data-theme=dark] .css-kiaw5d {
  6745. color: #d3d3d3
  6746. }
  6747.  
  6748. html[data-theme=dark] .css-13ilkp4 {
  6749. color: #d3d3d3
  6750. }
  6751.  
  6752. html[data-theme=dark] .css-jn6bg1 {
  6753. color: #d3d3d3
  6754. }
  6755.  
  6756. html[data-theme=dark] .css-81kmzo {
  6757. color: #d3d3d3
  6758. }
  6759.  
  6760. html[data-theme=dark] .css-3ibr72 {
  6761. color: #d3d3d3
  6762. }
  6763.  
  6764. html[data-theme=dark] .css-2orvqp {
  6765. color: #d3d3d3
  6766. }
  6767.  
  6768. html[data-theme=dark] .css-18w9eo6 {
  6769. color: #d3d3d3
  6770. }
  6771.  
  6772. html[data-theme=dark] .css-4zqdza {
  6773. color: #d3d3d3
  6774. }
  6775.  
  6776. html[data-theme=dark] .css-1j0bytm {
  6777. color: #d3d3d3
  6778. }
  6779.  
  6780. html[data-theme=dark] .css-zl3dgz {
  6781. color: #d3d3d3
  6782. }
  6783.  
  6784. html[data-theme=dark] .css-1xgvjg8 {
  6785. color: #d3d3d3
  6786. }
  6787.  
  6788. html[data-theme=dark] .css-xa9jmo {
  6789. color: #d3d3d3
  6790. }
  6791.  
  6792. html[data-theme=dark] .css-uaxmgr {
  6793. color: #d3d3d3
  6794. }
  6795.  
  6796. html[data-theme=dark] .css-cwwtjd {
  6797. color: #d3d3d3
  6798. }
  6799.  
  6800. html[data-theme=dark] .css-3karba {
  6801. color: #d3d3d3
  6802. }
  6803.  
  6804. html[data-theme=dark] .css-1bxoeey {
  6805. color: #d3d3d3
  6806. }
  6807.  
  6808. html[data-theme=dark] .css-1rxve6k {
  6809. color: #d3d3d3
  6810. }
  6811.  
  6812. html[data-theme=dark] .css-1nwtaha {
  6813. color: #d3d3d3
  6814. }
  6815.  
  6816. html[data-theme=dark] .css-348wka {
  6817. color: #d3d3d3
  6818. }
  6819.  
  6820. html[data-theme=dark] .css-1fg3px3 {
  6821. color: #d3d3d3
  6822. }
  6823.  
  6824. html[data-theme=dark] .css-1bu0eui {
  6825. color: #d3d3d3
  6826. }
  6827.  
  6828. html[data-theme=dark] .css-1esj255 {
  6829. color: #d3d3d3
  6830. }
  6831.  
  6832. html[data-theme=dark] .css-gtgb1u {
  6833. color: #d3d3d3
  6834. }
  6835.  
  6836. html[data-theme=dark] .css-1uz8l7v {
  6837. color: #d3d3d3
  6838. }
  6839.  
  6840. html[data-theme=dark] .css-jkt44i {
  6841. color: #d3d3d3
  6842. }
  6843.  
  6844. html[data-theme=dark] .css-a7cxzt {
  6845. color: #d3d3d3
  6846. }
  6847.  
  6848. html[data-theme=dark] .css-wsl5m6 {
  6849. color: #d3d3d3
  6850. }
  6851.  
  6852. html[data-theme=dark] .css-c52bb {
  6853. color: #d3d3d3
  6854. }
  6855.  
  6856. html[data-theme=dark] .css-116ccuj {
  6857. color: #d3d3d3
  6858. }
  6859.  
  6860. html[data-theme=dark] .css-2f1ndz {
  6861. color: #d3d3d3
  6862. }
  6863.  
  6864. html[data-theme=dark] .css-40rjat {
  6865. color: #d3d3d3
  6866. }
  6867.  
  6868. html[data-theme=dark] .css-1iw8gi5 {
  6869. color: #d3d3d3
  6870. }
  6871.  
  6872. html[data-theme=dark] .css-1y4e8ra {
  6873. color: #d3d3d3
  6874. }
  6875.  
  6876. html[data-theme=dark] .css-6orcwk {
  6877. color: #d3d3d3
  6878. }
  6879.  
  6880. html[data-theme=dark] .css-9pivh5 {
  6881. color: #d3d3d3
  6882. }
  6883.  
  6884. html[data-theme=dark] .css-gd3e4d {
  6885. color: #d3d3d3
  6886. }
  6887.  
  6888. html[data-theme=dark] .css-kihs6l {
  6889. color: #d3d3d3
  6890. }
  6891.  
  6892. html[data-theme=dark] .css-tnsaxh {
  6893. color: #d3d3d3
  6894. }
  6895.  
  6896. html[data-theme=dark] .css-1vgfg1a {
  6897. color: #d3d3d3
  6898. }
  6899.  
  6900. html[data-theme=dark] .css-1bbvash {
  6901. color: #d3d3d3
  6902. }
  6903.  
  6904. html[data-theme=dark] .css-43a2pm {
  6905. color: #d3d3d3
  6906. }
  6907.  
  6908. html[data-theme=dark] .css-1ozlzcd {
  6909. color: #d3d3d3
  6910. }
  6911.  
  6912. html[data-theme=dark] .css-1efbqx7 {
  6913. color: #d3d3d3
  6914. }
  6915.  
  6916. html[data-theme=dark] .css-1bfi5pu {
  6917. color: #d3d3d3
  6918. }
  6919.  
  6920. html[data-theme=dark] .css-195d1c3 {
  6921. color: #d3d3d3
  6922. }
  6923.  
  6924. html[data-theme=dark] .css-gsyo2n {
  6925. color: #d3d3d3
  6926. }
  6927.  
  6928. html[data-theme=dark] .css-1ygdre8 {
  6929. color: #d3d3d3
  6930. }
  6931.  
  6932. html[data-theme=dark] .css-9cejo9 {
  6933. color: #d3d3d3
  6934. }
  6935.  
  6936. html[data-theme=dark] .css-14wq2b1 {
  6937. color: #d3d3d3
  6938. }
  6939.  
  6940. html[data-theme=dark] .css-4fdgaw {
  6941. color: #d3d3d3
  6942. }
  6943.  
  6944. html[data-theme=dark] .css-owmotd {
  6945. color: #d3d3d3
  6946. }
  6947.  
  6948. html[data-theme=dark] .css-1rjujr1 {
  6949. color: #d3d3d3
  6950. }
  6951.  
  6952. html[data-theme=dark] .css-12squ1l {
  6953. color: #d3d3d3
  6954. }
  6955.  
  6956. html[data-theme=dark] .css-1rr6cp2 {
  6957. color: #d3d3d3
  6958. }
  6959.  
  6960. html[data-theme=dark] .css-1a1ypbl {
  6961. color: #d3d3d3
  6962. }
  6963.  
  6964. html[data-theme=dark] .Structure-structure-pD2Y3 .Structure-item-rNKiF a {
  6965. color: #d3d3d3
  6966. }
  6967.  
  6968. html[data-theme=dark] .Structure-structure-pD2Y3 .Structure-item-rNKiF.Structure-activeItem-sE3wB a {
  6969. color: #06f
  6970. }
  6971.  
  6972. html[data-theme=dark] span.index-left-hgVhw.index-text-6fdDo {
  6973. color: #d3d3d3
  6974. }
  6975.  
  6976. html[data-theme=dark] a.index-right-bpc5y.index-text-6fdDo {
  6977. color: #8590A6
  6978. }
  6979.  
  6980. html[data-theme=dark] .css-1nwr96x .CreatorTable-tableData {
  6981. color: #d3d3d3
  6982. }
  6983.  
  6984. .css-1ygdre8 {
  6985. color: black
  6986. }
  6987.  
  6988. .css-1tww9qq span:nth-child(1) {
  6989. color: black;
  6990. font-weight: bold
  6991. }
  6992.  
  6993. html[data-theme=dark] .ZDI--QuestionCircle24 {
  6994. fill: #8590A6 !important;
  6995. filter: brightness(1) !important;
  6996. }
  6997.  
  6998. html[data-theme=dark] .css-1tww9qq span:nth-child(1) {
  6999. color: #d3d3d3;
  7000. font-weight: bold
  7001. }
  7002.  
  7003. html[data-theme=dark] .ReviewCell-pc-xqgr3 .ReviewCell-headline-fTt5d {
  7004. color: #999
  7005. }
  7006.  
  7007. html[data-theme=dark] .Header-pc-tuEpA .Header-chapterButton-nBx53 {
  7008. color: #d3d3d3
  7009. }
  7010.  
  7011. html[data-theme=dark] .ReviewCell-pc-xqgr3 .ReviewCell-authorName-rntXj {
  7012. color: #d3d3d3
  7013. }
  7014.  
  7015. html[data-theme=dark] .Achievement-userRecord-c53Uo .Achievement-card-vZ9YC .Achievement-first-pWK1D .Achievement-num-dCdEa {
  7016. color: #d3d3d3
  7017. }
  7018.  
  7019. html[data-theme=dark] .css-9cejo9 p {
  7020. color: #d3d3d3
  7021. }
  7022.  
  7023. html[data-theme=dark] .Achievement-userRecord-c53Uo .Achievement-card-vZ9YC .Achievement-first-pWK1D .Achievement-label-w9tg9 {
  7024. color: #d3d3d3
  7025. }
  7026.  
  7027. html[data-theme=dark] .Achievement-userRecord-c53Uo .Achievement-userInfo-djuAz .Achievement-userName-n8maR {
  7028. color: #d3d3d3
  7029. }
  7030.  
  7031. html[data-theme=dark] .VideoCourseCard-videoCourseCard-xvwNy .VideoCourseCard-rightContent-uAj3N .VideoCourseCard-title-siFeQ {
  7032. color: #d3d3d3
  7033. }
  7034.  
  7035. html[data-theme=dark] .VideoCourseCard-videoCourseCard-xvwNy .VideoCourseCard-rightContent-uAj3N .VideoCourseCard-author-qeat7 .VideoCourseCard-authorName-g8Cva {
  7036. color: #d3d3d3;
  7037. }
  7038.  
  7039. html[data-theme=dark] .Tab-tab-b9fvk .Tab-tabTitle-nrMPz .Tab-item-gGXLM {
  7040. color: #d3d3d3;
  7041. }
  7042.  
  7043. html[data-theme=dark] .Tab-tab-b9fvk .Tab-tabTitle-nrMPz .Tab-activeItem-2Pp4v {
  7044. color: #0084ff;
  7045. }
  7046.  
  7047. html[data-theme=dark] .RecommendModule-moduleWrapper-2gVnZ .RecommendModule-moduleTitle-ehV2F {
  7048. color: #d3d3d3
  7049. }
  7050.  
  7051. html[data-theme=dark] .CourseItem-rightContent-4p3qc .CourseItem-courseTitle-2hYnF {
  7052. color: #d3d3d3
  7053. }
  7054.  
  7055. html[data-theme=dark] .CourseItem-rightContent-4p3qc .CourseItem-courseTitle-2hYnF:hover {
  7056. color: #0084ff
  7057. }
  7058.  
  7059. html[data-theme=dark] .LecturerCard-desc-wLJBX {
  7060. color: #d3d3d3
  7061. }
  7062.  
  7063. html[data-theme=dark] .LecturerCard-intro-k1BG1 {
  7064. color: #d3d3d3
  7065. }
  7066.  
  7067. html[data-theme=dark] .LecturerCard-fullname-hNRR4 {
  7068. color: #d3d3d3
  7069. }
  7070.  
  7071. html[data-theme=dark] .CourseDescription-playCount-kwVHf {
  7072. color: #d3d3d3
  7073. }
  7074.  
  7075. html[data-theme=dark] .LecturerList-title-omdNR {
  7076. color: #d3d3d3
  7077. }
  7078.  
  7079. html[data-theme=dark] .LecturerCard-dialog-e6BZW .LecturerCard-introduction-5GRpX {
  7080. color: #d3d3d3
  7081. }
  7082.  
  7083. html[data-theme=dark] .Banner-desc-ssgsA {
  7084. color: #d3d3d3
  7085. }
  7086.  
  7087. html[data-theme=dark] .VideoCourseList-title-i5Gf5 .VideoCourseList-text-h7we6 {
  7088. color: #d3d3d3
  7089. }
  7090.  
  7091. html[data-theme=dark] .Article-article-6PZ5y .Article-header-eNnYf .Article-title-whVN2 {
  7092. color: #d3d3d3
  7093. }
  7094.  
  7095. html[data-theme=dark] .LearningPathWayCard-pathItem-iv5Ey .LearningPathWayCard-right-tBY2X .LearningPathWayCard-detail-ir7kn {
  7096. color: #d3d3d3
  7097. }
  7098.  
  7099. html[data-theme=dark] .LearningPathWayCard-pathItem-iv5Ey .LearningPathWayCard-right-tBY2X .LearningPathWayCard-title-saKKa {
  7100. color: #d3d3d3
  7101. }
  7102.  
  7103. html[data-theme=dark] .VideoCourseCard-videoCourseCard-mNnq8 .VideoCourseCard-title-jGQDV {
  7104. color: #d3d3d3
  7105. }
  7106.  
  7107. html[data-theme=dark] .VideoCourseCard-videoCourseCard-mNnq8 .VideoCourseCard-author-axmAy .VideoCourseCard-authorName-ikENW {
  7108. color: #d3d3d3
  7109. }
  7110.  
  7111. html[data-theme=dark] .VideoCourseCard-videoCourseCard-mNnq8 .VideoCourseCard-records-nEMPH {
  7112. color: #d3d3d3
  7113. }
  7114.  
  7115. html[data-theme=dark] .Article-article-6PZ5y .Article-header-eNnYf .Article-superior-bFEUh {
  7116. color: #d3d3d3
  7117. }
  7118.  
  7119. html[data-theme=dark] .PcContent-content-9URDE .PcContent-learningRecord-mAzPm .PcContent-text-bRqSw span {
  7120. color: #d3d3d3
  7121. }
  7122.  
  7123. html[data-theme=dark] .artic .pages_content .pages_title h2 {
  7124. color: #d3d3d3
  7125. }
  7126.  
  7127. html[data-theme=dark] .ZhiPlusApplyCommon-title {
  7128. color: #d3d3d3
  7129. }
  7130.  
  7131. html[data-theme=dark] .ZhiPlusApplyHome-descTitle {
  7132. color: #d3d3d3
  7133. }
  7134.  
  7135. html[data-theme=dark] .EpisodeList-catalog-s9XZz {
  7136. color: #d3d3d3
  7137. }
  7138.  
  7139. html[data-theme=dark] .EpisodeList-chapterTitle-koA6R {
  7140. color: #d3d3d3
  7141. }
  7142.  
  7143. html[data-theme=dark] .css-74475r a.internal,
  7144. html[data-theme=dark] .css-74475r a.external {
  7145. color: #d3d3d3;
  7146. border-bottom: 1px solid #999;
  7147. }
  7148.  
  7149. html[data-theme=dark] .css-74475r a.internal:hover,
  7150. html[data-theme=dark] .css-74475r a.external:hover {
  7151. color: #6385a6;
  7152. border-bottom: 1px solid #6385a6;
  7153. }
  7154.  
  7155. html[data-theme=dark] .index-text-syTkE {
  7156. color: #d3d3d3
  7157. }
  7158.  
  7159. html[data-theme=dark] .index-title-6Yv3N {
  7160. color: #d3d3d3
  7161. }
  7162.  
  7163. html[data-theme=dark] .index-title-dhShT {
  7164. color: #d3d3d3
  7165. }
  7166.  
  7167. html[data-theme=dark] .index-authorName-7ESKF {
  7168. color: #d3d3d3
  7169. }
  7170.  
  7171. html[data-theme=dark] .index-title-mPEZh {
  7172. color: #d3d3d3
  7173. }
  7174.  
  7175. html[data-theme=dark] .index-item-mo6Mb {
  7176. color: #d3d3d3
  7177. }
  7178.  
  7179. html[data-theme=dark] .index-answerItemtitle-aHRVV {
  7180. color: #d3d3d3
  7181. }
  7182.  
  7183. html[data-theme=dark] .index-item-mo6Mb.index-selectTab-cNKP9 {
  7184. background: rgba(0, 102, 255, .08);
  7185. border: none;
  7186. color: #0084FF
  7187. }
  7188.  
  7189. html[data-theme=dark] .css-14fro2i .RichText.ztext.css-18edm6j {
  7190. color: #d3d3d3
  7191. }
  7192.  
  7193. html[data-theme=dark] .css-1crzugl {
  7194. color: #0084FF
  7195. }
  7196.  
  7197. html[data-theme=dark] .css-kkip9h {
  7198. fill: #d3d3d3
  7199. }
  7200.  
  7201. html[data-theme=dark] .css-1ujuaq7 {
  7202. fill: #d3d3d3
  7203. }
  7204.  
  7205. html[data-theme=dark] .css-1xzy5dd {
  7206. background: #d3d3d3
  7207. }
  7208.  
  7209. html[data-theme=dark] .css-1yofszl:hover svg.ZDI {
  7210. color: #d3d3d3;
  7211. filter: brightness(1)
  7212. }
  7213.  
  7214. html[data-theme=dark] .css-1yofszl:hover div {
  7215. color: #d3d3d3
  7216. }
  7217.  
  7218. html[data-theme=dark] .DraftHistory-title {
  7219. color: #d3d3d3
  7220. }
  7221.  
  7222. html[data-theme=dark] .DraftHistory-versionDate {
  7223. color: #d3d3d3
  7224. }
  7225.  
  7226. html[data-theme=dark] .DraftHistory-draftTitle {
  7227. color: #d3d3d3
  7228. }
  7229.  
  7230. html[data-theme=dark] .LinkCard.new .LinkCard-title {
  7231. color: #d3d3d3
  7232. }
  7233.  
  7234. html[data-theme=dark] .DraftHistory-version--selected:after {
  7235. background: #d3d3d3;
  7236. box-shadow: 0 0 0 2px #121212, 0 0 0 3px #d3d3d3;
  7237. }
  7238.  
  7239. html[data-theme=dark] .css-tf8o0f {
  7240. background: #d3d3d3
  7241. }
  7242.  
  7243. html[data-theme=dark] a.NavItemActiveClassName {
  7244. color: #d3d3d3
  7245. }
  7246.  
  7247. html[data-theme=dark] .NavItemClassName {
  7248. color: #d3d3d3
  7249. }
  7250.  
  7251. html[data-theme=dark] .UserHeader-NameSpan {
  7252. color: #d3d3d3
  7253. }
  7254.  
  7255. html[data-theme=dark] .WechatBind-bounded {
  7256. color: #d3d3d3
  7257. }
  7258.  
  7259. html[data-theme=dark] .SelectorField-title h4 {
  7260. color: #d3d3d3
  7261. }
  7262.  
  7263. html[data-theme=dark] .CreatorSalt-textarea-input {
  7264. color: #d3d3d3
  7265. }
  7266.  
  7267. html[data-theme=dark] .Calendar-topToolDate {
  7268. color: #d3d3d3
  7269. }
  7270.  
  7271. html[data-theme=dark] .css-1epee6j .CreatorTable-tableData {
  7272. color: #d3d3d3
  7273. }
  7274.  
  7275. html[data-theme=dark] .css-f7rzgf {
  7276. color: #8590a6;
  7277. background: rgb(18, 18, 18);
  7278. border: 1px solid #2e2e2e !important
  7279. }
  7280.  
  7281. html[data-theme=dark] .css-19dx6uk {
  7282. border: 1px solid #2e2e2e !important
  7283. }
  7284.  
  7285. html[data-theme=dark] .css-hte1to {
  7286. color: #d3d3d3;
  7287. background: #8080801c;
  7288. }
  7289.  
  7290. html[data-theme=dark] .css-ko9eoy {
  7291. color: #d3d3d3;
  7292. background: #8080801c;
  7293. }
  7294.  
  7295. html[data-theme=dark] .css-1136uqd {
  7296. color: #d3d3d3;
  7297. background: #8080801c;
  7298. }
  7299.  
  7300. html[data-theme=dark] .css-1p32f2 {
  7301. color: #d3d3d3;
  7302. background: #8080801c;
  7303. }
  7304.  
  7305. html[data-theme=dark] .css-hhy36c {
  7306. color: #d3d3d3;
  7307. background: #8080801c;
  7308. }
  7309.  
  7310. html[data-theme=dark] .Structure-structure-PMEqr .Structure-item-os59r {
  7311. color: #d3d3d3;
  7312. background: #8080801c;
  7313. border: 0.5px solid transparent;
  7314. }
  7315.  
  7316. html[data-theme=dark] .Structure-structure-PMEqr .Structure-activeItem-57Tw9 {
  7317. color: #06f;
  7318. font-weight: 500;
  7319. background: rgba(0, 102, 255, .08);
  7320. border: .5px solid rgba(0, 102, 255, .08);
  7321. }
  7322.  
  7323. html[data-theme=dark] .css-a7cxzt:hover {
  7324. color: #d3d3d3;
  7325. background: #8080801c;
  7326. }
  7327.  
  7328. html[data-theme=dark] .index-secondaryTabItem-ceH9p:not(.index-secondaryTabItemSelected-q4PmP) {
  7329. color: #d3d3d3;
  7330. background: #8080801c;
  7331. border: 0.5px solid transparent
  7332. }
  7333.  
  7334. html[data-theme=dark] .Structure-structure-pD2Y3 .Structure-item-rNKiF {
  7335. color: #d3d3d3;
  7336. background: #8080801c;
  7337. border: 0.5px solid transparent
  7338. }
  7339.  
  7340. html[data-theme=dark] .Structure-structure-pD2Y3 .Structure-activeItem-sE3wB {
  7341. color: #06f;
  7342. background: rgba(0, 102, 255, .08);
  7343. border: .5px solid rgba(0, 102, 255, .08);
  7344. }
  7345.  
  7346. html[data-theme=dark] .css-1bm62rf {
  7347. color: #0084FF;
  7348. background: #8080801c;
  7349. border: 1px solid #444;
  7350. }
  7351.  
  7352. html[data-theme=dark] .css-qogdkd {
  7353. color: #d3d3d3;
  7354. border: 1px solid #d3d3d38f;
  7355. }
  7356.  
  7357. html[data-theme=dark] .css-1bjcw8z {
  7358. color: #d3d3d3;
  7359. border: 1px solid #d3d3d38f;
  7360. }
  7361.  
  7362. html[data-theme=dark] .css-1bjcw8z:nth-of-type(n 2) {
  7363. border-left: 1px solid transparent;
  7364. }
  7365.  
  7366. html[data-theme=dark] .css-1wrebao {
  7367. color: #0084FF;
  7368. background: rgb(18, 18, 18);
  7369. }
  7370.  
  7371. html[data-theme=dark] .css-3dzvwq {
  7372. color: #d3d3d3
  7373. }
  7374.  
  7375. html[data-theme=dark] .css-k6u7gr {
  7376. color: #0084FF;
  7377. background: rgb(18, 18, 18);
  7378. }
  7379.  
  7380. html[data-theme=dark] .css-m974kf {
  7381. color: #8590A6
  7382. }
  7383.  
  7384. .css-12squ1l {
  7385. font-weight: bold
  7386. }
  7387.  
  7388. .css-17ndvmh {
  7389. font-weight: bold
  7390. }
  7391.  
  7392. html[data-theme=dark] .css-17ndvmh {
  7393. color: #8590A6
  7394. }
  7395.  
  7396. html[data-theme=dark] .css-1woyqhc {
  7397. color: #8590A6
  7398. }
  7399.  
  7400. html[data-theme=dark] .VipInterests-Span {
  7401. color: #ce994f
  7402. }
  7403.  
  7404. html[data-theme=dark] .UserHeader-LeftInfo img {
  7405. background: white;
  7406. }
  7407.  
  7408. .zu-top-nav-userinfo .Avatar {
  7409. background: white;
  7410. }
  7411.  
  7412. html[data-theme=dark] .css-fwzsfb {
  7413. box-shadow: none
  7414. }
  7415.  
  7416. html[data-theme=dark] .css-1bdx86i {
  7417. background: transparent;
  7418. }
  7419.  
  7420. html[data-theme=dark] .css-1pvv774 {
  7421. color: transparent;
  7422. background: transparent;
  7423. }
  7424.  
  7425. html[data-theme=dark] .css-1wvaud {
  7426. color: transparent;
  7427. background: transparent;
  7428. }
  7429.  
  7430. .Image-module-image-uorig {
  7431. background: white;
  7432. cursor: pointer
  7433. }
  7434.  
  7435. .MemberInfoPanel-info-x6X35 {
  7436. height: 180px;
  7437. padding-top: 40px
  7438. }
  7439.  
  7440. html[data-theme=dark] .css-1dszf3z {
  7441. color: #37f;
  7442. background: rgba(51, 119, 255, .1);
  7443. }
  7444.  
  7445. html[data-theme=dark] .Label-root-m9g5B {
  7446. border: none
  7447. }
  7448.  
  7449. html[data-theme=dark] .IntroModule-synopsis-nCbKy {
  7450. filter: brightness(0.8) !important
  7451. }
  7452.  
  7453. html[data-theme=dark] .css-1i5eh5t {
  7454. filter: brightness(0.6) !important
  7455. }
  7456.  
  7457. html[data-theme=dark] .creation-ranking-8ur6kw {
  7458. filter: brightness(0.6) !important
  7459. }
  7460.  
  7461. html[data-theme=dark] .creation-ranking-o89df3 {
  7462. filter: brightness(0.6) !important
  7463. }
  7464.  
  7465. html[data-theme=dark] .creation-ranking-1bcsc6 {
  7466. filter: brightness(0.6) !important
  7467. }
  7468.  
  7469. html[data-theme=dark] .creation-ranking-1c80dmb {
  7470. filter: brightness(0.6) !important
  7471. }
  7472.  
  7473. html[data-theme=dark] .creation-ranking-9taffg {
  7474. filter: none !important
  7475. }
  7476.  
  7477. html[data-theme=dark] .creation-ranking-1tc0xd3 {
  7478. filter: none !important
  7479. }
  7480.  
  7481. .RowUserList-wrapper-4E2Ct {
  7482. overflow-x: hidden;
  7483. }
  7484.  
  7485. html[data-theme=dark] .TopNavBar-inner-77oXV .TopNavBar-tab-gdypM a {
  7486. color: #d3d3d3
  7487. }
  7488.  
  7489. html[data-theme=dark] .TopNavBar-logoContainer-3Ubcr .TopNavBar-zhihuLogo-4KKCK {
  7490. color: white
  7491. }
  7492.  
  7493. html[data-theme=dark] .css-1xodv9x::after {
  7494. background: #444;
  7495. }
  7496.  
  7497. html[data-theme=dark] .css-oietxg::after {
  7498. background: #444;
  7499. }
  7500.  
  7501. html[data-theme=dark] .css-1vvynlj {
  7502. background: #444;
  7503. }
  7504.  
  7505. html[data-theme=dark] .css-2m6vwd {
  7506. background: #444;
  7507. }
  7508.  
  7509. html[data-theme=dark] .css-1fbmj9d {
  7510. background: #444;
  7511. }
  7512.  
  7513. html[data-theme=dark] .css-1vwmxb4:hover {
  7514. background: #ffffff1c;
  7515. }
  7516.  
  7517. html[data-theme=dark] .css-1stnbni:hover {
  7518. background: #ffffff1c;
  7519. }
  7520.  
  7521. html[data-theme=dark] .css-1gip1fb:hover {
  7522. background: #ffffff1c;
  7523. }
  7524.  
  7525. html[data-theme=dark] .css-1lpxgo5:hover {
  7526. background: #ffffff1c;
  7527. }
  7528.  
  7529. html[data-theme=dark] .css-pt9hcx:not(:last-child) .Creator-Home-HotQuestionCard {
  7530. border-bottom: 0.5px solid #444;
  7531. }
  7532.  
  7533. html[data-theme=dark] .css-w53kso {
  7534. border-bottom: 1px solid #444;
  7535. }
  7536.  
  7537. html[data-theme=dark] .css-26ys39 {
  7538. border-bottom: 1px solid #444;
  7539. }
  7540.  
  7541. html[data-theme=dark] .is-fixed.css-26ys39 {
  7542. background: rgb(18, 18, 18) !important;
  7543. }
  7544.  
  7545. html[data-theme=dark] .css-3yxeqs {
  7546. border-bottom: 1px solid #444;
  7547. }
  7548.  
  7549. html[data-theme=dark] .css-e45g0t {
  7550. border-bottom: 1px solid #444;
  7551. }
  7552.  
  7553. html[data-theme=dark] .css-laelx8 {
  7554. border-bottom: 1px solid #444;
  7555. }
  7556.  
  7557. html[data-theme=dark] .css-11zq2oq {
  7558. border-bottom: 1px solid #444;
  7559. }
  7560.  
  7561. html[data-theme=dark] .css-iebf30 {
  7562. border-bottom: 1px solid #444;
  7563. }
  7564.  
  7565. html[data-theme=dark] .css-vkc1l8 {
  7566. border-bottom: 1px solid #444;
  7567. }
  7568.  
  7569. html[data-theme=dark] .css-8m4yif {
  7570. border-bottom: 1px solid #444;
  7571. }
  7572.  
  7573. html[data-theme=dark] .css-en77lo {
  7574. border-bottom: 1px solid #444;
  7575. }
  7576.  
  7577. html[data-theme=dark] .css-ts3erk {
  7578. border-bottom: 1px solid #444;
  7579. }
  7580.  
  7581. html[data-theme=dark] .css-1r0njij {
  7582. border-bottom: 1px solid #444;
  7583. }
  7584.  
  7585. html[data-theme=dark] .css-1niwbj7 {
  7586. border-bottom: 1px solid #444;
  7587. }
  7588.  
  7589. html[data-theme=dark] .css-1vgfk12 {
  7590. border-bottom: 1px solid #444;
  7591. }
  7592.  
  7593. html[data-theme=dark] .css-geku0 {
  7594. border-bottom: 1px solid #444;
  7595. }
  7596.  
  7597. html[data-theme=dark] .css-1gcxsjq {
  7598. border-bottom: 1px solid #444;
  7599. }
  7600.  
  7601. html[data-theme=dark] .css-1842imd {
  7602. border-bottom: 1px solid #444;
  7603. }
  7604.  
  7605. html[data-theme=dark] .css-py1o25 {
  7606. border-bottom: 1px solid #444;
  7607. }
  7608.  
  7609. html[data-theme=dark] .css-tfglki {
  7610. border-bottom: 1px solid #444;
  7611. }
  7612.  
  7613. html[data-theme=dark] .css-3v0iam {
  7614. border-bottom: 1px solid #444;
  7615. }
  7616.  
  7617. html[data-theme=dark] .css-197xs71 {
  7618. border-bottom: 1px solid #444;
  7619. }
  7620.  
  7621. html[data-theme=dark] .VideoCourseCard-videoCourseCard-xvwNy {
  7622. border-bottom: 1px solid #444;
  7623. }
  7624.  
  7625. html[data-theme=dark] .Interaction-root-esGak {
  7626. border: none
  7627. }
  7628.  
  7629. html[data-theme=dark] .index-tabWrap-4Smyx {
  7630. border: none
  7631. }
  7632.  
  7633. html[data-theme=dark] .Tab-tab-b9fvk .Tab-tabTitle-nrMPz {
  7634. border: 1px solid transparent
  7635. }
  7636.  
  7637. html[data-theme=dark] .index-answerItem-29PGb {
  7638. border-bottom: 1px solid #444;
  7639. }
  7640.  
  7641. html[data-theme=dark] .css-we6n55::before {
  7642. border-bottom: 1px solid #444;
  7643. }
  7644.  
  7645. html[data-theme=dark] .ToolsCopyright-cardHeader {
  7646. border-bottom: 1px solid #444;
  7647. }
  7648.  
  7649. html[data-theme=dark] .css-1epee6j .CreatorTable-tableRow {
  7650. border-bottom: 1px solid #444;
  7651. }
  7652.  
  7653. html[data-theme=dark] .css-vlniwe {
  7654. border-bottom: 1px solid #1b1b1b;
  7655. }
  7656.  
  7657. html[data-theme=dark] .css-dwparj {
  7658. border: 2px dashed #444;
  7659. }
  7660.  
  7661. html[data-theme=dark] .css-1njot3d {
  7662. border: 1px solid #444;
  7663. }
  7664.  
  7665. html[data-theme=dark] .css-100f15l {
  7666. border: 1px solid #444;
  7667. }
  7668.  
  7669. html[data-theme=dark] .css-16rb3m9 {
  7670. border: 1px solid #444;
  7671. }
  7672.  
  7673. html[data-theme=dark] .css-1rzq96j {
  7674. border: 1px solid #444;
  7675. }
  7676.  
  7677. html[data-theme=dark] .css-1ql23fg {
  7678. border: 1px solid #444;
  7679. }
  7680.  
  7681. html[data-theme=dark] .css-m8zr0l {
  7682. border: 1px solid #444;
  7683. }
  7684.  
  7685. html[data-theme=dark] .css-v79isy {
  7686. border: 1px solid #444;
  7687. }
  7688.  
  7689. html[data-theme=dark] .css-16vm0j7 {
  7690. border: 1px solid #444;
  7691. }
  7692.  
  7693. html[data-theme=dark] .Input-wrapper {
  7694. border: 1px solid #444;
  7695. }
  7696.  
  7697. html[data-theme=dark] .css-13j624k {
  7698. border: 1px solid #444;
  7699. }
  7700.  
  7701. html[data-theme=dark] .css-kzr6qe {
  7702. border: 1px solid #444;
  7703. }
  7704.  
  7705. html[data-theme=dark] .css-x0pxoz {
  7706. border: 1px solid #444;
  7707. }
  7708.  
  7709. html[data-theme=dark] .css-90uup7 {
  7710. border: 1px solid #444;
  7711. }
  7712.  
  7713. html[data-theme=dark] .css-1odu5n9 {
  7714. border: 1px solid #444;
  7715. }
  7716.  
  7717. html[data-theme=dark] .css-10kdvgx {
  7718. border: 1px solid #444;
  7719. }
  7720.  
  7721. html[data-theme=dark] .TopNavBar-fixInner-8MxBW .TopNavBar-searchBar-hDE1u .TopNavBar-input-sjsdr {
  7722. border: 1px solid #444;
  7723. }
  7724.  
  7725. html[data-theme=dark] .css-10kl0bc {
  7726. border-top: 1px solid #444;
  7727. }
  7728.  
  7729. html[data-theme=dark] .css-lmhi8a div {
  7730. border-top: 1px solid #444;
  7731. }
  7732.  
  7733. html[data-theme=dark] .css-a44f8k div {
  7734. border-top: 1px solid #444;
  7735. }
  7736.  
  7737. html[data-theme=dark] .css-yqsr75 {
  7738. border-top: 1px solid #444;
  7739. }
  7740.  
  7741. html[data-theme=dark] .css-wx1uwz .CreationManage-CreationCard {
  7742. border-top: 1px solid #444;
  7743. }
  7744.  
  7745. html[data-theme=dark] .css-m163kg .CreationManage-CreationCard {
  7746. border-top: 1px solid #444;
  7747. }
  7748.  
  7749. html[data-theme=dark] .css-1uc08pw::before {
  7750. border: 1px solid #444;
  7751. }
  7752.  
  7753. html[data-theme=dark] .css-z07uxh {
  7754. border: none;
  7755. }
  7756.  
  7757. html[data-theme=dark] .css-18w5wl0 {
  7758. border: none;
  7759. }
  7760.  
  7761. html[data-theme=dark] .css-asds7r::before {
  7762. border: none;
  7763. }
  7764.  
  7765. html[data-theme=dark] .css-8wos8n::before {
  7766. border: none;
  7767. }
  7768.  
  7769. html[data-theme=dark] .css-mzh2tk .CommentManage-CreationCard>div {
  7770. border-top: 1px solid #444;
  7771. }
  7772.  
  7773. html[data-theme=dark] .css-5abu0r .CommentManage-CreationCard>div {
  7774. border-top: 1px solid #444;
  7775. }
  7776.  
  7777. html[data-theme=dark] .css-n7efg0 .CommentManage-CreationCard>div {
  7778. border-top: 1px solid #444;
  7779. }
  7780.  
  7781. html[data-theme=dark] .css-9m1zov .CommentManage-CommentCard>div {
  7782. border-top: 1px solid #444;
  7783. }
  7784.  
  7785. html[data-theme=dark] .css-1vm3b1t {
  7786. border-top: 1px solid #444;
  7787. }
  7788.  
  7789. html[data-theme=dark] .css-lq4o9h {
  7790. border-top: 1px solid #444;
  7791. }
  7792.  
  7793. html[data-theme=dark] .css-x4pr7v {
  7794. border-right: 1px solid #444;
  7795. }
  7796.  
  7797. .css-qx4v2b:hover .Popover {
  7798. background: #0084FF;
  7799. }
  7800.  
  7801. .css-qx4v2b:hover .css-r3cz0w {
  7802. color: white !important;
  7803. }
  7804.  
  7805. html[data-theme=dark] .css-prt2gy {
  7806. color: #0084FF;
  7807. }
  7808.  
  7809. html[data-theme=dark] .css-1x8xb90 .css-vurnku {
  7810. color: #0084FF;
  7811. }
  7812.  
  7813. html[data-theme=dark] .css-1x8xb90 svg {
  7814. fill: #0084FF;
  7815. }
  7816.  
  7817. html[data-theme=dark] .css-1sgk1dw {
  7818. border: none
  7819. }
  7820.  
  7821. html[data-theme=dark] .css-1ynwv5b {
  7822. border: none
  7823. }
  7824.  
  7825. html[data-theme=dark] .css-12294lk {
  7826. border: none
  7827. }
  7828.  
  7829. html[data-theme=dark] .public-DraftStyleDefault-block.public-DraftStyleDefault-ltr {
  7830. border: none
  7831. }
  7832.  
  7833. html[data-theme=dark] .css-blkyql {
  7834. border: 1px solid #444;
  7835. }
  7836.  
  7837. html[data-theme=dark] .css-t6zj4u {
  7838. color: #8590A6;
  7839. background: #ffffff1c;
  7840. }
  7841.  
  7842. html[data-theme=dark] .css-1woo4vw:hover {
  7843. background: #ffffff1c;
  7844. }
  7845.  
  7846. html[data-theme=dark] input.Input {
  7847. color: #d3d3d3
  7848. }
  7849.  
  7850. html[data-theme=dark] .SelectorField-options .Select-option {
  7851. color: #8590a6;
  7852. background: rgb(18, 18, 18);
  7853. }
  7854.  
  7855. html[data-theme=dark] .css-1f6hmyt {
  7856. border-bottom: 1px solid #444;
  7857. }
  7858.  
  7859. html[data-theme=dark] .css-110i2yo {
  7860. color: #37f;
  7861. background: rgba(51, 119, 255, .1);
  7862. }
  7863.  
  7864. html[data-theme=dark] .css-k5567v {
  7865. color: #37f;
  7866. background: rgba(51, 119, 255, .1);
  7867. }
  7868.  
  7869. html[data-theme=dark] .css-1ygdre8 a.internal,
  7870. .css-1ygdre8 a.external {
  7871. color: rgb(23, 81, 153);
  7872. }
  7873.  
  7874. .css-h9ndtl {
  7875. color: #0084FF
  7876. }
  7877.  
  7878. html[data-theme=dark] .css-x7xsnd {
  7879. background: rgb(18, 18, 18);
  7880. color: #8590A6
  7881. }
  7882.  
  7883. .css-x7xsnd:hover {
  7884. color: #0084FF
  7885. }
  7886.  
  7887. html[data-theme=dark] .css-x7xsnd:hover {
  7888. color: #0084FF
  7889. }
  7890.  
  7891. .css-1evwjhc:hover {
  7892. color: #0084FF
  7893. }
  7894.  
  7895. html[data-theme=dark] .css-1evwjhc {
  7896. background: rgb(18, 18, 18);
  7897. color: #8590A6
  7898. }
  7899.  
  7900. html[data-theme=dark] .css-1evwjhc:hover {
  7901. color: #0084FF
  7902. }
  7903.  
  7904. .css-1uc08pw {
  7905. color: #0084FF
  7906. }
  7907.  
  7908. .css-1yeqy9h::before {
  7909. border: none
  7910. }
  7911.  
  7912. .css-1yeqy9h {
  7913. color: #0084FF
  7914. }
  7915.  
  7916. html[data-theme=dark] .css-1yeqy9h,
  7917. html[data-theme=dark] .css-1yeqy9h .css-vurnku {
  7918. color: #0084FF
  7919. }
  7920.  
  7921. .css-1k10w8f,
  7922. .css-o7lu8j {
  7923. color: black
  7924. }
  7925.  
  7926. .css-12ta2mu,
  7927. html[data-theme=dark] .css-12ta2mu {
  7928. color: #0084FF
  7929. }
  7930.  
  7931. .css-1o56bgb:hover {
  7932. color: #32CD32
  7933. }
  7934.  
  7935. html[data-theme=dark] .css-1o56bgb:hover {
  7936. color: #32CD32
  7937. }
  7938.  
  7939. .css-h1yvwn:hover,
  7940. .css-1h9r04p,
  7941. .css-1h9r04p:hover {
  7942. color: #FF4D82
  7943. }
  7944.  
  7945. html[data-theme=dark] .css-h1yvwn:hover,
  7946. html[data-theme=dark] .css-1h9r04p,
  7947. html[data-theme=dark] .css-1h9r04p:hover {
  7948. color: #FF4D82
  7949. }
  7950.  
  7951. .css-15ivzwa {
  7952. background: white;
  7953. }
  7954.  
  7955. html[data-theme=dark] .css-15ivzwa {
  7956. background: rgb(30, 30, 30);
  7957. }
  7958.  
  7959. html[data-theme=dark] .css-h7rrn2 {
  7960. background: rgb(18, 18, 18);
  7961. }
  7962.  
  7963. html[data-theme=dark] .css-12yl4eo {
  7964. background: rgb(18, 18, 18)
  7965. }
  7966.  
  7967. .css-qwboob:hover {
  7968. background: #ffffff1c
  7969. }
  7970.  
  7971. html[data-theme=dark] .css-1iyxdkz {
  7972. background: #ffffff1c
  7973. }
  7974.  
  7975. .css-1s7s3n5:hover .ZDI--ImagePlus24 {
  7976. fill: rgb(221, 178, 116);
  7977. }
  7978.  
  7979. .css-1s7s3n5:hover .ZDI--EmoHappy24 {
  7980. fill: #0084FF;
  7981. }
  7982.  
  7983. .css-gm5a0s:hover .ZDI--ImagePlus24 {
  7984. fill: rgb(221, 178, 116);
  7985. }
  7986.  
  7987. .css-gm5a0s:hover .ZDI--EmoHappy24 {
  7988. fill: #0084FF;
  7989. }
  7990.  
  7991. html[data-theme=dark] .css-glctcg {
  7992. background: rgb(18, 18, 18)
  7993. }
  7994.  
  7995. html[data-theme=dark] .css-1hnxfhy {
  7996. background: rgb(18, 18, 18);
  7997. border: 2px solid #444;
  7998. }
  7999.  
  8000. html[data-theme=dark] .css-gjiv4z {
  8001. color: #0084FF;
  8002. background: #0066ff14;
  8003. }
  8004.  
  8005. html[data-theme=dark] .css-1v9si9f {
  8006. color: #8590A6;
  8007. background: #8080801c;
  8008. }
  8009.  
  8010. html[data-theme=dark] .css-16ywuwq {
  8011. color: rgb(0, 102, 255);
  8012. background: rgba(0, 102, 255, 0.08);
  8013. }
  8014.  
  8015. html[data-theme=dark] .css-1bsypu2 {
  8016. color: #0084FF
  8017. }
  8018.  
  8019. html[data-theme=dark] .css-1c354jk:hover {
  8020. background: #ffffff1c;
  8021. }
  8022.  
  8023. html[data-theme=dark] .css-a44f8k:hover {
  8024. background: #ffffff1c;
  8025. }
  8026.  
  8027. .css-1dq2715 {
  8028. cursor: pointer
  8029. }
  8030.  
  8031. .css-1pcum0z {
  8032. box-shadow: none
  8033. }
  8034.  
  8035. .ZDI--Dots24:hover {
  8036. color: #0084FF
  8037. }
  8038.  
  8039. html[data-theme=dark] .css-82zxhc {
  8040. color: white
  8041. }
  8042.  
  8043. html[data-theme=dark] .index-hover-qmVRA {
  8044. color: #d3d3d3
  8045. }
  8046.  
  8047. html[data-theme=dark] .index-hover-qmVRA:hover {
  8048. color: #0066ff
  8049. }
  8050.  
  8051. .css-19aqy0w {
  8052. color: black
  8053. }
  8054.  
  8055. .css-19aqy0w:hover {
  8056. background: rgb(246, 246, 246)
  8057. }
  8058.  
  8059. html[data-theme=dark] .css-19aqy0w {
  8060. color: #8590A6;
  8061. background: rgb(18, 18, 18)
  8062. }
  8063.  
  8064. html[data-theme=dark] .css-19aqy0w:hover {
  8065. color: #8590A6;
  8066. background: #8080801c;
  8067. }
  8068.  
  8069. html[data-theme=dark] .CopyrightCenter-sideNavItem.is-active,
  8070. html[data-theme=dark] .CopyrightCenter-sideNavItem:hover {
  8071. background: #8080801c;
  8072. }
  8073.  
  8074. html[data-theme=dark] .tab-navs .tab-nav>a {
  8075. color: #d3d3d3 !important;
  8076. border: none
  8077. }
  8078.  
  8079. html[data-theme=dark] .tab-navs .tab-nav.active>a {
  8080. background: #8080801c !important;
  8081. color: #0084FF !important;
  8082. border: 1px solid #444;
  8083. }
  8084.  
  8085. html[data-theme=dark] .tab-navs .tab-nav>a:hover {
  8086. background: #8080801c !important;
  8087. }
  8088.  
  8089. html[data-theme=dark] .tab-navs .tab-nav.active>a:hover {
  8090. background: #8080801c !important;
  8091. color: #0084FF !important;
  8092. border: 1px solid #444;
  8093. }
  8094.  
  8095. html[data-theme=dark] .CopyrightCenter-main .icon.empty-list {
  8096. filter: brightness(0.6)
  8097. }
  8098.  
  8099. html[data-theme=dark] .CopyrightSettings {
  8100. color: #d3d3d3
  8101. }
  8102.  
  8103. html[data-theme=dark] .CopyrightCenter-Help p,
  8104. html[data-theme=dark] .CopyrightCenter-Help ul {
  8105. color: #d3d3d3
  8106. }
  8107.  
  8108. html[data-theme=dark] ._Slogan_boxArrow_3K5o::before {
  8109. border-top-color: #444;
  8110. }
  8111.  
  8112. html[data-theme=dark] ._Slogan_boxArrow_3K5o::after {
  8113. border-top-color: #444;
  8114. }
  8115.  
  8116. html[data-theme=dark] ._Slogan_sloganWrapper_2E5y {
  8117. background: rgb(18, 18, 18);
  8118. border: 1px solid #444
  8119. }
  8120.  
  8121. html[data-theme=dark] .CopyrightCenter-main hr {
  8122. background: #444;
  8123. }
  8124.  
  8125. html[data-theme=dark] .css-1hwwfws {
  8126. border: 1px solid #000000d9;
  8127. background: rgb(18, 18, 18) !important;
  8128. color: #d3d3d3
  8129. }
  8130.  
  8131. .ToolsQuestion-header--action:focus {
  8132. outline: none
  8133. }
  8134.  
  8135. .ToolsQuestion-header--action span:focus {
  8136. outline: none
  8137. }
  8138.  
  8139. .TopNavBar-inner-77oXV .TopNavBar-searchBar-uo31N .TopNavBar-input-kbgKK {
  8140. padding: 0 0px 0 16px;
  8141. width: 323px;
  8142. }
  8143.  
  8144. html[data-theme=dark] .css-1va6xs3 {
  8145. background: #8080801c;
  8146. color: #d3d3d3
  8147. }
  8148.  
  8149. html[data-theme=dark] .index-more-j3pAc {
  8150. background: #8080801c;
  8151. color: #d3d3d3
  8152. }
  8153.  
  8154. html[data-theme=dark] .index-more-j3pAc:hover {
  8155. background: #8080801c;
  8156. color: #0084ff
  8157. }
  8158.  
  8159. html[data-theme=dark] .index-item-mo6Mb {
  8160. background: #8080801c;
  8161. border: none
  8162. }
  8163.  
  8164. html[data-theme=dark] .Learned-tab-9Lce5 .Learned-tabTitle-j1ygz .Learned-item-8B3JQ {
  8165. background: #8080801c;
  8166. border: none;
  8167. color: #d3d3d3
  8168. }
  8169.  
  8170. html[data-theme=dark] .Learned-tab-9Lce5 .Learned-tabTitle-j1ygz .Learned-item-8B3JQ.Learned-activeItem-qogUr {
  8171. background: rgba(0, 102, 255, .08);
  8172. border: .5px solid rgba(0, 102, 255, .08);
  8173. color: #06f
  8174. }
  8175.  
  8176. .css-1tm97em {
  8177. display: none !important
  8178. }
  8179.  
  8180. .css-1dwcfxl {
  8181. display: none !important
  8182. }
  8183.  
  8184. html[data-theme=dark] .index-content-jNRgg .index-item-tPBTL {
  8185. color: #d3d3d3
  8186. }
  8187.  
  8188. html[data-theme=dark] .index-content-jNRgg .index-item-tPBTL:hover {
  8189. color: #0084FF
  8190. }
  8191.  
  8192. html[data-theme=dark] .ZVideoTag {
  8193. color: #0084FF
  8194. }
  8195.  
  8196. html[data-theme=dark] .Creator-entityLink {
  8197. color: #0084FF
  8198. }
  8199.  
  8200. html[data-theme=dark] .Creator-hintLink:focus {
  8201. outline: none;
  8202. }
  8203.  
  8204. html[data-theme=dark] .ToolsRecommendList-hintLinkDivider+Creator-hintLink {
  8205. outline: none;
  8206. }
  8207.  
  8208. input[class*="TopNavBar"]:not(.ariaskiptheme) {
  8209. color: white !important;
  8210. background: transparent !important
  8211. }
  8212.  
  8213. .TopNavBar-inner-77oXV .TopNavBar-searchBar-uo31N .TopNavBar-input-kbgKK {
  8214. padding: 0px 0px 0px 16px;
  8215. width: 323px;
  8216. }
  8217.  
  8218. html[data-theme=dark] .TopNavBar-inner-77oXV .TopNavBar-searchBar-uo31N .TopNavBar-input-kbgKK {
  8219. background: #1b1b1b !important;
  8220. border: 1px solid #444;
  8221. }
  8222.  
  8223. html[data-theme=dark] .TopNavBar-inner-77oXV .TopNavBar-searchBar-uo31N .TopNavBar-input-kbgKK::placeholder {
  8224. color: transparent
  8225. }
  8226.  
  8227. html[data-theme=dark] .TopNavBar-fixInner-wr5x1 .TopNavBar-searchBar-uo31N .TopNavBar-input-kbgKK {
  8228. border: 1px solid #444;
  8229. }
  8230.  
  8231. .TopNavBar-inner-eTRQC .TopNavBar-searchBar-hDE1u {
  8232. margin-left: 20px !important
  8233. }
  8234.  
  8235. .TopNavBar-inner-eTRQC .TopNavBar-searchBar-hDE1u .TopNavBar-input-sjsdr {
  8236. padding: 0px 0px 0px 16px;
  8237. width: 323px;
  8238. }
  8239.  
  8240. html[data-theme=dark] .css-dnz5h8 {
  8241. border: 1px solid #444;
  8242. }
  8243.  
  8244. html[data-theme=dark] .CarouselBanner-topNavBarShow-utQMU {
  8245. background: rgb(18, 18, 18)
  8246. }
  8247.  
  8248. html[data-theme=dark] .TopNavBar-fixInner-8MxBW .TopNavBar-activeTab-nN4v9 a {
  8249. color: #0084FF !important
  8250. }
  8251.  
  8252. .TopNavBar-fixInner-wr5x1 .TopNavBar-activeTab-2qfUG.TopNavBar-tab-gdypM a {
  8253. color: #ce994f
  8254. }
  8255.  
  8256. .TopNavBar-fixInner-wr5x1 .TopNavBar-tab-gdypM a {
  8257. color: black
  8258. }
  8259.  
  8260. html[data-theme=dark] .TopNavBar-fixInner-wr5x1 .TopNavBar-tab-gdypM a {
  8261. color: #d3d3d3
  8262. }
  8263.  
  8264. .TopNavBar-fixInner-8MxBW .TopNavBar-tab-d8yaD a {
  8265. color: black
  8266. }
  8267.  
  8268. html[data-theme=dark] .TopNavBar-fixInner-8MxBW .TopNavBar-tab-d8yaD a {
  8269. color: #d3d3d3
  8270. }
  8271.  
  8272. .TopNavBar-fixInner-8MxBW .TopNavBar-tab-d8yaD.TopNavBar-activeTab-nN4v9 a {
  8273. color: #0084FF !important
  8274. }
  8275.  
  8276. html[data-theme=dark] .TopNavBar-inner-eTRQC .TopNavBar-activeTab-nN4v9 a {
  8277. color: #d3d3d3 !important
  8278. }
  8279.  
  8280. html[data-theme=dark] .css-b1ywb6 {
  8281. color: white
  8282. }
  8283.  
  8284. :focus {
  8285. outline: none
  8286. }
  8287.  
  8288. html[data-theme=dark] .index-listCard-crTRa {
  8289. background: rgb(153 153 153)
  8290. }
  8291.  
  8292. .css-w9oz6h:first-child {
  8293. margin-top: 10px
  8294. }
  8295.  
  8296. html[data-theme=dark] .index-hover-ok9Jt {
  8297. color: #d3d3d3
  8298. }
  8299.  
  8300. html[data-theme=dark] .index-hover-ok9Jt:hover {
  8301. color: #0084ff
  8302. }
  8303.  
  8304. html[data-theme=dark] .LearningRouteCard-categoryInfo-2Awbz .LearningRouteCard-categoryTitle-oAZLT {
  8305. color: #d3d3d3
  8306. }
  8307.  
  8308. html[data-theme=dark] .LearningRouteCard-pathItem-xin1f .LearningRouteCard-right-uzafZ .LearningRouteCard-title-do7ND {
  8309. color: #d3d3d3
  8310. }
  8311.  
  8312. html[data-theme=dark] .LearningRouteCard-pathItem-xin1f .LearningRouteCard-right-uzafZ .LearningRouteCard-title-do7ND:hover {
  8313. color: #0084ff
  8314. }
  8315.  
  8316. html[data-theme=dark] .LearningRouteCard-pathItem-xin1f .LearningRouteCard-right-uzafZ .LearningRouteCard-detail-i7CrR {
  8317. color: #d3d3d3
  8318. }
  8319.  
  8320. html[data-theme=dark] .index-title-iYS6y {
  8321. color: #d3d3d3
  8322. }
  8323.  
  8324. html[data-theme=dark] .index-number-nbTN6 {
  8325. color: #d3d3d3
  8326. }
  8327.  
  8328. html[data-theme=dark] .LearningRouteCard-wrapper-8Yu5u {
  8329. background: rgb(18, 18, 18)
  8330. }
  8331.  
  8332. html[data-theme=dark] .LearningRouteCard-seeAll-xnUqk {
  8333. background: rgb(18, 18, 18)
  8334. }
  8335.  
  8336. html[data-theme=dark] .index-item-u9evS {
  8337. background: rgb(18, 18, 18)
  8338. }
  8339.  
  8340. html[data-theme=dark] .css-13ld3zv {
  8341. background: rgb(18, 18, 18);
  8342. border: 1px solid #444;
  8343. }
  8344.  
  8345. html[data-theme=dark] .css-qj8kyw {
  8346. background: #d3d3d3;
  8347. border: 0.5px solid transparent;
  8348. }
  8349.  
  8350. html[data-theme=dark] .css-qj8kyw:hover {
  8351. /*background:#0066ff;*/
  8352. color: white
  8353. }
  8354.  
  8355. html[data-theme=dark] .css-klsxws {
  8356. background: #d3d3d3;
  8357. border: 0.5px solid transparent;
  8358. }
  8359.  
  8360. html[data-theme=dark] .css-klsxws:hover {
  8361. /*background:rgb(100, 100, 100);*/
  8362. color: white
  8363. }
  8364.  
  8365. html[data-theme=dark] .css-3y87e3 {
  8366. border: 0.5px solid transparent;
  8367. }
  8368.  
  8369. html[data-theme=dark] .css-2jhrb {
  8370. border: 0.5px solid transparent;
  8371. }
  8372.  
  8373. html[data-theme=dark] .css-smeeif {
  8374. filter: brightness(0.6)
  8375. }
  8376.  
  8377. html[data-theme=dark] .css-1xgftsj::before {
  8378. border-top: 1px solid #1B1B1B;
  8379. }
  8380.  
  8381. html[data-theme=dark] .css-1sqyxpr::before {
  8382. border-top: 1px solid #1B1B1B;
  8383. }
  8384.  
  8385. html[data-theme=dark] .css-dpj044::before {
  8386. border-top: 1px solid #1B1B1B;
  8387. }
  8388.  
  8389. html[data-theme=dark] .TopNavBar-fixMode-qXKMs {
  8390. background: rgb(18, 18, 18)
  8391. }
  8392.  
  8393. html[data-theme=dark] .PcContent-content-9URDE .PcContent-learningRecord-mAzPm .PcContent-text-bRqSw {
  8394. color: #8590A6
  8395. }
  8396.  
  8397. html[data-theme=dark] .Vote-voteUpBtn-9a8tV {
  8398. background: rgba(85, 142, 255, .1);
  8399. color: #558eff;
  8400. }
  8401.  
  8402. html[data-theme=dark] .Vote-voteDownBtn-sK2an {
  8403. background: rgba(85, 142, 255, .1);
  8404. color: #558eff;
  8405. }
  8406.  
  8407. .AuthorInfo.AnswerItem-authorInfo {
  8408. max-width: none !important
  8409. }
  8410.  
  8411. html[data-theme=dark] .css-5qaofe {
  8412. background: white
  8413. }
  8414.  
  8415. html[data-theme=dark] .css-asds7r {
  8416. color: #0084ff
  8417. }
  8418.  
  8419. html[data-theme=dark] .css-asds7r .css-vurnku {
  8420. color: #0084ff
  8421. }
  8422.  
  8423. html[data-theme=dark] .css-3dzvwq:hover {
  8424. color: #0084ff
  8425. }
  8426.  
  8427. html[data-theme=dark] .Interaction-favorites-7qKEU svg {
  8428. filter: brightness(1)
  8429. }
  8430.  
  8431. html[data-theme=dark] .Interaction-favorites-7qKEU:hover {
  8432. color: orange
  8433. }
  8434.  
  8435. html[data-theme=dark] .Interaction-favorites-7qKEU:hover svg path {
  8436. fill: orange
  8437. }
  8438.  
  8439. html[data-theme=dark] .Interaction-root-esGak>div:nth-child(3):hover {
  8440. color: #0084ff
  8441. }
  8442.  
  8443. html[data-theme=dark] .Interaction-root-esGak>div:nth-child(3) svg {
  8444. filter: brightness(1)
  8445. }
  8446.  
  8447. html[data-theme=dark] .Interaction-root-esGak>div:nth-child(3):hover svg path {
  8448. fill: #0084ff
  8449. }
  8450.  
  8451. html[data-theme=dark] .Interaction-root-esGak>div:nth-child(4) svg {
  8452. filter: brightness(1)
  8453. }
  8454.  
  8455. .css-82fsyv {
  8456. color: #8590A6
  8457. }
  8458.  
  8459. .css-1rjujr1 {
  8460. color: #8590A6
  8461. }
  8462.  
  8463. .css-1bb86fo {
  8464. color: #8590A6
  8465. }
  8466.  
  8467. .css-12cl38p {
  8468. color: #8590A6
  8469. }
  8470.  
  8471. .css-nm6sok {
  8472. color: #8590A6
  8473. }
  8474.  
  8475. .css-owuz05 {
  8476. color: #0084ff;
  8477. }
  8478.  
  8479. .css-1n5shmo {
  8480. color: black
  8481. }
  8482.  
  8483. .css-1iyxy9k {
  8484. color: black !important
  8485. }
  8486.  
  8487. html[data-theme=dark] .css-1iyxy9k {
  8488. color: #d3d3d3 !important
  8489. }
  8490.  
  8491. .css-1o4uqdq {
  8492. color: black !important
  8493. }
  8494.  
  8495. html[data-theme=dark] .css-1o4uqdq {
  8496. color: #d3d3d3 !important
  8497. }
  8498.  
  8499. html[data-theme=dark] .css-1n5shmo {
  8500. color: #8590A6 !important
  8501. }
  8502.  
  8503. .AppHeader-notifications .Zi--Bell path {
  8504. fill: black
  8505. }
  8506.  
  8507. .AppHeader-messages .Zi--Comments path {
  8508. fill: black
  8509. }
  8510.  
  8511. .css-79elbk .ZDI--UserPencilFill24 {
  8512. fill: black
  8513. }
  8514.  
  8515. .css-79elbk .ZDI--BellFill24 {
  8516. fill: black
  8517. }
  8518.  
  8519. .css-79elbk .ZDI--ChatBubbleTwoFill24 {
  8520. fill: black
  8521. }
  8522.  
  8523. html[data-theme=dark] .css-79elbk .ZDI--UserPencilFill24 {
  8524. fill: #8590A6
  8525. }
  8526.  
  8527. html[data-theme=dark] .css-79elbk .ZDI--BellFill24 {
  8528. fill: #8590A6
  8529. }
  8530.  
  8531. html[data-theme=dark] .css-79elbk .ZDI--ChatBubbleTwoFill24 {
  8532. fill: #8590A6
  8533. }
  8534.  
  8535. .css-79elbk:hover .css-1n5shmo {
  8536. color: #0084FF
  8537. }
  8538.  
  8539. .AppHeader-notifications:hover .css-1n5shmo {
  8540. color: #FACB62
  8541. }
  8542.  
  8543. .AppHeader-notifications:hover .Zi--Bell path {
  8544. fill: #FACB62
  8545. }
  8546.  
  8547. .AppHeader-messages:hover .css-1n5shmo {
  8548. color: #00FF7F
  8549. }
  8550.  
  8551. .AppHeader-messages:hover .Zi--Comments path {
  8552. fill: #00FF7F
  8553. }
  8554.  
  8555. .css-79elbk:hover .ZDI--UserPencilFill24 {
  8556. fill: #0084FF
  8557. }
  8558.  
  8559. .css-79elbk:hover .ZDI--BellFill24 {
  8560. fill: #FACB62
  8561. }
  8562.  
  8563. .css-79elbk:hover .ZDI--ChatBubbleTwoFill24 {
  8564. fill: #00FF7F
  8565. }
  8566.  
  8567. html[data-theme=dark] .css-79elbk:hover .ZDI--UserPencilFill24 {
  8568. fill: #0084FF
  8569. }
  8570.  
  8571. html[data-theme=dark] .css-79elbk:hover .ZDI--BellFill24 {
  8572. fill: #FACB62
  8573. }
  8574.  
  8575. html[data-theme=dark] .css-79elbk:hover .ZDI--ChatBubbleTwoFill24 {
  8576. fill: #00FF7F
  8577. }
  8578.  
  8579. .css-owuz05::before {
  8580. border: 1px solid #0084ff;
  8581. }
  8582.  
  8583. html[data-theme=dark] .LearningPathWayCard-pathItem-oCd3q .LearningPathWayCard-right-qowQR .LearningPathWayCard-title-p62ZV {
  8584. color: #d3d3d3
  8585. }
  8586.  
  8587. html[data-theme=dark] .LearningPathWayCard-pathItem-oCd3q .LearningPathWayCard-right-qowQR .LearningPathWayCard-detail-mNgef {
  8588. color: #d3d3d3
  8589. }
  8590.  
  8591. html[data-theme=dark] .VideoCourseList-title-o7MUU .VideoCourseList-text-37JQa {
  8592. color: #d3d3d3
  8593. }
  8594.  
  8595. html[data-theme=dark] .VideoCourseCard-videoCourseCard-h2ewn .VideoCourseCard-title-4zMJA {
  8596. color: #d3d3d3
  8597. }
  8598.  
  8599. html[data-theme=dark] .VideoCourseCard-videoCourseCard-h2ewn .VideoCourseCard-author-viP6g .VideoCourseCard-authorName-xwrLd {
  8600. color: #d3d3d3
  8601. }
  8602.  
  8603. html[data-theme=dark] .VideoCourseCard-videoCourseCard-h2ewn .VideoCourseCard-records-e1dJN {
  8604. color: #d3d3d3
  8605. }
  8606.  
  8607. html[data-theme=dark] .PcContent-content-n3TNS .PcContent-learningRecord-vDRHw .PcContent-left-4tmUS {
  8608. color: #d3d3d3
  8609. }
  8610.  
  8611. html[data-theme=dark] .Article-article-8UHAq .Article-header-r1Qd7 .Article-title-r1RkE {
  8612. color: #d3d3d3
  8613. }
  8614.  
  8615. html[data-theme=dark] .Article-article-8UHAq .Article-header-r1Qd7 .Article-superior-cyVwv {
  8616. color: #d3d3d3
  8617. }
  8618.  
  8619. html[data-theme=dark] .PcContent-content-n3TNS .PcContent-learningRecord-vDRHw .PcContent-right-bLRQH {
  8620. color: #8590A6
  8621. }
  8622.  
  8623. html[data-theme=dark] .PcContent-coverFix-5zWd3 {
  8624. background: rgb(18, 18, 18)
  8625. }
  8626.  
  8627. html[data-theme=dark] .Banner-wrapper-qANiD {
  8628. background: rgb(18, 18, 18)
  8629. }
  8630.  
  8631. html[data-theme=dark] .PcContent-content-n3TNS {
  8632. background: rgb(18, 18, 18)
  8633. }
  8634.  
  8635. html[data-theme=dark] .VideoCourseList-title-o7MUU {
  8636. background: rgb(18, 18, 18)
  8637. }
  8638.  
  8639. html[data-theme=dark] .Article-article-8UHAq .Article-header-r1Qd7 {
  8640. background: rgb(18, 18, 18)
  8641. }
  8642.  
  8643. html[data-theme=dark] .LearningPathWayCard-pathItem-oCd3q {
  8644. background: rgb(18, 18, 18)
  8645. }
  8646.  
  8647. html[data-theme=dark] .PcContent-content-n3TNS .PcContent-learningRecord-vDRHw {
  8648. background: rgb(18, 18, 18)
  8649. }
  8650.  
  8651. html[data-theme=dark] .Structure-structure-pD2Y3 {
  8652. background: rgb(18, 18, 18)
  8653. }
  8654.  
  8655. html[data-theme=dark] .Achievement-userRecord-7FBSL .Achievement-userInfo-kpbvq {
  8656. background: rgb(18, 18, 18)
  8657. }
  8658.  
  8659. html[data-theme=dark] .Achievement-userRecord-7FBSL .Achievement-userInfo-kpbvq .Achievement-userName-8PUaH {
  8660. color: #d3d3d3
  8661. }
  8662.  
  8663. html[data-theme=dark] .Achievement-userRecord-7FBSL .Achievement-userInfo-kpbvq img {
  8664. background: white
  8665. }
  8666.  
  8667. html[data-theme=dark] .Tab-tab-xnLDq .Tab-tabTitle-nueHF .Tab-item-vBYm1 {
  8668. color: #d3d3d3
  8669. }
  8670.  
  8671. html[data-theme=dark] .Tab-tab-xnLDq .Tab-tabTitle-nueHF .Tab-activeItem-aW8jh {
  8672. color: #06f
  8673. }
  8674.  
  8675. html[data-theme=dark] .VideoCourseCard-videoCourseCard-oGG6U .VideoCourseCard-rightContent-gdG5T .VideoCourseCard-title-rzU56 {
  8676. color: #d3d3d3
  8677. }
  8678.  
  8679. html[data-theme=dark] .VideoCourseCard-videoCourseCard-oGG6U .VideoCourseCard-rightContent-gdG5T .VideoCourseCard-author-qXzAV .VideoCourseCard-authorName-svABa {
  8680. color: #d3d3d3
  8681. }
  8682.  
  8683. html[data-theme=dark] .Achievement-userRecord-7FBSL .Achievement-card-6KACL .Achievement-first-pCy1T .Achievement-label-kkRmZ {
  8684. color: #d3d3d3
  8685. }
  8686.  
  8687. html[data-theme=dark] .Achievement-userRecord-7FBSL .Achievement-card-6KACL .Achievement-first-pCy1T .Achievement-num-uyphg {
  8688. color: #d3d3d3
  8689. }
  8690.  
  8691. html[data-theme=dark] .Achievement-userRecord-7FBSL .Achievement-card-6KACL .Achievement-item-t2YEj .Achievement-num-uyphg {
  8692. color: #d3d3d3
  8693. }
  8694.  
  8695. html[data-theme=dark] .Bubble-content-4n2tu {
  8696. background: rgb(18, 18, 18) !important;
  8697. }
  8698.  
  8699. html[data-theme=dark] .Achievement-contentPopup-iVfwy {
  8700. color: #d3d3d3 !important
  8701. }
  8702.  
  8703. html[data-theme=dark] .Tab-tab-xnLDq .Tab-tabTitle-nueHF {
  8704. background: rgb(18, 18, 18)
  8705. }
  8706.  
  8707. html[data-theme=dark] .Tab-tab-xnLDq .Tab-placeHolder-qa6gk {
  8708. background: rgb(18, 18, 18)
  8709. }
  8710.  
  8711. html[data-theme=dark] .Achievement-userRecord-7FBSL .Achievement-card-6KACL {
  8712. background: rgb(18, 18, 18)
  8713. }
  8714.  
  8715. html[data-theme=dark] .css-1t76iew {
  8716. background: rgb(18, 18, 18)
  8717. }
  8718.  
  8719. .css-1afbq0c {
  8720. color: #d3d3d3;
  8721. border-bottom: 0.5px solid #444
  8722. }
  8723.  
  8724. html[data-theme=dark] .css-10xcm3x {
  8725. background: #8080801c;
  8726. }
  8727.  
  8728. html[data-theme=dark] .css-7tluok {
  8729. background: #8080801c;
  8730. }
  8731.  
  8732. html[data-theme=dark] .VideoCourseCard-videoCourseCard-oGG6U {
  8733. border-bottom: 1px solid #444
  8734. }
  8735.  
  8736. html[data-theme=dark] .Tab-tab-xnLDq .Tab-tabTitle-nueHF {
  8737. border-bottom: 1px solid #444
  8738. }
  8739.  
  8740. html[data-theme=dark] .CollectionDetailPageItem-innerContainer {
  8741. border-bottom: 1px solid #444
  8742. }
  8743.  
  8744. html[data-theme=dark] .css-1woo4vw {
  8745. color: #d3d3d3
  8746. }
  8747.  
  8748. html[data-theme=dark] .css-3v0iam>div {
  8749. color: #d3d3d3
  8750. }
  8751.  
  8752. html[data-theme=dark] .css-1229yg4 {
  8753. color: #d3d3d3
  8754. }
  8755.  
  8756. html[data-theme=dark] .css-64vor1 {
  8757. color: #d3d3d3
  8758. }
  8759.  
  8760. html[data-theme=dark] .css-9iuyhq {
  8761. color: #d3d3d3
  8762. }
  8763.  
  8764. html[data-theme=dark] .css-1rd0h6f {
  8765. color: #d3d3d3
  8766. }
  8767.  
  8768. .css-1pr8gk5.is-active::after {
  8769. background-color: #1772F6 !important;
  8770. }
  8771.  
  8772. html[data-theme=dark] .css-tad50r:hover {
  8773. background: #ffffff1c;
  8774. }
  8775.  
  8776. html[data-theme=dark] .css-tj0ab2 {
  8777. fill: #d3d3d3
  8778. }
  8779.  
  8780. .css-8kjoqe+div:not(.css-1kg4pro)::before {
  8781. opacity: 0.1
  8782. }
  8783.  
  8784. .css-8kjoqe+div:not(.css-1v2mb5y)::after {
  8785. opacity: 0.1
  8786. }
  8787.  
  8788. html[data-theme=dark] .VideoUploadHint-buttonGroup {
  8789. justify-content: center;
  8790. }
  8791.  
  8792. html[data-theme=dark] .css-tad50r .css-vurnku {
  8793. background: transparent
  8794. }
  8795.  
  8796. html[data-theme=dark] .css-1afbq0c:focus-visible {
  8797. box-shadow: none;
  8798. }
  8799.  
  8800. html[data-theme=dark] .ZDI--ToolBarVipSetting {
  8801. fill: #d3d3d3
  8802. }
  8803.  
  8804. html[data-theme=dark] .css-12mpbz1 .css-vurnku {
  8805. background: transparent
  8806. }
  8807.  
  8808. html[data-theme=dark] .css-w39bbk .css-vurnku {
  8809. background: transparent
  8810. }
  8811.  
  8812. html[data-theme=dark] .css-1v31w62 {
  8813. background: rgba(133, 144, 166, 0.05);
  8814. border: 1px solid transparent
  8815. }
  8816.  
  8817. html[data-theme=dark] svg._11u3rwe {
  8818. filter: brightness(1) !important;
  8819. }
  8820.  
  8821. .css-1gn92fl {
  8822. position: absolute;
  8823. left: 155px;
  8824. top: 410px;
  8825. }
  8826.  
  8827. .css-10fy1q8 {
  8828. width: 372.88px
  8829. }
  8830.  
  8831. .css-1vqda4a {
  8832. display: none !important
  8833. }
  8834.  
  8835. #div-gpt-ad-bannerAd {
  8836. display: none !important
  8837. }
  8838.  
  8839. #div-gpt-ad-hotFeedAd {
  8840. display: none !important
  8841. }
  8842.  
  8843. .KfeCollection-VipRecommendCard {
  8844. display: none !important
  8845. }
  8846.  
  8847. .RelatedReadings {
  8848. display: none !important
  8849. }
  8850.  
  8851. .HotQuestions-title {
  8852. display: none !important
  8853. }
  8854.  
  8855. .HotQuestions-section {
  8856. display: none !important
  8857. }
  8858.  
  8859. html[data-theme=dark] .css-w9oz6h {
  8860. border: none;
  8861. }
  8862.  
  8863. html[data-hover-visible] .css-w9oz6h:hover {
  8864. -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 132, 255, .3);
  8865. box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 132, 255, .3)
  8866. }
  8867.  
  8868. html[data-theme=dark][data-hover-visible] .css-w9oz6h:hover {
  8869. -webkit-box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 5px rgba(58, 118, 208, .6);
  8870. box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 5px rgba(58, 118, 208, .6)
  8871. }
  8872.  
  8873. html[data-hover-visible] .css-1f6hmyt:hover {
  8874. -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 132, 255, .3);
  8875. box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(0, 132, 255, .3)
  8876. }
  8877.  
  8878. html[data-theme=dark][data-hover-visible] .css-1f6hmyt:hover {
  8879. -webkit-box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 5px rgba(58, 118, 208, .6);
  8880. box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 5px rgba(58, 118, 208, .6)
  8881. }
  8882.  
  8883. html[data-theme=dark] .css-1qcx8mz {
  8884. border: none
  8885. }
  8886.  
  8887. .AppHeaderProfileMenu-item.UserFill24 {
  8888. color: black !important;
  8889. }
  8890.  
  8891. .AppHeaderProfileMenu-item.UserFill24 .ZDI--UserFill24 {
  8892. fill: black !important;
  8893. }
  8894.  
  8895. .AppHeaderProfileMenu-item.UserFill24:hover {
  8896. color: #08a500 !important;
  8897. }
  8898.  
  8899. .AppHeaderProfileMenu-item.UserFill24:hover .ZDI--UserFill24 {
  8900. fill: #08a500 !important;
  8901. }
  8902.  
  8903. html[data-theme=dark] .AppHeaderProfileMenu-item.UserFill24 {
  8904. color: #d3d3d3 !important;
  8905. }
  8906.  
  8907. html[data-theme=dark] .AppHeaderProfileMenu-item.UserFill24 .ZDI--UserFill24 {
  8908. fill: #d3d3d3 !important;
  8909. }
  8910.  
  8911. html[data-theme=dark] .AppHeaderProfileMenu-item.UserFill24:hover {
  8912. color: #08a500 !important;
  8913. }
  8914.  
  8915. html[data-theme=dark] .AppHeaderProfileMenu-item.UserFill24:hover .ZDI--UserFill24 {
  8916. fill: #08a500 !important;
  8917. }
  8918.  
  8919.  
  8920. .AppHeaderProfileMenu-item.HeartFill16 {
  8921. color: black !important;
  8922. }
  8923.  
  8924. .AppHeaderProfileMenu-item.HeartFill16 .ZDI--HeartFill16 {
  8925. fill: black !important;
  8926. }
  8927.  
  8928. .AppHeaderProfileMenu-item.HeartFill16:hover {
  8929. color: #ff7d7d !important;
  8930. }
  8931.  
  8932. .AppHeaderProfileMenu-item.HeartFill16:hover .ZDI--HeartFill16 {
  8933. fill: #ff7d7d !important;
  8934. }
  8935.  
  8936. html[data-theme=dark] .AppHeaderProfileMenu-item.HeartFill16 {
  8937. color: #d3d3d3 !important;
  8938. }
  8939.  
  8940. html[data-theme=dark] .AppHeaderProfileMenu-item.HeartFill16 .ZDI--HeartFill16 {
  8941. fill: #d3d3d3 !important;
  8942. }
  8943.  
  8944. html[data-theme=dark] .AppHeaderProfileMenu-item.HeartFill16:hover {
  8945. color: #ff7d7d !important;
  8946. }
  8947.  
  8948. html[data-theme=dark] .AppHeaderProfileMenu-item.HeartFill16:hover .ZDI--HeartFill16 {
  8949. fill: #ff7d7d !important;
  8950. }
  8951.  
  8952.  
  8953. .AppHeaderProfileMenu-item.ElderFill16 {
  8954. color: black !important;
  8955. }
  8956.  
  8957. .AppHeaderProfileMenu-item.ElderFill16 .ZDI--ElderFill16 {
  8958. fill: black !important;
  8959. }
  8960.  
  8961. .AppHeaderProfileMenu-item.ElderFill16:hover {
  8962. color: #0084FF !important;
  8963. }
  8964.  
  8965. .AppHeaderProfileMenu-item.ElderFill16:hover .ZDI--ElderFill16 {
  8966. fill: #0084FF !important;
  8967. }
  8968.  
  8969. html[data-theme=dark] .AppHeaderProfileMenu-item.ElderFill16 {
  8970. color: #d3d3d3 !important;
  8971. }
  8972.  
  8973. html[data-theme=dark] .AppHeaderProfileMenu-item.ElderFill16 .ZDI--ElderFill16 {
  8974. fill: #d3d3d3 !important;
  8975. }
  8976.  
  8977. html[data-theme=dark] .AppHeaderProfileMenu-item.ElderFill16:hover {
  8978. color: #0084FF !important;
  8979. }
  8980.  
  8981. html[data-theme=dark] .AppHeaderProfileMenu-item.ElderFill16:hover .ZDI--ElderFill16 {
  8982. fill: #0084FF !important;
  8983. }
  8984.  
  8985. .AppHeaderProfileMenu-item.GearFill24 {
  8986. color: black !important;
  8987. }
  8988.  
  8989. .AppHeaderProfileMenu-item.GearFill24 .ZDI--GearFill24 {
  8990. fill: black !important;
  8991. }
  8992.  
  8993. .AppHeaderProfileMenu-item.GearFill24:hover {
  8994. color: purple !important;
  8995. }
  8996.  
  8997. .AppHeaderProfileMenu-item.GearFill24:hover .ZDI--GearFill24 {
  8998. fill: purple !important;
  8999. }
  9000.  
  9001. html[data-theme=dark] .AppHeaderProfileMenu-item.GearFill24 {
  9002. color: #d3d3d3 !important;
  9003. }
  9004.  
  9005. html[data-theme=dark] .AppHeaderProfileMenu-item.GearFill24 .ZDI--GearFill24 {
  9006. fill: #d3d3d3 !important;
  9007. }
  9008.  
  9009. html[data-theme=dark] .AppHeaderProfileMenu-item.GearFill24:hover {
  9010. color: purple !important;
  9011. }
  9012.  
  9013. html[data-theme=dark] .AppHeaderProfileMenu-item.GearFill24:hover .ZDI--GearFill24 {
  9014. fill: purple !important;
  9015. }
  9016.  
  9017.  
  9018. .AppHeaderProfileMenu-item.PowerFill24 {
  9019. color: black !important;
  9020. }
  9021.  
  9022. .AppHeaderProfileMenu-item.PowerFill24 .ZDI--PowerFill24 {
  9023. fill: black !important;
  9024. }
  9025.  
  9026. .AppHeaderProfileMenu-item.PowerFill24:hover {
  9027. color: red !important;
  9028. }
  9029.  
  9030. .AppHeaderProfileMenu-item.PowerFill24:hover .ZDI--PowerFill24 {
  9031. fill: red !important;
  9032. }
  9033.  
  9034. html[data-theme=dark] .AppHeaderProfileMenu-item.PowerFill24 {
  9035. color: #d3d3d3 !important;
  9036. }
  9037.  
  9038. html[data-theme=dark] .AppHeaderProfileMenu-item.PowerFill24 .ZDI--PowerFill24 {
  9039. fill: #d3d3d3 !important;
  9040. }
  9041.  
  9042. html[data-theme=dark] .AppHeaderProfileMenu-item.PowerFill24:hover {
  9043. color: red !important;
  9044. }
  9045.  
  9046. html[data-theme=dark] .AppHeaderProfileMenu-item.PowerFill24:hover .ZDI--PowerFill24 {
  9047. fill: red !important;
  9048. }
  9049.  
  9050. .Catalog.isCatalogV2.css-2hy5iv {
  9051. display: none !important;
  9052. }
  9053.  
  9054. html[data-theme=dark] .css-zprod6 {
  9055. box-sizing: border-box;
  9056. margin: 0;
  9057. min-width: 0;
  9058. border-radius: 6px;
  9059. position: absolute;
  9060. width: 242px;
  9061. height: 242px;
  9062. top: 62px;
  9063. left: 174px;
  9064. box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  9065. background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  9066. }
  9067.  
  9068.  
  9069. /*==知乎文章==*/
  9070. /*代码的滚动条样式*/
  9071. .css-ob6uua pre::-webkit-scrollbar {
  9072. height: 12px;
  9073. }
  9074.  
  9075. .css-ob6uua pre::-webkit-scrollbar-track {
  9076. background: #d3d3d3;
  9077. border-radius: 10px;
  9078. }
  9079.  
  9080. .css-ob6uua pre::-webkit-scrollbar-thumb {
  9081. background: #888;
  9082. border-radius: 10px;
  9083. }
  9084.  
  9085. .css-ob6uua pre::-webkit-scrollbar-thumb:hover {
  9086. background: #555;
  9087. }
  9088.  
  9089. /*代码背景*/
  9090. html[data-theme=dark] .css-ob6uua pre {
  9091. background: #212429 !important;
  9092. }
  9093.  
  9094. html[data-theme=dark] .css-ob6uua code {
  9095. background: #212429 !important;
  9096. }
  9097.  
  9098. /*作者边框*/
  9099. html[data-theme=dark] .css-zein01 {
  9100. border: none !important;
  9101. }
  9102.  
  9103. .css-b7erz1 {
  9104. color: #0084ff !important;
  9105. }
  9106.  
  9107. /*==知乎文章==*/
  9108.  
  9109.  
  9110. /*==等你来答==*/
  9111. /*为你推荐-问题标题*/
  9112. html[data-theme=dark] .css-bjox9u {
  9113. color: #d3d3d3 !important;
  9114. }
  9115.  
  9116. /*邀请回答-问题背景*/
  9117. html[data-theme=dark] .css-19nug30 {
  9118. background: none !important;
  9119. }
  9120.  
  9121. /*邀请回答-提问者名称*/
  9122. html[data-theme=dark] .css-1w0nc6z {
  9123. color: #d3d3d3 !important;
  9124. }
  9125.  
  9126. /*问题底部边框*/
  9127. html[data-theme=dark] .css-1cdnuuo {
  9128. border-bottom: 1px solid #444;
  9129. }
  9130.  
  9131. /*问题加载占位*/
  9132. html[data-theme=dark] .PlaceHolder-inner {
  9133. background: #121212 !important;
  9134. }
  9135. html[data-theme=dark] .PlaceHolder-bg {
  9136. background-color: #1b1b1b !important;
  9137. background-image: -webkit-gradient(linear,left top,right top,from(#1b1b1b),color-stop(25%,#2e2e2e),color-stop(75%,#2e2e2e),to(#1b1b1b)) !important;
  9138. background-image: linear-gradient(90deg,#1b1b1b 0,#2e2e2e 25%,#2e2e2e 75%,#1b1b1b) !important;
  9139. }
  9140. html[data-theme=dark] .PlaceHolder-bg svg path {
  9141. fill: #121212 !important;
  9142. }
  9143.  
  9144. /*==等你来答==*/
  9145.  
  9146.  
  9147. /*==知乎问题==*/
  9148. /*继续追问*/
  9149. html[data-theme=dark] .css-jghqwm {
  9150. background: #121212 !important;
  9151. border: 1px solid #444 !important;
  9152. }
  9153.  
  9154. html[data-theme=dark] .css-lzd0h4 {
  9155. color: #d3d3d3 !important;
  9156. }
  9157.  
  9158. /*继续追问-问题列表*/
  9159. html[data-theme=dark] .css-i0heim {
  9160. color: #d3d3d3 !important;
  9161. }
  9162.  
  9163. /*==知乎问题==*/
  9164.  
  9165.  
  9166. /*==知乎文章==*/
  9167. /*目录列表*/
  9168. html[data-theme=dark] .css-17v5fjs {
  9169. background: #151a23 !important
  9170. }
  9171.  
  9172. html[data-theme=dark] .css-1e6hvbc {
  9173. background: #151a23 !important
  9174. }
  9175.  
  9176. html[data-theme=dark] .css-1e6hvbc {
  9177. background: #151a23 !important
  9178. }
  9179.  
  9180. html[data-theme=dark] .css-1ifd8ga {
  9181. background: #151a23 !important
  9182. }
  9183.  
  9184. /*展开目录*/
  9185. html[data-theme=dark] .css-1hrberl {
  9186. background: #151a23 !important
  9187. }
  9188.  
  9189. /*==知乎文章==*/
  9190.  
  9191.  
  9192. /*==知乎知学堂==*/
  9193. /*导航栏*/
  9194. html[data-theme=dark] .TopNavBar-root-oL4f5 {
  9195. background: #121212 !important;
  9196. }
  9197.  
  9198. /*导航栏文字*/
  9199. html[data-theme=dark] .TopNavBar-inner-eTRQC .TopNavBar-tab-d8yaD a {
  9200. color: #d3d3d3 !important;
  9201. }
  9202.  
  9203. /*导航栏-知乎直答*/
  9204. html[data-theme=dark] .TopNavBar-inner-eTRQC .TopNavBar-tab-d8yaD a svg:nth-of-type(2) path {
  9205. fill: #d3d3d3 !important;
  9206. }
  9207.  
  9208. /*导航栏按钮*/
  9209. html[data-theme=dark] .TopNavBar-userInfo-rSUG5 {
  9210. background: #121212 !important;
  9211. }
  9212.  
  9213. /*轮播图*/
  9214. html[data-theme=dark] .index-root-7Tjww {
  9215. background: #121212 !important;
  9216. }
  9217.  
  9218. /*左侧菜单*/
  9219. html[data-theme=dark] .index-navtab-tySe5 {
  9220. background: #121212 !important;
  9221. border: 1px solid #444 !important;
  9222. }
  9223.  
  9224. /*左侧菜单-菜单项hover*/
  9225. html[data-theme=dark] .index-navtab-tySe5 .index-card-xeNbD:hover {
  9226. background: #ffffff1c !important;
  9227. }
  9228.  
  9229. /*左侧菜单-一级标题*/
  9230. html[data-theme=dark] .index-navtab-tySe5 .index-card-xeNbD .index-name-7ip2f {
  9231. color: #d3d3d3 !important
  9232. }
  9233.  
  9234. /*左侧菜单-二级菜单*/
  9235. html[data-theme=dark] .index-hoverCard-jc4Zu {
  9236. background: #191b1f !important;
  9237. border: none !important;
  9238. }
  9239.  
  9240. /*右侧菜单*/
  9241. html[data-theme=dark] .index-root-3h4H5 {
  9242. background: #121212 !important;
  9243. border: 1px solid #444 !important;
  9244. }
  9245.  
  9246. /*更多回答*/
  9247. html[data-theme=dark] .index-firstTitleInfo-khQSM{
  9248. color: #d3d3d3 !important;
  9249. }
  9250. html[data-theme=dark] .index-title-7SosK{
  9251. color: #d3d3d3 !important;
  9252. }
  9253. html[data-theme=dark] .index-info-3cNeG{
  9254. color: #d3d3d3 !important;
  9255. }
  9256. html[data-theme=dark] .index-bd-98u3g svg{
  9257. fill:#121212 !important;
  9258. filter: brightness(0.38) !important;
  9259. }
  9260. html[data-theme=dark] .index-dividing-covgT{
  9261. background:#444 !important;
  9262. }
  9263.  
  9264. /*课程介绍-回到顶部*/
  9265. html[data-theme=dark] .CornerButtonToTop-cornerButton-thbFX{
  9266. background: #1a1a1a !important;
  9267. color:#d3d3d3 !important;
  9268. border:none !important;
  9269. }
  9270. html[data-theme=dark] .CornerButtonToTop-cornerButton-thbFX svg path{
  9271. fill:#d3d3d3 !important;
  9272. }
  9273. html[data-theme=dark] .CornerButtonToTop-cornerButton-thbFX:hover{
  9274. background: #151a23 !important;
  9275. border:none !important;
  9276. }
  9277. html[data-theme=dark] .CornerButtonToTop-cornerButton-thbFX:hover svg path{
  9278. fill:#0084ff !important;
  9279. }
  9280. html[data-theme=dark] .CornerButtonToTop-cornerButton-thbFX:hover .CornerButtonToTop-tip-kZ89p{
  9281. color:#0084ff !important;
  9282. }
  9283.  
  9284. .CornerButtonToTop-cornerButton-qrpjx:hover svg {
  9285. fill: #0084FF !important;
  9286. }
  9287. /*课程视频-回到顶部*/
  9288. html[data-theme=dark] .CornerButtonToTop-cornerButton-qrpjx {
  9289. background: #1a1a1a;
  9290. color:#d3d3d3 !important;
  9291. border:none !important;
  9292. }
  9293.  
  9294. html[data-theme=dark] .CornerButtonToTop-cornerButton-qrpjx svg {
  9295. fill: #d3d3d3 !important;
  9296. }
  9297. html[data-theme=dark] .CornerButtonToTop-cornerButton-qrpjx:hover{
  9298. color: #0084FF !important;
  9299. }
  9300. html[data-theme=dark] .CornerButtonToTop-cornerButton-qrpjx:hover svg {
  9301. fill: #0084FF !important;
  9302. }
  9303.  
  9304. /*课程分类*/
  9305. html[data-theme=dark] .index-goodCourseContainerHeader-j88VF > img{
  9306. filter: brightness(0.6) invert(1) !important;
  9307. }
  9308. html[data-theme=dark] .index-title-cZ7Ux > img{
  9309. filter: brightness(0.6) invert(1) !important;
  9310. }
  9311. html[data-theme=dark] .index-title-oxWVR > img{
  9312. filter: brightness(0.6) invert(1) !important;
  9313. }
  9314.  
  9315. /*课程背景*/
  9316. html[data-theme=dark] .index-goodCourseCardContainer-mYGZe .index-goodCourseCards-bwKSm .index-goodCourseCard-tJhQ5 {
  9317. background: #0062ff0f !important
  9318. }
  9319. html[data-theme=dark] .index-learnPath-dfrcu .index-learnContainer-9QR37 .index-learnShow-p3yvw .index-learnCard-vuCza{
  9320. background: #0062ff0f !important
  9321. }
  9322. html[data-theme=dark] .index-moreCourse-i41VD .index-courseContainer-7ugwD .index-moreShow-4ViPd .index-courseCard-ebw4r{
  9323. background: #0062ff0f !important
  9324. }
  9325. html[data-theme=dark] .index-videoCardItem-bzeJ1{
  9326. background: #0062ff0f !important
  9327. }
  9328.  
  9329.  
  9330. /*课程标题*/
  9331. html[data-theme=dark] .index-title-gHxNQ .index-text-vqAEU {
  9332. color: #d3d3d3 !important;
  9333. }
  9334. html[data-theme=dark] .index-learnPath-dfrcu .index-learnContainer-9QR37 .index-learnShow-p3yvw .index-learnCard-vuCza .index-title-cZ7Ux{
  9335. color: #d3d3d3 !important;
  9336. }
  9337. html[data-theme=dark] .index-moreCourse-i41VD .index-courseContainer-7ugwD .index-moreShow-4ViPd .index-courseCard-ebw4r .index-title-oxWVR{
  9338. color: #d3d3d3 !important;
  9339. }
  9340. html[data-theme=dark] .index-title-8Nqsa a{
  9341. color: #d3d3d3 !important;
  9342. }
  9343.  
  9344.  
  9345. /*课程作者*/
  9346. html[data-theme=dark] .index-learnPath-dfrcu .index-learnContainer-9QR37 .index-learnShow-p3yvw .index-learnCard-vuCza .index-teacher-iS5qX .index-left-3uJ9a .index-info-nMxUt .index-name-xvcEq{
  9347. color: #d3d3d3 !important;
  9348. }
  9349. html[data-theme=dark] .index-moreCourse-i41VD .index-courseContainer-7ugwD .index-moreShow-4ViPd .index-courseCard-ebw4r .index-teacher-7bo8p .index-left-i7iyK .index-info-aXZTV .index-name-gBZqv{
  9350. color: #d3d3d3 !important;
  9351. }
  9352. html[data-theme=dark] .index-teacher-4xeNi .index-left-c1R6s .index-info-8mHSm .index-name-mytRy{
  9353. color: #d3d3d3 !important;
  9354. }
  9355. html[data-theme=dark] .index-teacher-oRzg6 .index-left-jbZXH .index-info-spqbi .index-name-eRKoT{
  9356. color: #d3d3d3 !important;
  9357. }
  9358.  
  9359.  
  9360. /*课程报名人数*/
  9361. html[data-theme=dark] .index-learnPath-dfrcu .index-learnContainer-9QR37 .index-learnShow-p3yvw .index-learnCard-vuCza .index-teacher-iS5qX .index-left-3uJ9a .index-desc-i4UK7 .index-descLeft-6oRth{
  9362. border:none;
  9363. }
  9364. html[data-theme=dark] .index-moreCourse-i41VD .index-courseContainer-7ugwD .index-moreShow-4ViPd .index-courseCard-ebw4r .index-teacher-7bo8p .index-left-i7iyK .index-desc-2TFdt .index-descLeft-2Dnem{
  9365. border:none;
  9366. }
  9367. html[data-theme=dark] .index-teacher-4xeNi .index-left-c1R6s .index-desc-qfkzi .index-descLeft-mTCLz{
  9368. border:none;
  9369. }
  9370.  
  9371.  
  9372. /*课程直播时间*/
  9373. html[data-theme=dark] .index-learnPath-dfrcu .index-learnContainer-9QR37 .index-learnShow-p3yvw .index-learnCard-vuCza .index-teacher-iS5qX .index-left-3uJ9a .index-tags-tr5ZQ .index-tag-dGyNz{
  9374. border:none;
  9375. }
  9376. html[data-theme=dark] .index-teacher-4xeNi .index-left-c1R6s .index-tag-jYChY .index-tagLeft-cRqGw{
  9377. border:none;
  9378. }
  9379.  
  9380. /*课程播放量*/
  9381. html[data-theme=dark] .index-teacher-oRzg6 .index-left-jbZXH .index-desc-fPsXa .index-descLeft-8JgCq{
  9382. border:none;
  9383. }
  9384.  
  9385.  
  9386. /*兴趣标签列表*/
  9387. html[data-theme=dark] .popover-root-jPqox {
  9388. background: #121212 !important;
  9389. }
  9390.  
  9391. html[data-theme=dark] .popover-header-xeHyh {
  9392. background: #121212 !important;
  9393. }
  9394.  
  9395. html[data-theme=dark] .popover-header-xeHyh div:last-of-type {
  9396. background: #444 !important;
  9397. }
  9398.  
  9399. /*兴趣标签列表-知乎知学堂*/
  9400. html[data-theme=dark] .popover-logoRight-qcJwZ {
  9401. filter: brightness(0.6) invert(1) !important;
  9402. }
  9403.  
  9404. /*兴趣标签列表-标签*/
  9405. html[data-theme=dark] .ItemComponent-unselectItemContainer-ozjFn {
  9406. background: #ffffff1c !important;
  9407. }
  9408.  
  9409. html[data-theme=dark] .ItemComponent-unSecelectItemText-cXXHM {
  9410. color: #d3d3d3 !important;
  9411. }
  9412.  
  9413. /*搜索框*/
  9414. .TopNavBar-searchBar-hDE1u {
  9415. border-radius: 999px;
  9416. background: #f8f8fa;
  9417. border: 1px solid #ebeced;
  9418. }
  9419.  
  9420. html[data-theme=dark] .TopNavBar-searchBar-hDE1u {
  9421. border-radius: 999px;
  9422. background: #212429;
  9423. border: 1px solid #282430;
  9424. }
  9425.  
  9426. /*搜索框文字*/
  9427. .TopNavBar-input-sjsdr {
  9428. border: none;
  9429. color: black !important;
  9430. }
  9431.  
  9432. html[data-theme=dark] .TopNavBar-input-sjsdr {
  9433. border: none;
  9434. color: #d3d3d3 !important;
  9435. }
  9436.  
  9437. /*搜索icon*/
  9438. .TopNavBar-searchIcon-bwNDS{
  9439. margin-top: 4px;
  9440. }
  9441.  
  9442. /*更多课程按钮*/
  9443. html[data-theme=dark] .index-learnPath-dfrcu .index-more-3mk2z{
  9444. background:#0084ff;
  9445. color:white;
  9446. }
  9447. html[data-theme=dark] .index-learnPath-dfrcu .index-more-3mk2z svg path{
  9448. fill:white;
  9449. }
  9450. html[data-theme=dark] .index-moreCourse-i41VD .index-more-re5tv{
  9451. background:#0084ff;
  9452. color:white;
  9453. }
  9454. html[data-theme=dark] .index-moreCourse-i41VD .index-more-re5tv svg path{
  9455. fill:white;
  9456. }
  9457.  
  9458. /*分类标签(圆形)*/
  9459. html[data-theme=dark] .index-subMenu-qKavE .index-tag-b6PXp{
  9460. background:#8080801c;
  9461. color:#d3d3d3;
  9462. border: none!important;
  9463. }
  9464. html[data-theme=dark] .index-subMenu-qKavE .index-tag-b6PXp.index-active-eQAh4{
  9465. background:#0066ff1a;
  9466. color:#06f;
  9467. border: none!important;
  9468. }
  9469. /*悬浮条背景*/
  9470. html[data-theme=dark] .CourseConsultation-corner-mddzk{
  9471. background: #151a23 !important;
  9472. border: .5px solid #444;
  9473. }
  9474. html[data-theme=dark] .CourseConsultation-corner-mddzk .CourseConsultation-cornerButton-7ycYw{
  9475. background: #151a23 !important
  9476. }
  9477. html[data-theme=dark] div[style="box-sizing:border-box;width:100%;margin:8px 0"] > div{
  9478. background: #444 !important
  9479. }
  9480. /*悬浮条图标*/
  9481. html[data-theme=dark] .CourseConsultation-corner-mddzk .CourseConsultation-cornerButton-7ycYw:not(:first-of-type) path{
  9482. fill:#d3d3d3 !important;
  9483. }
  9484. /*悬浮条文字*/
  9485. html[data-theme=dark] .CourseConsultation-corner-mddzk .CourseConsultation-cornerButton-7ycYw .CourseConsultation-tip-qBHqt{
  9486. color: #d3d3d3 !important;
  9487. }
  9488.  
  9489. /*课程购买-知学堂logo*/
  9490. html[data-theme=dark] .ShelfTopNav-logo-5nfWk svg g path:nth-of-type(-n+29) {
  9491. fill: #d3d3d3!important;
  9492. }
  9493. /*课程购买-标题*/
  9494. html[data-theme=dark] .ProductCard-titleWrap-swj39{
  9495. color: #d3d3d3!important;
  9496. }
  9497. html[data-theme=dark] .Tabs-tab-fg7zz.Tabs-active-dv4R2{
  9498. color: #d3d3d3!important;
  9499. }
  9500. /*课程购买须知*/
  9501. html[data-theme=dark] .Section-title-chTHJ{
  9502. color: #d3d3d3!important;
  9503. }
  9504. /*课程购买-内容更新*/
  9505. html[data-theme=dark] .Catalog-tipsText-4qrRq{
  9506. color: #0084ff!important;
  9507. }
  9508. /*课程购买-目录*/
  9509. html[data-theme=dark] .Catalog-chapterCommonTitle-dHpf9{
  9510. color: #d3d3d3!important;
  9511. }
  9512. html[data-theme=dark] .SectionCell-title-iqyj6{
  9513. color: #d3d3d3!important;
  9514. }
  9515.  
  9516. /*课程视频-标签*/
  9517. .CourseDescription-courseLabel-qPDMp{
  9518. overflow: hidden;
  9519. }
  9520. /*课程视频-目录*/
  9521. html[data-theme=dark] .Tabs-active-tab-2CpLg{
  9522. color: #0062ff!important;
  9523. }
  9524. /*课程视频-目录背景*/
  9525. html[data-theme=dark] .Tabs-container-feZhG{
  9526. background: #121212!important;
  9527. }
  9528. /*课程视频-目录滚动条*/
  9529. .EpisodeList-episodeList-m3CAU::-webkit-scrollbar {
  9530. width: 12px;
  9531. }
  9532. .EpisodeList-episodeList-m3CAU::-webkit-scrollbar-track {
  9533. background: #d3d3d3;
  9534. border-radius: 10px;
  9535. }
  9536. .EpisodeList-episodeList-m3CAU::-webkit-scrollbar-thumb {
  9537. background: #888;
  9538. border-radius: 10px;
  9539. }
  9540. .EpisodeList-episodeList-m3CAU::-webkit-scrollbar-thumb:hover {
  9541. background: #555;
  9542. }
  9543. /*课程视频-笔记背景*/
  9544. html[data-theme=dark] .StudyNotesList-bgGray-faf74{
  9545. background: #121212!important;
  9546. }
  9547. html[data-theme=dark] .Empty-emptyWrapper-dEdmh{
  9548. background: #121212!important;
  9549. }
  9550. /*课程视频-推荐视频标题*/
  9551. html[data-theme=dark] .CourseItem-rightContent-pc-fTpTc .CourseItem-courseTitle-2hYnF{
  9552. color: #d3d3d3!important;
  9553. }
  9554.  
  9555.  
  9556. /*==知乎知学堂==*/
  9557.  
  9558. /*==创作中心==*/
  9559. /*固定导航栏*/
  9560. html[data-theme=dark] .css-16rd4x4{
  9561. color: #d3d3d3!important;
  9562. /*background: #121212!important;*/
  9563. background: #151a23 !important;
  9564. }
  9565. /*固定导航栏-当前等级*/
  9566. html[data-theme=dark] .css-i9ss08{
  9567. color: #d3d3d3!important;
  9568. }
  9569. /*固定导航栏-活跃领域*/
  9570. html[data-theme=dark] .css-dj639p{
  9571. color: #d3d3d3!important;
  9572. }
  9573. /*固定导航栏-内容创作*/
  9574. html[data-theme=dark] .css-15aftra > .css-4mbc0 + div{
  9575. color: #d3d3d3!important;
  9576. background: #151a23 !important;
  9577. }
  9578. html[data-theme=dark] .css-1ooxkda:hover{
  9579. background:#1772f60f!important;
  9580. }
  9581. html[data-theme=dark] .css-1ooxkda:hover .ZDI{
  9582. fill:#0084ff!important;
  9583. }
  9584. html[data-theme=dark] .css-1ooxkda:hover .css-vurnku{
  9585. color:#0084ff!important;
  9586. }
  9587. /*固定导航栏-大菜单*/
  9588. html[data-theme=dark] .css-61rhjb{
  9589. color: #d3d3d3!important;
  9590. }
  9591. html[data-theme=dark] .css-61rhjb:hover{
  9592. color:#0084ff!important;
  9593. background:#1772f60f!important;
  9594. }
  9595. /*固定导航栏-小菜单*/
  9596. html[data-theme=dark] .css-nngq0i{
  9597. color:#03a9f4!important;
  9598. }
  9599. html[data-theme=dark] .css-17rhbf0:hover{
  9600. color:#03a9f4!important;
  9601. background:#1772f60f!important;
  9602. }
  9603.  
  9604. /*发布想法-编辑区*/
  9605. html[data-theme=dark] .css-16q9zcp{
  9606. color: #d3d3d3!important;
  9607. background: #151a23 !important;
  9608. border:1px solid #444 !important;
  9609. }
  9610. /*发布想法-标题*/
  9611. html[data-theme=dark] .css-odpg9{
  9612. color: #d3d3d3!important;
  9613. background: #151a23 !important;
  9614. }
  9615. /*发布想法-内容*/
  9616. html[data-theme=dark] .css-tl7t4z{
  9617. color: #d3d3d3!important;
  9618. background: #151a23 !important;
  9619. }
  9620. /*发布想法-标签*/
  9621. html[data-theme=dark] .css-1knhl7g{
  9622. color:#d3d3d3!important;
  9623. background:#8080801c!important;
  9624. border: none!important;
  9625. }
  9626. /*发布想法-评论权限*/
  9627. html[data-theme=dark] .css-1qwha0s{
  9628. background: #191b1f!important;
  9629. border: none!important;
  9630. }
  9631. html[data-theme=dark] .css-13ev0i{
  9632. background: #191b1f!important;
  9633. color: #d3d3d3!important;
  9634. }
  9635. html[data-theme=dark] .css-13ev0i:hover{
  9636. color: #0084ff!important;
  9637. }
  9638.  
  9639.  
  9640. /*发布文章-背景*/
  9641. html[data-theme=dark] .css-1losy9j{
  9642. background: #121212 !important;
  9643. }
  9644. html[data-theme=dark] .css-1ykdma4 {
  9645. background: #191b1f!important;
  9646. }
  9647.  
  9648. /*发布文章-工具栏*/
  9649. html[data-theme=dark] .css-10r8x72{
  9650. box-shadow: 0px -0.5px 0px 0px #444 inset;
  9651. }
  9652. /*发布文章-工具栏按钮*/
  9653. html[data-theme=dark] .ToolbarButton:hover{
  9654. background: #8080801c !important;
  9655. }
  9656. html[data-theme=dark] .ToolbarButton:hover .ZDI{
  9657. fill: #0084ff !important;
  9658. }
  9659. html[data-theme=dark] .ToolbarButton:hover .css-8atqhb{
  9660. color: #0084ff !important;
  9661. }
  9662. /*发布文章-工具栏更多*/
  9663. html[data-theme=dark] .css-1pmadmj.Button.Button--plain{
  9664. background: #191b1f!important;
  9665. color: #d3d3d3!important;
  9666. }
  9667. html[data-theme=dark] .css-15bmk8d.Button.Button--plain{
  9668. background: #191b1f!important;
  9669. color: #d3d3d3!important;
  9670. }
  9671. html[data-theme=dark] .css-1pmadmj.Button.Button--plain:hover{
  9672. background: #8080801c!important;
  9673. color: #0084ff!important;
  9674. }
  9675.  
  9676.  
  9677. /*发布文章-底栏*/
  9678. html[data-theme=dark] .css-1ppjin3{
  9679. background: #121212 !important;
  9680. border-top: 1px solid #444 !important;
  9681. }
  9682. html[data-theme=dark] .css-1ulchq2:hover{
  9683. background: #8080801c !important;
  9684. }
  9685. /*发布文章-编辑区*/
  9686. html[data-theme=dark] .css-1so3nbl{
  9687. background: #191b1f!important;
  9688. }
  9689. html[data-theme=dark] .PostEditor .DraftEditor-root{
  9690. border: 1px solid #444 !important;
  9691. }
  9692. html[data-theme=dark] .css-1gopqwh{
  9693. border: 1px solid #444 !important;
  9694. }
  9695.  
  9696. /*发布文章-发布设置*/
  9697. html[data-theme=dark] .css-13mrzb0{
  9698. background: #191b1f!important;
  9699. }
  9700. html[data-theme=dark] .css-19m36yt{
  9701. color: #d3d3d3!important;
  9702. }
  9703. html[data-theme=dark] .css-1yj4uzm{
  9704. color: #d3d3d3!important;
  9705. }
  9706. html[data-theme=dark] .css-qhzfje{
  9707. background: #191b1f!important;
  9708. }
  9709. /*发布文章-创作声明*/
  9710. html[data-theme=dark] .css-1rrt0uk{
  9711. color: #d3d3d3!important;
  9712. }
  9713. html[data-theme=dark] .css-1rrt0uk:hover{
  9714. color: #0084ff!important;
  9715. }
  9716. /*发布文章-文章话题*/
  9717. html[data-theme=dark] .css-jkribc{
  9718. color: #d3d3d3!important;
  9719. }
  9720. /*发布文章-添加话题*/
  9721. html[data-theme=dark] .css-1gtqxw0{
  9722. color: #d3d3d3!important;
  9723. background: #191b1f!important;
  9724. border: 1px solid #444 !important;
  9725. }
  9726. html[data-theme=dark] .css-1gtqxw0:hover {
  9727. background: #8080801c !important;
  9728. }
  9729. /*发布文章-搜索话题*/
  9730. html[data-theme=dark] .css-4cffwv>div{
  9731. background: #191b1f!important;
  9732. color:#0084ff!important;
  9733. border: 1px solid #444 !important;
  9734. }
  9735. html[data-theme=dark] .css-4cffwv>label{
  9736. background: #191b1f!important;
  9737. border: 1px solid #444 !important;
  9738. }
  9739. /*发布文章-搜索话题列表*/
  9740. html[data-theme=dark] .css-ogem9c{
  9741. background: #191b1f!important;
  9742. border:none!important;
  9743. }
  9744. html[data-theme=dark] .css-gfrh4c{
  9745. background: #191b1f!important;
  9746. color: #d3d3d3!important;
  9747. }
  9748. html[data-theme=dark] .css-gfrh4c:hover{
  9749. color: #0084ff!important;
  9750. }
  9751. /*发布文章-内容来源*/
  9752. html[data-theme=dark] .css-16tjfny{
  9753. border: 1px solid #444 !important;
  9754. }
  9755. html[data-theme=dark] .css-19bjnr2 {
  9756. color: #d3d3d3 !important;
  9757. }
  9758. html[data-theme=dark] .css-19bjnr2:hover {
  9759. background: #8080801c !important;
  9760. }
  9761.  
  9762.  
  9763.  
  9764.  
  9765. /*满意度-标题*/
  9766. html[data-theme=dark] .css-1eht88d{
  9767. color: #d3d3d3!important;
  9768. }
  9769. html[data-theme=dark] .css-1hk30kn{
  9770. color: #d3d3d3!important;
  9771. }
  9772.  
  9773.  
  9774.  
  9775.  
  9776.  
  9777. /*=主页=*/
  9778. /*公告栏*/
  9779. html[data-theme=dark] #creator-announcement{
  9780. color: #d3d3d3!important;
  9781. }
  9782. /*热门问题*/
  9783. html[data-theme=dark] .css-2kp40o{
  9784. color: #d3d3d3!important;
  9785. }
  9786. html[data-theme=dark] .css-12kq1qx{
  9787. color: #d3d3d3!important;
  9788. }
  9789. /*创作学院*/
  9790. html[data-theme=dark] #creator-manual{
  9791. color: #d3d3d3!important;
  9792. }
  9793. html[data-theme=dark] .css-cnnstd{
  9794. color: #d3d3d3!important;
  9795. }
  9796. /*提等级*/
  9797. html[data-theme=dark] .css-1mbpn2d{
  9798. background: #191b1f!important;
  9799. }
  9800. html[data-theme=dark] .css-1kki0ei{
  9801. border: 1px solid #444!important;
  9802. }
  9803. html[data-theme=dark] .css-hm67sn:nth-of-type(n + 3){
  9804. border-top: 1px solid #444!important;
  9805. }
  9806. /*等级任务*/
  9807. html[data-theme=dark] .css-pq1tj9{
  9808. border: 1px solid #444!important;
  9809. }
  9810. html[data-theme=dark] .css-180vb7x{
  9811. color: #d3d3d3!important;
  9812. }
  9813. html[data-theme=dark] .css-risksa{
  9814. color: #d3d3d3!important;
  9815. }
  9816. html[data-theme=dark] .css-6j0ktf{
  9817. color: #d3d3d3!important;
  9818. }
  9819. html[data-theme=dark] .css-1yn8tbw{
  9820. color: #d3d3d3!important;
  9821. }
  9822. html[data-theme=dark] .css-n0arjk{
  9823. filter:invert(1)!important;
  9824. }
  9825. html[data-theme=dark] .css-33pnco{
  9826. color: #d3d3d3!important;
  9827. }
  9828. /*赚收益*/
  9829. html[data-theme=dark] .css-1yjqd5z{
  9830. background: #191b1f!important;
  9831. }
  9832. html[data-theme=dark] .css-rwh8c6{
  9833. border: 1px solid #444!important;
  9834. }
  9835. html[data-theme=dark] .css-1wp1nud{
  9836. color: #d3d3d3!important;
  9837. }
  9838. html[data-theme=dark] .css-1fu8ne5{
  9839. color: #d3d3d3!important;
  9840. }
  9841. html[data-theme=dark] .css-1946lac{
  9842. color: #d3d3d3!important;
  9843. }
  9844. html[data-theme=dark] .css-1nk6mv0{
  9845. color: #d3d3d3!important;
  9846. }
  9847. html[data-theme=dark] .css-pjaw30{
  9848. filter:invert(1)!important;
  9849. }
  9850. /*=主页=*/
  9851.  
  9852.  
  9853. /*=创作灵感=*/
  9854.  
  9855. /*问题推荐-表格*/
  9856. html[data-theme=dark] .css-e4rh9a{
  9857. background: #191b1f!important;
  9858. border-bottom: 1px solid #444!important;
  9859. }
  9860. html[data-theme=dark] .css-n9ov20{
  9861. border-bottom: 1px solid #444!important;
  9862. }
  9863. html[data-theme=dark] .css-1hbj689{
  9864. border-bottom: 1px solid #444!important;
  9865. }
  9866. /*问题推荐-问题标题*/
  9867. html[data-theme=dark] .css-1o7uqnr{
  9868. color: #d3d3d3!important;
  9869. }
  9870. html[data-theme=dark] .css-ms14rw{
  9871. color: #d3d3d3!important;
  9872. }
  9873. /*问题推荐-提问用户*/
  9874. html[data-theme=dark] .css-1nr5ql7{
  9875. color: #d3d3d3!important;
  9876. }
  9877. /*问题推荐-推荐理由*/
  9878. html[data-theme=dark] .css-1czelnl{
  9879. color: #9196a1!important;
  9880. }
  9881. /*问题推荐-赞同过你*/
  9882. html[data-theme=dark] .css-n5qv0h{
  9883. color: #0084ff!important;
  9884. }
  9885. /*问题推荐-擅长话题*/
  9886. html[data-theme=dark] .css-1232est{
  9887. color: #0084ff!important;
  9888. background:#1772f60f!important;
  9889. border:none!important;
  9890. }
  9891.  
  9892.  
  9893. /*近期热点-背景*/
  9894. html[data-theme=dark] .css-35pmty{
  9895. background: #191b1f!important;
  9896. }
  9897. /*近期热点-固定表头*/
  9898. html[data-theme=dark] .css-1w5avc2{
  9899. background: #191b1f!important;
  9900. border-bottom: 1px solid #444!important;
  9901. }
  9902. /*近期热点-分类标签*/
  9903. html[data-theme=dark] .css-hdz1a3{
  9904. color: #d3d3d3!important;
  9905. background:#8080801c!important;
  9906. }
  9907. html[data-theme=dark] .css-12c1djq{
  9908. color: #1772f6!important;
  9909. background:#1772f614!important;
  9910. }
  9911. /*近期热点-问题*/
  9912. html[data-theme=dark] .css-dpt3mb{
  9913. color: #d3d3d3!important;
  9914. }
  9915. html[data-theme=dark] .css-1fd22oq{
  9916. border-bottom: 1px solid #444!important;
  9917. }
  9918. /*近期热点-问题标签*/
  9919. html[data-theme=dark] .css-1q65fkr{
  9920. color: #0084ff!important;
  9921. background:#8080801c!important;
  9922. }
  9923. /*近期热点-热力值*/
  9924. html[data-theme=dark] .css-1dydzuy{
  9925. color: #d3d3d3!important;
  9926. }
  9927. /*近期热点-增量*/
  9928. html[data-theme=dark] .css-1ggwcl9{
  9929. color: #d3d3d3!important;
  9930. }
  9931. /*近期热点-加载占位*/
  9932. html[data-theme=dark] .skeleton {
  9933. background: #121212 !important;
  9934. }
  9935. html[data-theme=dark] .skeleton__line {
  9936. background-color: #1b1b1b !important;
  9937. background-image: -webkit-gradient(linear,left top,right top,from(#1b1b1b),color-stop(25%,#2e2e2e),color-stop(75%,#2e2e2e),to(#1b1b1b)) !important;
  9938. background-image: linear-gradient(90deg,#1b1b1b 0,#2e2e2e 25%,#2e2e2e 75%,#1b1b1b) !important;
  9939. }
  9940. html[data-theme=dark] .skeleton__line::after{
  9941. background-color: #1b1b1b !important;
  9942. box-shadow:none!important;
  9943. }
  9944. /*近期热点-日榜/周榜*/
  9945. html[data-theme=dark] .css-1vu7v1r{
  9946. border: 1px solid #444!important;
  9947. }
  9948.  
  9949.  
  9950. /*问题搜索-背景*/
  9951. html[data-theme=dark] .css-xpmfhx{
  9952. background: linear-gradient(#121314,#191b1f)!important;
  9953. }
  9954. /*问题搜索-问题卡片*/
  9955. html[data-theme=dark] .css-3zr8ne{
  9956. background: #151a23 !important
  9957. }
  9958. /*问题搜索-知乎热词*/
  9959. html[data-theme=dark] .css-atxtl4{
  9960. color: #d3d3d3 !important;
  9961. }
  9962. /*问题搜索-热门问题*/
  9963. html[data-theme=dark] .css-qlj5ur{
  9964. color: #d3d3d3 !important;
  9965. }
  9966. /*=创作灵感=*/
  9967.  
  9968.  
  9969.  
  9970. /*=内容管理=*/
  9971. /*内容管理-背景*/
  9972. html[data-theme=dark] .css-1t0dqk7{
  9973. background: #191b1f!important;
  9974. border-bottom: 1px solid #444!important;
  9975. }
  9976. html[data-theme=dark] .css-1t0dqk7::before{
  9977. background: #191b1f!important;
  9978. }
  9979. html[data-theme=dark] .css-1357f6{
  9980. background: #191b1f!important;
  9981. }
  9982. html[data-theme=dark] .css-1ury69a{
  9983. background: #191b1f!important;
  9984. border-bottom: 1px solid #444!important;
  9985. }
  9986. html[data-theme=dark] .css-1cr4989{
  9987. background: #191b1f!important;
  9988. }
  9989. html[data-theme=dark] .css-d70ruc{
  9990. background: #191b1f!important;
  9991. border-bottom: 1px solid #444!important;
  9992. }
  9993. html[data-theme=dark] .css-slqtjm{
  9994. background: #191b1f!important;
  9995. }
  9996. /*内容管理-暂无内容*/
  9997. html[data-theme=dark] .css-xoei2t{
  9998. background: #191b1f!important;
  9999. }
  10000. html[data-theme=dark] .css-7aol5k{
  10001. background: #191b1f!important;
  10002. }
  10003. /*内容管理-内容数量*/
  10004. html[data-theme=dark] .css-1jrei64{
  10005. color: #d3d3d3 !important;
  10006. }
  10007. /*内容管理-问题标题*/
  10008. html[data-theme=dark] .css-1brgq4x{
  10009. color: #d3d3d3 !important;
  10010. }
  10011. /*内容管理-问题回答*/
  10012. html[data-theme=dark] .css-1yuw5jz{
  10013. color: #d3d3d3 !important;
  10014. }
  10015. /*内容管理-问题分割线*/
  10016. html[data-theme=dark] .css-htr1wb + .CreationManage-CreationCard{
  10017. border-top: 1px solid #444!important;
  10018. }
  10019. /*内容管理-草稿箱分类*/
  10020. html[data-theme=dark] css-1wi98sv{
  10021. color: #d3d3d3 !important;
  10022. }
  10023. html[data-theme=dark] css-1wi98sv.is-active{
  10024. color: #1772f6 !important;
  10025. }
  10026. /*内容管理-排序按钮*/
  10027. html[data-theme=dark] .css-pi8g4d{
  10028. border:1px solid #444!important;
  10029. }
  10030.  
  10031.  
  10032. /*评论管理-背景*/
  10033. html[data-theme=dark] .css-1edot45{
  10034. background: #191b1f!important;
  10035. }
  10036. html[data-theme=dark] .css-1615dnb {
  10037. background: #191b1f!important;
  10038. }
  10039. html[data-theme=dark] .css-bl1k5s {
  10040. background: #191b1f!important;
  10041. border-right:1px solid #444!important;
  10042. }
  10043. html[data-theme=dark] .css-k5im1d {
  10044. background: #191b1f!important;
  10045. }
  10046. html[data-theme=dark] .css-k5im1d + .CommentManage-CreationCard > div{
  10047. border-top:1px solid #444!important;
  10048. }
  10049. html[data-theme=dark] .css-986uza {
  10050. background: #191b1f!important;
  10051. }
  10052. html[data-theme=dark] .css-986uza + .CommentManage-CreationCard > div{
  10053. border-top:1px solid #444!important;
  10054. }
  10055. html[data-theme=dark] .css-kl7j3m {
  10056. border-top:1px solid #444!important;
  10057. }
  10058. html[data-theme=dark] .css-1soxxcw + .CommentManage-CommentCard > div {
  10059. border-top:1px solid #444!important;
  10060. }
  10061. html[data-theme=dark] .css-5jdstw {
  10062. background: #191b1f!important;
  10063. }
  10064. html[data-theme=dark] .css-5jdstw + .CommentManage-CreationCard > div {
  10065. border-top:1px solid #444!important;
  10066. }
  10067. html[data-theme=dark] .css-1rniuv1 {
  10068. background: #191b1f!important;
  10069. }
  10070. html[data-theme=dark] .css-1w24404 {
  10071. background: #191b1f!important;
  10072. }
  10073. html[data-theme=dark] .css-1w24404 + .CommentManage-CreationCard > div {
  10074. border-top:1px solid #444!important;
  10075. }
  10076.  
  10077. /*评论管理-最新评论*/
  10078. html[data-theme=dark] .css-1kq86bv{
  10079. color: #d3d3d3 !important;
  10080. }
  10081. html[data-theme=dark] .css-k5im1d .css-1kq86bv{
  10082. color:#0084ff!important;
  10083. }
  10084. /*评论管理-评论内容*/
  10085. html[data-theme=dark] .css-z06s02{
  10086. color: #d3d3d3 !important;
  10087. }
  10088. html[data-theme=dark] .css-1w24404 .css-z06s02{
  10089. color:#0084ff!important;
  10090. }
  10091. /*评论管理-问题标题*/
  10092. html[data-theme=dark] .css-4uviby{
  10093. color: #d3d3d3 !important;
  10094. }
  10095. /*评论管理-作者标志*/
  10096. html[data-theme=dark] .css-zcrcer{
  10097. color: #0084ff !important;
  10098. border:1px solid #444!important;
  10099. }
  10100. /*=内容管理=*/
  10101.  
  10102.  
  10103.  
  10104. /*=数据分析=*/
  10105. /*内容分析-边框*/
  10106. html[data-theme=dark] .css-158a5mc{
  10107. border-bottom: 1px solid #444!important;
  10108. }
  10109. html[data-theme=dark] .css-15e49nr{
  10110. border: 1px solid #444!important;
  10111. }
  10112. html[data-theme=dark] .css-1ebn9t9{
  10113. border: 1px solid #444!important;
  10114. }
  10115. html[data-theme=dark] .css-32kpjn{
  10116. border: 1px solid #444!important;
  10117. }
  10118. html[data-theme=dark] .css-1gvwuyu{
  10119. border: 1px solid #444!important;
  10120. }
  10121. html[data-theme=dark] .css-1xydvrl{
  10122. border: 1px solid #444!important;
  10123. }
  10124. html[data-theme=dark] .css-1u0mb11{
  10125. border: 1px solid #444!important;
  10126. }
  10127. html[data-theme=dark] .css-x2zg2y{
  10128. border: 1px solid #444!important;
  10129. }
  10130. html[data-theme=dark] .css-j970ps .CreatorTable-tableRow{
  10131. border-bottom: 1px solid #444!important;
  10132. }
  10133. /*内容分析-数据总览*/
  10134. html[data-theme=dark] .css-1k65ame{
  10135. color: #d3d3d3 !important;
  10136. }
  10137. /*内容分析-阅读总量*/
  10138. html[data-theme=dark] .css-anmzua{
  10139. color: #d3d3d3 !important;
  10140. }
  10141. /*内容分析-最近统计*/
  10142. html[data-theme=dark] .AnalyticsDetailRangePicker .Button {
  10143. color: #d3d3d3 !important;
  10144. }
  10145. html[data-theme=dark] .AnalyticsDetailRangePicker .Button.is-active {
  10146. color: #1772f6 !important;
  10147. }
  10148. /*内容分析-高级数据*/
  10149. html[data-theme=dark] .css-1yijwry{
  10150. color: #d3d3d3 !important;
  10151. }
  10152. /*内容分析-数据趋势*/
  10153. html[data-theme=dark] .css-1xvfl67{
  10154. color: #d3d3d3 !important;
  10155. }
  10156. /*内容分析-数据列表*/
  10157. html[data-theme=dark] .css-38vuf7 .CreatorTable-tableData{
  10158. color: #d3d3d3 !important;
  10159. }
  10160. html[data-theme=dark] .css-38vuf7 .CreatorTable-tableRow{
  10161. border-bottom: 1px solid #444!important;
  10162. }
  10163. /*内容分析-流量来源*/
  10164. html[data-theme=dark] .css-1rspjpf{
  10165. color: #d3d3d3 !important;
  10166. }
  10167. /*内容分析-导出Excel*/
  10168. .css-ywo81i{
  10169. color: #1c9b55 !important
  10170. }
  10171. /*内容分析-单篇回答分析*/
  10172. html[data-theme=dark] .css-1bcljsj{
  10173. color: #d3d3d3 !important;
  10174. }
  10175. html[data-theme=dark] .css-j970ps .CreatorTable-tableData{
  10176. color: #d3d3d3 !important;
  10177. }
  10178. /*内容分析-单篇回答详细分析*/
  10179. html[data-theme=dark] .css-zj15zn{
  10180. border-bottom: 1px solid #444!important;
  10181. }
  10182. html[data-theme=dark] .css-zi9b3g{
  10183. color: #d3d3d3 !important;
  10184. }
  10185. html[data-theme=dark] .css-7olrk9{
  10186. border: 1px solid #444!important;
  10187. }
  10188. html[data-theme=dark] .css-1q42e85{
  10189. color: #8590a6 !important;
  10190. }
  10191. html[data-theme=dark] .css-713e0k{
  10192. color: #d3d3d3 !important;
  10193. }
  10194. html[data-theme=dark] .css-od6vy7{
  10195. border: 1px solid #444!important;
  10196. }
  10197.  
  10198.  
  10199. /*收益分析-背景*/
  10200. html[data-theme=dark] .css-1m8gbjc{
  10201. background: #191b1f!important;
  10202. }
  10203. /*收益分析-表头*/
  10204. html[data-theme=dark] .css-1jw6urh{
  10205. border-bottom: 1px solid #444!important;
  10206. }
  10207. /*收益分析-数据总览*/
  10208. html[data-theme=dark] .css-1oqbvad{
  10209. background: #191b1f!important;
  10210. }
  10211. html[data-theme=dark] .css-urncze{
  10212. color: #d3d3d3 !important;
  10213. }
  10214. /*收益分析-今日收益*/
  10215. html[data-theme=dark] .css-15box0{
  10216. color: #d3d3d3 !important;
  10217. }
  10218. /*收益分析-收益数字*/
  10219. html[data-theme=dark] .css-1woiwqg{
  10220. color: #d3d3d3 !important;
  10221. }
  10222. /*收益分析-导出Excel*/
  10223. .css-rhskwy{
  10224. color: #1c9b55 !important
  10225. }
  10226. /*收益分析-详细数据*/
  10227. html[data-theme=dark] .css-h4o1q9{
  10228. border: 1px solid #444!important;
  10229. }
  10230.  
  10231.  
  10232. /*关注者分析-背景*/
  10233. html[data-theme=dark] .css-1ta275q{
  10234. background: #191b1f!important;
  10235. }
  10236. /*关注者分析-表头*/
  10237. html[data-theme=dark] .css-ohrujx{
  10238. border-bottom: 1px solid #444!important;
  10239. }
  10240. /*关注者分析-大标题*/
  10241. html[data-theme=dark] .css-1t3in1{
  10242. color: #d3d3d3 !important;
  10243. }
  10244. /*关注者分析-详细数据*/
  10245. html[data-theme=dark] .css-g62hty{
  10246. color: #1772f6 !important
  10247. }
  10248. /*关注者分析-关注者画像*/
  10249. html[data-theme=dark] .css-1iz9tag{
  10250. color: #d3d3d3 !important;
  10251. }
  10252. /*收益分析-导出Excel*/
  10253. .css-j8tcr6{
  10254. color: #1c9b55 !important
  10255. }
  10256. /*=数据分析=*/
  10257.  
  10258. /*=芝士平台=*/
  10259. /*好物推荐-基础权限*/
  10260. html[data-theme="dark"] .RecruitTab-itemContainer{
  10261. color: #d3d3d3 !important;
  10262. }
  10263. /*好物推荐-新手教学*/
  10264. html[data-theme="dark"] .CreatorRecruitAuditPassed-title{
  10265. color: #d3d3d3 !important;
  10266. }
  10267. /*好物推荐-问题推荐*/
  10268. html[data-theme=dark] .Creator-SubTabItem.Creator-SubTabItem--active{
  10269. color: #0084ff!important
  10270. }
  10271. /*好物推荐-问题标题*/
  10272. html[data-theme=dark] .MCNQuestionListItem-title{
  10273. color: #d3d3d3 !important;
  10274. }
  10275. html[data-theme=dark] .MCNQuestionListItem-title:hover{
  10276. color: #0084ff!important
  10277. }
  10278. /*好物推荐-写回答*/
  10279. html[data-theme=dark] .MCNQuestionListItem-answerBtn{
  10280. color: #d3d3d3 !important;
  10281. }
  10282. /*好物推荐-加载占位*/
  10283. html[data-theme=dark] .skeleton {
  10284. background: #121212 !important;
  10285. }
  10286. html[data-theme=dark] .skeleton__line {
  10287. background-color: #1b1b1b !important;
  10288. background-image: -webkit-gradient(linear,left top,right top,from(#1b1b1b),color-stop(25%,#2e2e2e),color-stop(75%,#2e2e2e),to(#1b1b1b)) !important;
  10289. background-image: linear-gradient(90deg,#1b1b1b 0,#2e2e2e 25%,#2e2e2e 75%,#1b1b1b) !important;
  10290. }
  10291. /*好物推荐-背景*/
  10292. html[data-theme="dark"] .ProfitMCN{
  10293. background: #191b1f!important;
  10294. }
  10295. /*好物推荐-预估收入*/
  10296. html[data-theme="dark"] .ProfitMCN-statisticsCard{
  10297. background: #191b1f!important;
  10298. }
  10299. /*好物推荐-订单详情*/
  10300. html[data-theme="dark"] .Tabs-link.is-active{
  10301. color:#0084ff!important;
  10302. }
  10303. html[data-theme="dark"] .css-ndiv23{
  10304. box-shadow: none!important;
  10305. background: #191b1f!important;
  10306. border: 1px solid #444!important;
  10307. }
  10308. html[data-theme="dark"] .css-yoot9h{
  10309. background: #191b1f!important;
  10310. border-bottom: 1px solid #444!important;
  10311. }
  10312. /*好物推荐-订单信息表头*/
  10313. html[data-theme="dark"] .CreatorTable{
  10314. color: #d3d3d3 !important;
  10315. background: #191b1f!important;
  10316. }
  10317. html[data-theme="dark"] .CreatorTable-tableHead{
  10318. color: #d3d3d3 !important;
  10319. background: #191b1f!important;
  10320. }
  10321. html[data-theme="dark"] .css-d5vvj{
  10322. color: #d3d3d3 !important;
  10323. background: #191b1f!important;
  10324. }
  10325. html[data-theme="dark"] .css-ai90om{
  10326. color: #d3d3d3 !important;
  10327. background: #191b1f!important;
  10328. border-bottom: 1px solid #444!important;
  10329. }
  10330. html[data-theme="dark"] .css-6phhh0{
  10331. border-bottom: 1px solid #444!important;
  10332. }
  10333. /*推广设置*/
  10334. html[data-theme=dark] .ggrSettings{
  10335. background: #191b1f!important;
  10336. }
  10337. html[data-theme=dark] .MCNSettingItem{
  10338. background: #121212 !important;
  10339. }
  10340. /*芝士平台导航栏*/
  10341. html[data-theme="dark"] .middle___3vOfh a{
  10342. color: #d3d3d3 !important;
  10343. }
  10344. html[data-theme="dark"] .middle___3vOfh a.active{
  10345. color: #056de8 !important;
  10346. }
  10347. /*芝士平台banner*/
  10348. html[data-theme=dark] .entryBg___1If_d{
  10349. filter: brightness(0.6)!important;
  10350. }
  10351. /*任务广场*/
  10352. html[data-theme=dark] .taskCenter___WSAED .top___M5CzR .ant-tabs-nav .ant-tabs-tab{
  10353. color: #d3d3d3 !important;
  10354. }
  10355. html[data-theme=dark] .taskCenter___WSAED .top___M5CzR .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active{
  10356. color: #0084ff !important;
  10357. }
  10358. html[data-theme=dark] .taskCenter___WSAED .part___1klFQ{
  10359. background: #191b1f!important;
  10360. }
  10361. html[data-theme=dark] .bg-GBK99A{
  10362. background: #191b1f!important;
  10363. }
  10364. html[data-theme=dark] .bg-GBK99A{
  10365. background: #191b1f!important;
  10366. }
  10367.  
  10368. /*任务广场-输入框与选择框*/
  10369. html[data-theme=dark] .ant-input{
  10370. color: #d3d3d3 !important;
  10371. background: #191b1f!important;
  10372. border:1px solid #444!important;
  10373. }
  10374. html[data-theme=dark] .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled){
  10375. border:1px solid #2c8df5!important;
  10376. }
  10377. html[data-theme=dark] .ant-input-suffix svg{
  10378. fill: #d3d3d3!important;
  10379. }
  10380. html[data-theme=dark] .ant-select-selection{
  10381. color: #d3d3d3 !important;
  10382. background: #191b1f!important;
  10383. border:1px solid #444!important;
  10384. }
  10385. html[data-theme=dark] .ant-select-selection:hover{
  10386. border:1px solid #2c8df5!important;
  10387. }
  10388. html[data-theme=dark] .ant-select-arrow svg{
  10389. fill: #d3d3d3!important;
  10390. }
  10391. /*任务广场-下拉列表*/
  10392. html[data-theme=dark] .ant-select-dropdown{
  10393. color: #d3d3d3 !important;
  10394. background: #191b1f!important;
  10395. }
  10396. html[data-theme=dark] .ant-select-dropdown-menu-item-selected{
  10397. color: #d3d3d3 !important;
  10398. background: #191b1f!important;
  10399. }
  10400. html[data-theme=dark] .ant-select-dropdown-menu-item{
  10401. color: #d3d3d3 !important;
  10402. background: #191b1f!important;
  10403. }
  10404. html[data-theme=dark] .ant-select-dropdown-menu-item-selected{
  10405. color: #0084ff !important;
  10406. background: #191b1f!important;
  10407. }
  10408. html[data-theme=dark] .ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled){
  10409. color: #0084ff !important;
  10410. background: #191b1f!important;
  10411. }
  10412. /*=芝士平台=*/
  10413.  
  10414. /*=权益中心=*/
  10415. /*创作权益*/
  10416. html[data-theme=dark] .css-9gnnsk{
  10417. filter: opacity(0.6) !important;
  10418. }
  10419. /*创作权益-标题*/
  10420. html[data-theme=dark] .css-1oq372o{
  10421. color: #d3d3d3 !important;
  10422. }
  10423. /*创作分明细-总览*/
  10424. html[data-theme=dark] .GrowthLevel-panelCard{
  10425. filter: opacity(0.6) !important;
  10426. }
  10427. /*创作分明细-更新时间*/
  10428. html[data-theme=dark] .css-ttldhb{
  10429. color: #d3d3d3 !important;
  10430. }
  10431. /*创作分明细-说明*/
  10432. html[data-theme=dark] .css-gmeku3{
  10433. color: #d3d3d3 !important;
  10434. }
  10435. /*创作分明细-查询时间范围*/
  10436. html[data-theme=dark] .css-yt5ue7{
  10437. color: #d3d3d3 !important;
  10438. background: #191b1f!important;
  10439. border:none!important;
  10440. }
  10441. html[data-theme=dark] .css-yt5ue7:hover{
  10442. color: #0084ff !important;
  10443. }
  10444. /*创作分明细-分值列表*/
  10445. html[data-theme=dark] .css-1h7b043{
  10446. border:1px solid #444!important;
  10447. }
  10448. html[data-theme=dark] .css-kgp89k{
  10449. border-bottom:1px solid #444!important;
  10450. }
  10451. html[data-theme=dark] .css-kgp89k > div{
  10452. color: #d3d3d3 !important;
  10453. }
  10454. /*创作分明细-创作分变更详情*/
  10455. html[data-theme=dark] .css-zhnajm{
  10456. border-bottom:none!important;
  10457. }
  10458. html[data-theme=dark] .css-1e58emc{
  10459. border-bottom:1px solid #444!important;
  10460. }
  10461. html[data-theme=dark] .css-1e58emc > div{
  10462. color: #d3d3d3 !important;
  10463. }
  10464. /*=权益中心=*/
  10465.  
  10466. /*=创作成长=*/
  10467. /*活动中心*/
  10468. html[data-theme=dark] .css-9qcwm9{
  10469. color: #d3d3d3 !important;
  10470. }
  10471.  
  10472. /*创作者学院-表头*/
  10473. html[data-theme=dark] .css-obieaf{
  10474. background: #121212!important;
  10475. }
  10476. html[data-theme=dark] .css-yykvn6{
  10477. color: #d3d3d3 !important;
  10478. background: #121212!important;
  10479. border-bottom:1px solid #444!important;
  10480. }
  10481. /*创作者学院-视频标题*/
  10482. html[data-theme=dark] .css-141xy67{
  10483. color: #d3d3d3 !important;
  10484. }
  10485. /*创作者学院-课程总数*/
  10486. html[data-theme=dark] .css-11prr91{
  10487. color: #d3d3d3 !important;
  10488. }
  10489.  
  10490. /*创作榜单*/
  10491. html[data-theme=dark] .css-he18ou{
  10492. color: #d3d3d3 !important;
  10493. }
  10494. /*=创作成长=*/
  10495.  
  10496. /*=个人中心=*/
  10497. /*创作设置-编辑器设置*/
  10498. html[data-theme=dark] .css-fqja0q{
  10499. background: #121212!important;
  10500. }
  10501. html[data-theme=dark] .css-bmqzl{
  10502. border-bottom:1px solid #444!important;
  10503. }
  10504. html[data-theme=dark] .css-1gb1bqz{
  10505. border-top:1px solid #444!important;
  10506. }
  10507. html[data-theme=dark] .css-cdfqm + .CreatorEditorSettingItem{
  10508. border-top:1px solid #444!important;
  10509. }
  10510. html[data-theme=dark] .css-vm9s9s{
  10511. color: #d3d3d3 !important;
  10512. }
  10513. html[data-theme=dark] .css-iotqsc{
  10514. color: #d3d3d3 !important;
  10515. }
  10516. /*账号信息-关联账号*/
  10517. html[data-theme=dark] .css-114mqx8{
  10518. background: #12121230!important;
  10519. }
  10520. html[data-theme=dark] .css-ipuq3s{
  10521. background: #191b1f!important;
  10522. border-bottom:1px solid #444!important;
  10523. }
  10524. .css-ipuq3s.is-fixed {
  10525. left:226.5px !important;
  10526. }
  10527. html[data-theme=dark] .css-3if57f{
  10528. border-bottom:1px solid #444!important;
  10529. }
  10530. html[data-theme=dark] .css-3if57f div{
  10531. color: #d3d3d3 !important;
  10532. }
  10533. html[data-theme=dark] .css-9ofz8q .MultiUploadButton-addWrapper{
  10534. border:1px solid #444!important;
  10535. }
  10536.  
  10537. /*常见问题*/
  10538. html[data-theme=dark] .css-15sganu{
  10539. box-shadow: #444 0px -1px 0px 0px inset;
  10540. }
  10541. /*瓦力保镖*/
  10542. html[data-theme=dark] .css-onu91o{
  10543. color: #d3d3d3 !important;
  10544. }
  10545. html[data-theme=dark] .css-yckfye{
  10546. background: #191b1f!important;
  10547. }
  10548. html[data-theme=dark] .css-1vrab86{
  10549. border:1px solid #444!important;
  10550. }
  10551. html[data-theme=dark] .css-lztgnc{
  10552. background: #191b1f!important;
  10553. }
  10554. html[data-theme=dark] .css-our8ff tbody tr:nth-of-type(2n+1){
  10555. background: #212429!important;
  10556. }
  10557. /*版权服务-常见问题*/
  10558. html[data-theme=dark] .ToolsCopyright-answer{
  10559. color: #d3d3d3 !important;
  10560. }
  10561. html[data-theme=dark] .ToolsCopyright-question{
  10562. color: #d3d3d3 !important;
  10563. }
  10564. /*=个人中心=*/
  10565.  
  10566. /*==创作中心==*/
  10567.  
  10568.  
  10569.  
  10570. /*==盐选作者平台==*/
  10571. /*固定导航栏-过渡边框*/
  10572. .ant-menu-item:not(.ant-menu-item-disabled):focus-visible, .ant-menu-submenu-title:not(.ant-menu-item-disabled):focus-visible{
  10573. box-shadow:none!important;
  10574. }
  10575. /*固定导航栏-大菜单*/
  10576. html[data-theme=dark] .Creator-salt-new-author-menu .ant-menu{
  10577. color: #d3d3d3 !important;
  10578. background: #151a23 !important;
  10579. }
  10580. html[data-theme=dark] .ant-menu-submenu-title:hover{
  10581. color:#0084ff!important;
  10582. background:#1772f60f!important;
  10583. }
  10584. html[data-theme=dark] .Creator-salt-new-author-route{
  10585. border-right: none!important;
  10586. }
  10587. /*固定导航栏-小菜单*/
  10588. html[data-theme=dark] .Creator-salt-new-author-route .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected{
  10589. color:#03a9f4!important;
  10590. background:none!important;
  10591. }
  10592. html[data-theme=dark] .Creator-salt-new-author-menu .Creator-salt-new-author-route .ant-menu-item:hover{
  10593. color:#03a9f4!important;
  10594. background:#1772f60f!important;
  10595. }
  10596. /*=认识我们=*/
  10597. /*盐选作者福利*/
  10598. html[data-theme=dark] .Creator-salt-new-author-content{
  10599. background:#070300 !important;
  10600. }
  10601. html[data-theme=dark] .Creator-salt-author-welfare{
  10602. filter:invert(1)!important
  10603. }
  10604. html[data-theme=dark] .Creator-salt-author-welfare .Creator-salt-author-welfare-subtitle{
  10605. color: grey !important;
  10606. }
  10607. html[data-theme=dark] .Creator-salt-author-welfare .Creator-salt-author-welfare-title{
  10608. filter: invert(0.66) !important;
  10609. }
  10610. html[data-theme=dark] .Creator-salt-author-welfare .Creator-salt-author-welfare-card h1{
  10611. color: grey !important;
  10612. }
  10613. html[data-theme=dark] .css-15eqbps{
  10614. background:#070300 !important
  10615. }
  10616. /*=认识我们=*/
  10617.  
  10618. /*=如何赚钱=*/
  10619. /*作者经纪签、作者独家签*/
  10620. html[data-theme=dark] .Create-author-salt-content-title{
  10621. color: #d3d3d3 !important;
  10622. }
  10623. html[data-theme=dark] .Create-author-salt-sub-title{
  10624. color: #d3d3d3 !important;
  10625. }
  10626. html[data-theme=dark] .Creator-salt-author-exclusive-sign-list{
  10627. color: #d3d3d3 !important;
  10628. }
  10629. /*=如何赚钱=*/
  10630.  
  10631. /*=影响力打造=*/
  10632. /*影视改造-作品分类*/
  10633. html[data-theme=dark] .Creator-salt-author-collect-activity .ant-tabs-tab{
  10634. color: #d3d3d3 !important;
  10635. }
  10636. html[data-theme=dark] .Creator-salt-author-collect-activity .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{
  10637. color: #0084ff !important;
  10638. }
  10639. html[data-theme=dark] .ant-tabs-bottom>.ant-tabs-nav:before,
  10640. html[data-theme=dark] .ant-tabs-bottom>div>.ant-tabs-nav:before,
  10641. html[data-theme=dark] .ant-tabs-top>.ant-tabs-nav:before,
  10642. html[data-theme=dark] .ant-tabs-top>div>.ant-tabs-nav:before{
  10643. border: 1px solid #444!important;
  10644. }
  10645. /*=影响力打造=*/
  10646.  
  10647. /*=官方有话说=*/
  10648. /*管理规范*/
  10649. html[data-theme=dark] .Creator-salt-author-manage-specification-sub-title{
  10650. color: #d3d3d3 !important;
  10651. }
  10652. html[data-theme=dark] .Creator-salt-author-manage-specification-third-title{
  10653. color: #d3d3d3 !important;
  10654. }
  10655. /*=官方有话说=*/
  10656.  
  10657. /*==盐选作者平台==*/
  10658.  
  10659. /*==知乎问题==*/
  10660. /*视频卡片*/
  10661. html[data-theme=dark] .css-ob6uua .LinkCard.new{
  10662. background: #121212 !important;
  10663. }
  10664. /*评论输入框*/
  10665. html[data-theme=dark] .InputLike.css-1rl4wxv{
  10666. border: none !important;
  10667. }
  10668. /*评论输入框-固定*/
  10669. html[data-theme=dark] .css-kt4t4n {
  10670. background: #191b1f !important;
  10671. }
  10672. /*评论区-更多*/
  10673. html[data-theme=dark] .css-pu97ow {
  10674. fill: #2e2e2e !important
  10675. }
  10676. html[data-theme=dark] .css-h9kawn {
  10677. background: #191b1f !important;
  10678. }
  10679. html[data-theme=dark] .css-wqf2py:hover {
  10680. color: #0084ff !important;
  10681. }
  10682. /*评论区-查看全部回复*/
  10683. html[data-theme=dark] .css-70t8h2 {
  10684. background: #121212 !important;
  10685. border-bottom: 20px solid #121212;
  10686. }
  10687. html[data-theme=dark] .css-1onritu::before{
  10688. border-bottom: 1px solid #444;
  10689. }
  10690. /*标题评论区-加载占位*/
  10691. html[data-theme=dark] path[d="M0 0h656v44H0V0zm0 0h480v12H0V0zm0 32h238v12H0V32z"]{
  10692. fill:#121212 !important;
  10693. }
  10694. /*私信聊天框*/
  10695. html[data-theme=dark] .css-h07o3w {
  10696. background: #191b1f !important;
  10697. }
  10698. html[data-theme=dark] .css-11lk6sp {
  10699. border-bottom: 1px solid #444!important;
  10700. }
  10701. /*私信聊天框-滚动条*/
  10702. .MessagesBox::-webkit-scrollbar {
  10703. width: 12px;
  10704. }
  10705. .MessagesBox::-webkit-scrollbar-track {
  10706. background: #d3d3d3;
  10707. border-radius: 10px;
  10708. }
  10709. .MessagesBox::-webkit-scrollbar-thumb {
  10710. background: #888;
  10711. border-radius: 10px;
  10712. }
  10713. .MessagesBox::-webkit-scrollbar-thumb:hover {
  10714. background: #555;
  10715. }
  10716. /*私信-搜索联系人*/
  10717. html[data-theme=dark] .ChatSideBar-Search-Input input{
  10718. background: #191b1f!important;
  10719. color:#d3d3d3!important;
  10720. border: 1px solid #444 !important;
  10721. }
  10722. html[data-theme=dark] .ChatUserListItem .Chat-ActionMenuPopover-Button{
  10723. background: #191b1f!important;
  10724. color:#d3d3d3!important;
  10725. }
  10726. html[data-theme=dark] .ChatListGroup-SectionTitle--bottomBorder:after{
  10727. background: #444 !important;
  10728. }
  10729. /*私信-当前联系人*/
  10730. html[data-theme=dark] .ChatUserListItem--active{
  10731. background: #8080801c !important;
  10732. }
  10733. html[data-theme=dark] .ChatUserListItem--active .Chat-ActionMenuPopover-Button{
  10734. background: #8080801c!important;
  10735. color:#d3d3d3!important;
  10736. }
  10737. html[data-theme=dark] .ChatUserListItem:after{
  10738. background: #444 !important;
  10739. }
  10740. /*私信-当前联系人-滚动条*/
  10741. .ChatListGroup-SectionContent::-webkit-scrollbar {
  10742. width: 12px;
  10743. }
  10744. .ChatListGroup-SectionContent::-webkit-scrollbar-track {
  10745. background: #d3d3d3;
  10746. border-radius: 10px;
  10747. }
  10748. .ChatListGroup-SectionContent::-webkit-scrollbar-thumb {
  10749. background: #888;
  10750. border-radius: 10px;
  10751. }
  10752. .ChatListGroup-SectionContent::-webkit-scrollbar-thumb:hover {
  10753. background: #555;
  10754. }
  10755.  
  10756.  
  10757. /* 自定义滚动条的箭头 */
  10758. /*
  10759. .ChatListGroup-SectionContent::-webkit-scrollbar-button {
  10760. background-color: c1c1c1;
  10761. }
  10762. */
  10763. /* 或者针对滚动条的上下箭头分别设置*/
  10764. /*
  10765. .ChatListGroup-SectionContent::-webkit-scrollbar-button:vertical:start {
  10766. background-color: #c1c1c1;
  10767. }
  10768.  
  10769. .ChatListGroup-SectionContent::-webkit-scrollbar-button:vertical:end {
  10770. background-color: #c1c1c1;
  10771. }
  10772. */
  10773.  
  10774. /*==知乎问题==*/
  10775.  
  10776. /*==知乎文章==*/
  10777. /*文章标签*/
  10778. html[data-theme=dark] .css-127i0sx {
  10779. background: #191b1f !important;
  10780. }
  10781. html[data-theme=dark] .css-1x8apwm{
  10782. border-bottom:1px solid #444!important;
  10783. }
  10784. /*没有评论svg*/
  10785. html[data-theme=dark] .css-1jroejq{
  10786. filter:brightness(0.6)!important;
  10787. }
  10788. /*底栏背景*/
  10789. html[data-theme=dark] .App-main{
  10790. background: #121212 !important;
  10791. }
  10792. html[data-theme=dark] .ContentItem-actions{
  10793. background: #191b1f !important;
  10794. }
  10795. /*文中提示*/
  10796. html[data-theme=dark] .css-ob6uua blockquote{
  10797. color: #0084ff !important
  10798. }
  10799. /*==知乎文章==*/
  10800.  
  10801.  
  10802. /*==搜索结果==*/
  10803. /*搜索分类*/
  10804. html[data-theme=dark] .SearchTabs.SearchTab-bottomShadow{
  10805. background: #121212 !important;
  10806. }
  10807. /*AI搜索*/
  10808. html[data-theme=dark] .css-10kzyet{
  10809. background: #191b1f !important;
  10810. }
  10811.  
  10812. /*AI回答-提示*/
  10813. html[data-theme=dark] .css-146c3p1{
  10814. color: #d3d3d3 !important
  10815. }
  10816. /*AI回答-背景*/
  10817. html[data-theme=dark] .css-q1rdu9{
  10818. background: #191b1f !important;
  10819. }
  10820. /*搜索结果-背景*/
  10821. html[data-theme=dark] .KfeCollection-PcCollegeCard-root{
  10822. background: #191b1f !important;
  10823. }
  10824. /*搜索结果-论文*/
  10825. html[data-theme=dark] .css-5ug749{
  10826. background: #191b1f !important;
  10827. border-bottom:none!important;
  10828. }
  10829. html[data-theme=dark] .css-ot1wt0{
  10830. color: #d3d3d3 !important
  10831. }
  10832. html[data-theme=dark] .css-ewblx3{
  10833. color: #0084ff !important
  10834. }
  10835. /*搜索结果-论文分类*/
  10836. html[data-theme=dark] .css-4jezjh{
  10837. background: #151a23 !important;
  10838. }
  10839. html[data-theme=dark] .css-e7s7cv{
  10840. border:1px solid #444!important;
  10841. }
  10842. html[data-theme=dark] .css-zul5nu{
  10843. border:1px solid #444!important;
  10844. }
  10845. html[data-theme=dark] .css-1cgjjzc{
  10846. border:1px solid #444!important;
  10847. opacity:1 !important;
  10848. }
  10849. html[data-theme=dark] .css-172ot2f{
  10850. color: #d3d3d3 !important;
  10851. }
  10852. html[data-theme=dark] .css-o296kv{
  10853. color: #d3d3d3 !important;
  10854. }
  10855. /*搜索结果-论文分类展开列表*/
  10856. html[data-theme=dark] .css-1xj1964{
  10857. background: #151a23 !important;
  10858. }
  10859. html[data-theme=dark] .css-ggid2{
  10860. background: #151a23 !important;
  10861. }
  10862. /*搜索结果-论文分类展开列表选项*/
  10863. html[data-theme=dark] .E211w_M7Hzs0GMB7BEyA{
  10864. color: #d3d3d3 !important;
  10865. background:#8080801c !important;
  10866. }
  10867. html[data-theme=dark] .E211w_M7Hzs0GMB7BEyA.css-181c5a9{
  10868. color:#0084ff!important;
  10869. background:#1772f60f!important;
  10870. }
  10871. /*搜索结果-阅读全文*/
  10872. html[data-theme=dark] .ContentItem-more{
  10873. color: #0084ff !important
  10874. }
  10875. /*搜索结果-电子书标签*/
  10876. html[data-theme=dark] .KfeCollection-PcCollegeCard-type{
  10877. color: #0084ff !important
  10878. }
  10879. /*搜索结果-更多电子书*/
  10880. html[data-theme=dark] .KfeCollection-PcCollegeCard-searchMore{
  10881. color: #0084ff !important
  10882. }
  10883. /*搜索结果-相关搜索*/
  10884. html[data-theme=dark] .RelevantQuery h2{
  10885. color: #d3d3d3 !important
  10886. }
  10887. html[data-theme=dark] .RelevantQuery li{
  10888. color: #0084ff !important
  10889. }
  10890. /*侧边栏-更多按钮*/
  10891. html[data-theme=dark] .css-1kxql2v{
  10892. color: #8590a6 !important;
  10893. background: #2e2e2e !important;
  10894. }
  10895. /*侧边栏-更多展开列表*/
  10896. html[data-theme=dark] .css-i9srcr{
  10897. background: #191b1f !important;
  10898. }
  10899. html[data-theme=dark] .css-2habnn > a:hover{
  10900. background: #8080801c !important;
  10901. }
  10902. html[data-theme=dark] .css-6lgbq5:hover{
  10903. color: #0084ff !important
  10904. }
  10905. /*==搜索结果==*/
  10906.  
  10907.  
  10908. /*==专栏==*/
  10909. /*专栏介绍*/
  10910. html[data-theme=dark] .css-h5rdys{
  10911. color: #d3d3d3 !important
  10912. }
  10913. html[data-theme=dark] .css-2sopzd{
  10914. background: #191b1f !important;
  10915. }
  10916. .css-1byd3cx{
  10917. transform: translateX(-7px);
  10918. }
  10919. html[data-theme=dark] .css-1byd3cx{
  10920. background: #191b1f !important;
  10921. }
  10922. html[data-theme=dark] .css-1symrae{
  10923. color: #d3d3d3 !important
  10924. }
  10925. /*分类标签*/
  10926. html[data-theme=dark] .css-1tvhjhb{
  10927. color: #1772F6 !important
  10928. }
  10929. html[data-theme=dark] .css-5ons2k{
  10930. color: #d3d3d3 !important;
  10931. }
  10932. /*作者介绍*/
  10933. html[data-theme=dark] .css-15k5nix{
  10934. background: #191b1f !important;
  10935. }
  10936. html[data-theme=dark] .css-f3930v{
  10937. color: #d3d3d3 !important;
  10938. }
  10939. html[data-theme=dark] .css-705zp9{
  10940. color: #d3d3d3 !important;
  10941. }
  10942. html[data-theme=dark] .css-9w3zhd{
  10943. border-bottom:1px solid #444!important;
  10944. }
  10945. /*==专栏==*/
  10946.  
  10947.  
  10948. /*==话题讨论==*/
  10949. /*次级导航栏*/
  10950. html[data-theme=dark] .Topic-pageHeader .Topic-tabs{
  10951. overflow: hidden !important;
  10952. }
  10953. /*百科-简介*/
  10954. html[data-theme=dark] .TopicIntroSection-title{
  10955. color: #d3d3d3 !important
  10956. }
  10957. /*百科-摘录*/
  10958. html[data-theme=dark] .TopicAbstract-title{
  10959. color: #d3d3d3 !important
  10960. }
  10961. /*==话题讨论==*/
  10962.  
  10963.  
  10964. /*==用户主页==*/
  10965. /*搜索按钮*/
  10966. html[data-theme=dark] .css-3f82om{
  10967. background: #191b1f !important;
  10968. }
  10969. html[data-theme=dark] .css-zduc1z{
  10970. background: #191b1f !important;
  10971. }
  10972. /*==用户主页==*/
  10973.  
  10974. /*==知乎圆桌==*/
  10975. /*圆桌首页背景*/
  10976. html[data-theme=dark] .css-lxxesj{
  10977. background: #191b1f !important;
  10978. }
  10979. /*圆桌首页封面标题*/
  10980. html[data-theme=dark] .css-1sjs4ns{
  10981. color: #d3d3d3 !important
  10982. }
  10983. /*圆桌介绍*/
  10984. html[data-theme=dark] .css-1fnir59,
  10985. html[data-theme=dark] .css-t3f0zn,
  10986. html[data-theme=dark] .css-1cj0s4z {
  10987. background: #191b1f !important;
  10988. }
  10989. /*圆桌标题*/
  10990. html[data-theme=dark] .css-1f0fpoe{
  10991. color: #d3d3d3 !important;
  10992. }
  10993. /*详细介绍*/
  10994. html[data-theme=dark] .css-f5u07t{
  10995. color: #d3d3d3 !important;
  10996. }
  10997. /*浏览量*/
  10998. html[data-theme=dark] .css-185ew1i{
  10999. color: #d3d3d3 !important;
  11000. }
  11001. /*主办方及主持人*/
  11002. html[data-theme=dark] .css-bgcgf1{
  11003. color: #d3d3d3 !important;
  11004. border-bottom:1px solid #444!important;
  11005. }
  11006. html[data-theme=dark] .css-7b4wc9{
  11007. background: #191b1f !important;
  11008. }
  11009. html[data-theme=dark] .css-1d1aerp{
  11010. border-top:1px solid #444!important;
  11011. }
  11012. /*嘉宾*/
  11013. html[data-theme=dark] .css-1xvgm7g{
  11014. background: #191b1f !important;
  11015. }
  11016. html[data-theme=dark] .css-tsxvph{
  11017. color: #d3d3d3 !important;
  11018. }
  11019. /*正在热议-用户名*/
  11020. html[data-theme=dark] .css-1vo4fqo{
  11021. color: #d3d3d3 !important;
  11022. }
  11023. /*正在热议-标题*/
  11024. html[data-theme=dark] .css-1kwr5sb{
  11025. color: #d3d3d3 !important;
  11026. }
  11027. /*正在热议-分割线*/
  11028. html[data-theme=dark] .css-1wpnzlt{
  11029. border-bottom:1px solid #444!important;
  11030. }
  11031. /*正在热议-文章标签*/
  11032. .css-18mnslu{
  11033. background: orange !important;
  11034. color:white !important;
  11035. }
  11036. html[data-theme=dark] .css-18mnslu{
  11037. color: #d3d3d3 !important;
  11038. }
  11039. /*最新提问-分割线*/
  11040. html[data-theme=dark] .css-1ppskpm{
  11041. border-bottom:1px solid #444!important;
  11042. }
  11043. /*关注圆桌按钮*/
  11044. html[data-theme=dark] .css-1ypq6gi{
  11045. color: #d3d3d3 !important;
  11046. }
  11047. /*参与讨论按钮*/
  11048. html[data-theme=dark] .css-lc30l3{
  11049. color: #d3d3d3 !important;
  11050. }
  11051. /*抢先回答按钮*/
  11052. html[data-theme=dark] .css-37j01z{
  11053. color: #d3d3d3 !important;
  11054. }
  11055. /*==知乎圆桌==*/
  11056.  
  11057. `)
  11058. }
  11059. function addCSS() {
  11060. //GM_addStyle(GM_getResourceText('zhihu-beautify'));
  11061. addLocalCSS();
  11062. }
  11063.  
  11064. //话题页
  11065. function topic() {
  11066. if (hideTopicSideBar == 1) //隐藏侧边栏并拉宽内容
  11067. {
  11068. $('.css-1q32xh5').hide();
  11069. $(".ContentLayout-sideColumn").hide();
  11070. $(".ContentLayout-mainColumn").width($(".ContentLayout").width());
  11071. } else if (hideTopicSideBar == 2) //隐藏侧边栏,仅水平居中内容,不拉宽
  11072. {
  11073. $('.css-1q32xh5').hide();
  11074. $(".ContentLayout-sideColumn").hide();
  11075. $(".ContentLayout").attr("style", "display:flex;justify-content:center;");
  11076. }
  11077. }
  11078.  
  11079. //草稿页
  11080. function draft() {
  11081. if (hideDraftSideBar == 1) //隐藏侧边栏并拉宽内容
  11082. {
  11083. $('.GlobalSideBar').hide();
  11084. $(".DraftList-mainColumn").width($(".DraftList").width());
  11085. } else if (hideDraftSideBar == 2) //隐藏侧边栏,仅水平居中内容,不拉宽
  11086. {
  11087. $('.GlobalSideBar').hide();
  11088. $(".DraftList").attr("style", "display:flex;justify-content:center;");
  11089. }
  11090. }
  11091.  
  11092. //知乎圆桌页
  11093. function roundtable() {
  11094. //增加遮罩层
  11095. if ($('html[data-theme=dark] .css-zprod6').length == 0) {
  11096. $('html[data-theme=dark] div.css-1b0ypf8 > div.css-1sqjzsk > div.css-tr5tvs > img').after('<div class=\"css-zprod6\"></div>');
  11097. }
  11098. }
  11099.  
  11100. let cheese_addstyle = 0;
  11101.  
  11102. function cheese() {
  11103.  
  11104. if (cheese_addstyle == 0) {
  11105. GM_addStyle(`html[data-theme=dark] .navbarWrap___wvkSj{background:rgb(18,18,18);}
  11106. html[data-theme=dark] #root, body, html{background:rgb(18,18,18);}
  11107. html[data-theme=dark] .container___cOXUf>main{background:rgb(18,18,18);}
  11108. html[data-theme=dark] .introduce___14YE0{background:rgb(18,18,18);}
  11109. html[data-theme=dark] .conditionItemTag___3SNgb{background:rgb(18,18,18); color:#d3d3d3;}
  11110. html[data-theme=dark] .hometitle___2_1Bm p{color:#d3d3d3;}
  11111. html[data-theme=dark] .conditionItemInfo___2277d{color:#d3d3d3;}
  11112. html[data-theme=dark] .taskcardTitle___13gHK{color:#d3d3d3;}
  11113. html[data-theme=dark] .taskcardInfo___XkANs{color:#d3d3d3;}
  11114. html[data-theme=dark] .taskcardCondition___32u1P p{color:#d3d3d3;}
  11115. html[data-theme=dark] .taskcardCondition___32u1P span{color:#d3d3d3;}`);
  11116.  
  11117. cheese_addstyle = 1
  11118. }
  11119. }
  11120.  
  11121. //GIF自动播放
  11122. function gifPlaying() {
  11123. if (GIFAutoPlay == 1) {
  11124. $(".GifPlayer .ztext-gif").each(function() {
  11125. if ($(this).hasClass('GifPlayer-gif2mp4')) {
  11126. if ($(this).get(0).paused) {
  11127. $(this).get(0).play();
  11128. $(this).addClass('play');
  11129. }
  11130. } else {
  11131. $(this).parent().addClass("isPlaying");
  11132. if ($(this).attr("src").indexOf("webp") == -1) {
  11133. $(this).attr("src", $(this).attr("src").replace("jpg", "webp"));
  11134. //$(this).wrap("<a target=\'_blank\' href=\'" + $(this).attr("src") + "\'></a>");
  11135. }
  11136. }
  11137. });
  11138.  
  11139. }
  11140.  
  11141. }
  11142.  
  11143. //盐选专栏、知乎讲书
  11144. function xen() {
  11145. if ($('.css-18vw6y4').length > 0)
  11146. $('.css-18vw6y4').get(0).click();
  11147.  
  11148. if ($('.IntroSummary-expandButton-iZSs9').length > 0)
  11149. $('.IntroSummary-expandButton-iZSs9').get(0).click();
  11150. }
  11151.  
  11152. //创作中心
  11153. function creator() {
  11154. //内容的发布时间
  11155. $(".CreationManage-CreationCard.css-wooxo5").each(function() {
  11156. if (!($(this).find(".css-w1ffsg").hasClass("full")) && $(this).find(".css-w1ffsg").length > 0 && $(this).find(".css-w1ffsg").text() != null) {
  11157. if ($(this).find(".css-w1ffsg").text().indexOf("发布于") == -1 && $(this).find(".css-w1ffsg").text().indexOf("编辑于") > -1 && $(this).find(".css-w1ffsg").attr("data-tooltip") != null) //只有"编辑于"时增加具体发布时间data-tooltip
  11158. {
  11159. let data_tooltip = $(this).find(".css-w1ffsg").attr("data-tooltip");
  11160. var oldtext = $(this).find(".css-w1ffsg").text();
  11161. $(this).find(".css-w1ffsg").text(data_tooltip + "\xa0\xa0,\xa0\xa0" + oldtext);
  11162. $(this).find(".css-w1ffsg").addClass("full");
  11163. } else if ($(this).find(".css-w1ffsg").text().indexOf("发布于") > -1 && $(this).find(".css-w1ffsg").text().indexOf("编辑于") == -1 && $(this).find(".css-w1ffsg").attr("data-tooltip") != null) //只有"发布于"时替换为具体发布时间data-tooltip
  11164. {
  11165. let data_tooltip = $(this).find(".css-w1ffsg").attr("data-tooltip");
  11166. $(this).find(".css-w1ffsg").text(data_tooltip);
  11167. $(this).find(".css-w1ffsg").addClass("full");
  11168. }
  11169. }
  11170. });
  11171.  
  11172. //"被折叠"提示
  11173. $('html[data-theme=dark] .Zi--HelpOutline').closest('.css-vurnku').css('background', '#ffffff1c')
  11174. }
  11175.  
  11176. //无障碍
  11177. function wza() {
  11178. GM_addStyle('html[data-theme=dark] .content{background:rgb(18,18,18);}');
  11179. }
  11180.  
  11181. function printValue() {
  11182. console.log('\n');
  11183. console.log('hideIndexSidebar=' + hideIndexSidebar);
  11184. console.log('hideQuestionSidebar=' + hideQuestionSidebar);
  11185. console.log('hideSearchSideBar=' + hideSearchSideBar);
  11186. console.log('hideTopicSideBar=' + hideTopicSideBar);
  11187. console.log('hideCollectionSideBar=' + hideCollectionSideBar);
  11188. console.log('hideClubSideBar=' + hideClubSideBar);
  11189. console.log('hideDraftSideBar=' + hideDraftSideBar);
  11190. console.log('hideLaterSideBar=' + hideLaterSideBar);
  11191. console.log('hideProfileSidebar=' + hideProfileSidebar);
  11192. console.log('hideRecommendedReading=' + hideRecommendedReading);
  11193. console.log('publishTop=' + publishTop);
  11194. console.log('GIFAutoPlay=' + GIFAutoPlay);
  11195. console.log('hoverShadow=' + hoverShadow);
  11196. console.log('blockingPictureVideo=' + blockingPictureVideo);
  11197. console.log('flowTag=' + flowTag);
  11198. console.log('prefersColorScheme=' + prefersColorScheme);
  11199. console.log('hideFeedSource=' + hideFeedSource);
  11200. console.log('\n');
  11201. }
  11202.  
  11203. //设置框样式参考https://greasyfork.org/zh-CN/scripts/37988
  11204.  
  11205. function settings() {
  11206. let settingHTML=`
  11207. <div id="settingLayerMask" style="display: flex;">
  11208. <div id="settingLayer">
  11209. <div id="itemlist">
  11210. <section class="switch"><span>隐藏首页侧边栏</span>
  11211. <select name="hideIndexSidebar" id="hideIndexSidebar">
  11212. <option value="0">不隐藏</option>
  11213. <option value="1" selected="selected">隐藏,拉宽显示内容</option>
  11214. <option value="2">隐藏,居中显示内容</option>
  11215. </select>
  11216. </section>
  11217. <section class="switch"><span>隐藏回答侧边栏</span>
  11218. <select name="hideQuestionSidebar" id="hideQuestionSidebar">
  11219. <option value="0">不隐藏</option>
  11220. <option value="1" selected="selected">隐藏,拉宽显示内容</option>
  11221. <option value="2">隐藏,居中显示内容</option>
  11222. </select>
  11223. </section>
  11224. <section class="switch"><span>隐藏搜索侧边栏</span>
  11225. <select name="hideSearchSideBar" id="hideSearchSideBar">
  11226. <<option value="0">不隐藏</option>
  11227. <option value="1" selected="selected">隐藏,拉宽显示内容</option>
  11228. <option value="2">隐藏,居中显示内容</option>
  11229. </select>
  11230. </section>
  11231. <section class="switch"><span>隐藏话题侧边栏</span>
  11232. <select name="hideTopicSideBar" id="hideTopicSideBar">
  11233. <option value="0">不隐藏</option>
  11234. <option value="1" selected="selected">隐藏,拉宽显示内容</option>
  11235. <option value="2">隐藏,居中显示内容</option>
  11236. </select>
  11237. </section>
  11238. <section class="switch"><span>隐藏收藏侧边栏</span>
  11239. <select name="hideCollectionSideBar" id="hideCollectionSideBar">
  11240. <option value="0">不隐藏</option>
  11241. <option value="1" selected="selected">隐藏,拉宽显示内容</option>
  11242. <option value="2">隐藏,居中显示内容</option>
  11243. </select>
  11244. </section>
  11245. <section class="switch"><span>隐藏圈子侧边栏</span>
  11246. <select name="hideClubSideBar" id="hideClubSideBar">
  11247. <option value="0">不隐藏</option>
  11248. <option value="1" selected="selected">隐藏,拉宽显示内容</option>
  11249. <option value="2">隐藏,居中显示内容</option>
  11250. </select>
  11251. </section>
  11252. <section class="switch"><span>隐藏草稿侧边栏</span>
  11253. <select name="hideDraftSideBar" id="hideDraftSideBar">
  11254. <option value="0">不隐藏</option>
  11255. <option value="1" selected="selected">隐藏,拉宽显示内容</option>
  11256. <option value="2">隐藏,居中显示内容</option>
  11257. </select>
  11258. </section>
  11259. <section class="switch"><span>隐藏稍后答侧边栏</span>
  11260. <select name="hideLaterSideBar" id="hideLaterSideBar">
  11261. <option value="0">不隐藏</option>
  11262. <option value="1" selected="selected">隐藏,拉宽显示内容</option>
  11263. <option value="2">隐藏,居中显示内容</option>
  11264. </select>
  11265. </section>
  11266. <section class="switch"><span>隐藏用户主页侧边栏</span>
  11267. <select name="hideProfileSidebar" id="hideProfileSidebar">
  11268. <option value="0" selected="selected">不隐藏</option>
  11269. <option value="1">隐藏,拉宽显示内容</option>
  11270. <option value="2">隐藏,居中显示内容</option>
  11271. </select>
  11272. </section>
  11273. <section class="switch"><span>隐藏专栏推荐</span>
  11274. <div class="checkbox on"><input type="checkbox" name="hideRecommendedReading" id="hideRecommendedReading" value="1"><label class="switchLabel"></label></div>
  11275. </section>
  11276. <section class="switch"><span>置顶回答时间</span>
  11277. <div class="checkbox on"><input type="checkbox" name="publishTop" id="publishTop" value="1"><label class="switchLabel"></label></div>
  11278. </section>
  11279. <section class="switch"><span>GIF自动播放</span>
  11280. <div class="checkbox"><input type="checkbox" name="GIFAutoPlay" id="GIFAutoPlay" value="0"><label class="switchLabel"></label></div>
  11281. </section>
  11282. <section class="switch"><span>悬停时显示浅蓝色边框</span>
  11283. <div class="checkbox on"><input type="checkbox" name="hoverShadow" id="hoverShadow" value="1"><label class="switchLabel"></label></div>
  11284. </section>
  11285. <section class="switch"><span>隐藏图片/视频</span>
  11286. <div class="checkbox on"><input type="checkbox" name="blockingPictureVideo" id="blockingPictureVideo" value="0"><label class="switchLabel"></label></div>
  11287. </section>
  11288. <section class="switch"><span>显示信息流标签</span>
  11289. <div class="checkbox on"><input type="checkbox" name="flowTag" id="flowTag" value="0"><label class="switchLabel"></label></div>
  11290. </section>
  11291. <section class="switch"><span>跟随系统夜间模式</span>
  11292. <div class="checkbox on"><input type="checkbox" name="prefersColorScheme" id="prefersColorScheme" value="0"><label class="switchLabel"></label></div>
  11293. </section>
  11294. <section class="switch"><span>隐藏动态来源</span>
  11295. <div class="checkbox on"><input type="checkbox" name="hideFeedSource" id="hideFeedSource" value="1"><label class="switchLabel"></label></div>
  11296. </section>
  11297. <section class="switch" style="visibility:hidden"><span>XXX</span>
  11298. <div class="checkbox on"><input type="checkbox" name="hideFeedSource" id="hideFeedSource" value="1"><label class="switchLabel"></label></div>
  11299. </section>
  11300. </div>
  11301. <div id="btnEle">
  11302. <div class="btnEleLayer">
  11303. <span id="settings-save" >保存并刷新</span>
  11304. </div>
  11305. </div><span id="settings-close" ></span></div>
  11306. </div>`;
  11307.  
  11308. $('body').append(settingHTML);
  11309.  
  11310. GM_addStyle(`
  11311. #settingLayer #itemlist {
  11312. display: flex;
  11313. display: -webkit-flex;
  11314. align-content: center;
  11315. align-items: center;
  11316. justify-content: center;
  11317. flex-flow: row wrap;
  11318. }
  11319.  
  11320. #settingLayer section {
  11321. display: grid;
  11322. float: left;
  11323. width: 200px;
  11324. padding: 10px 20px;
  11325. border-right: 1px solid #0084ff;
  11326. }
  11327.  
  11328. #settingLayer section:nth-of-type(3n) {
  11329. border-right: none;
  11330. }
  11331.  
  11332. #settingLayer .switch span {
  11333. height: 30px;
  11334. line-height: 30px;
  11335. font-size: 20px;
  11336. vertical-align: top;
  11337. }
  11338.  
  11339. #settingLayer .switch .checkbox {
  11340. float: right;
  11341. }
  11342.  
  11343. #settingLayer .checkbox {
  11344. position: relative;
  11345. display: inline-block;
  11346. }
  11347.  
  11348. #settingLayer .checkbox:after,
  11349. #settingLayer .checkbox:before {
  11350. -webkit-font-feature-settings: normal;
  11351. -moz-font-feature-settings: normal;
  11352. font-feature-settings: normal;
  11353. -webkit-font-kerning: auto;
  11354. font-kerning: auto;
  11355. -moz-font-language-override: normal;
  11356. font-language-override: normal;
  11357. font-stretch: normal;
  11358. font-style: normal;
  11359. font-synthesis: weight style;
  11360. font-variant: normal;
  11361. font-weight: normal;
  11362. text-rendering: auto;
  11363. }
  11364.  
  11365. #settingLayer .checkbox label {
  11366. width: 80px;
  11367. height: 30px;
  11368. background: #ccc;
  11369. position: relative;
  11370. display: inline-block;
  11371. border-radius: 46px;
  11372. -webkit-transition: 0.4s;
  11373. transition: 0.4s;
  11374. cursor: pointer;
  11375. }
  11376.  
  11377. #settingLayer .checkbox label:after {
  11378. content: "";
  11379. position: absolute;
  11380. width: 50px;
  11381. height: 50px;
  11382. border-radius: 100%;
  11383. left: 0;
  11384. top: -5px;
  11385. z-index: 2;
  11386. background: #fff;
  11387. box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  11388. -webkit-transition: 0.4s;
  11389. transition: 0.4s;
  11390. cursor: pointer;
  11391. }
  11392.  
  11393. #settingLayer .checkbox input {
  11394. display: none;
  11395. }
  11396.  
  11397. #settingLayer .checkbox.on label:after {
  11398. left: 40px;
  11399. }
  11400.  
  11401. #settingLayer .checkbox.on label {
  11402. background: #4BD865;
  11403. }
  11404.  
  11405. #settingLayer .switch .checkbox label {
  11406. width: 70px;
  11407. }
  11408.  
  11409. #settingLayer .switch .checkbox label:after {
  11410. top: 0;
  11411. width: 30px;
  11412. height: 30px;
  11413. }
  11414.  
  11415. /* 弹出层 */
  11416.  
  11417. #settingLayerMask {
  11418. display: none;
  11419. justify-content: center;
  11420. align-items: center;
  11421. position: fixed;
  11422. top: 0;
  11423. right: 0;
  11424. bottom: 0;
  11425. left: 0;
  11426. background-color: rgba(0, 0, 0, .5);
  11427. z-index: 200000000;
  11428. overflow: auto;
  11429. font-family: arial, sans-serif;
  11430. min-height: 100%;
  11431. font-size: 16px;
  11432. transition: 0.5s;
  11433. opacity: 1;
  11434. user-select: none;
  11435. -moz-user-select: none;
  11436. padding-bottom: 80px;
  11437. box-sizing: border-box;
  11438. }
  11439.  
  11440. #settingLayer {
  11441. display: flex;
  11442. flex-wrap: wrap;
  11443. padding: 20px;
  11444. margin: 45px 25px 50px 5px;
  11445. background-color: #fff;
  11446. border-radius: 4px;
  11447. position: absolute;
  11448. width: 800px;
  11449. transition: 0.5s;
  11450. }
  11451.  
  11452. #settingLayer #btnEle {
  11453. position: absolute;
  11454. width: 100%;
  11455. bottom: 4px;
  11456. right: 0;
  11457. background: #fff;
  11458. border-radius: 4px;
  11459. }
  11460.  
  11461. #settingLayer #btnEle span {
  11462. display: inline-block;
  11463. background: #EFF4F8;
  11464. border: 1px solid #3abdc1;
  11465. margin: 12px auto 10px;
  11466. color: #3abdc1;
  11467. padding: 5px 10px;
  11468. border-radius: 4px;
  11469. cursor: pointer;
  11470. outline: none;
  11471. transition: 0.3s;
  11472. }
  11473.  
  11474. #settingLayer #btnEle a {
  11475. color: #999;
  11476. text-decoration: none;
  11477. }
  11478.  
  11479. #settingLayer #btnEle a:hover {
  11480. text-decoration: underline;
  11481. color: #ef8957;
  11482. }
  11483.  
  11484. #settingLayer #btnEle span.feedback:hover {
  11485. border-color: #ef8957;
  11486. }
  11487.  
  11488. #settingLayer #btnEle span:not(.feedback):hover {
  11489. background: #3ACBDD;
  11490. color: #fff;
  11491. }
  11492.  
  11493. #settingLayer #btnEle .feedback {
  11494. border-color: #aaa;
  11495. }
  11496.  
  11497. #settingLayer #btnEle>div {
  11498. width: 100%;
  11499. margin-bottom: -100%;
  11500. display: flex;
  11501. justify-content: space-around;
  11502. background: #EFF4F8;
  11503. border-radius: 4px;
  11504. }
  11505.  
  11506.  
  11507. /*close button*/
  11508.  
  11509. #settingLayer #settings-close {
  11510. background: white;
  11511. color: #3ABDC1;
  11512. line-height: 20px;
  11513. text-align: center;
  11514. height: 20px;
  11515. width: 20px;
  11516. font-size: 20px;
  11517. padding: 10px;
  11518. border: 3px solid #3ABDC1;
  11519. border-radius: 50%;
  11520. transition: .5s;
  11521. top: -20px;
  11522. right: -20px;
  11523. position: absolute;
  11524. cursor: pointer;
  11525. }
  11526.  
  11527. #settingLayer #settings-close::before {
  11528. content: "\\2716";
  11529. }
  11530.  
  11531. #settingLayer #settings-close:hover {
  11532. background: indianred;
  11533. border-color: indianred;
  11534. color: #fff;
  11535. }
  11536.  
  11537. #settingLayer select {
  11538. appearance:none;
  11539. -webkit-appearance: none;
  11540. -moz-appearance:none;
  11541. height: 30px;
  11542. width: 180px;
  11543. color: #0084FF;
  11544. background: white url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAfElEQVQ4T2NkoBAwUqifYdQABixh0PL/AQMDgzyOwH3IUMOogCyHGYit/w0Y/jMcYGBg4Ecz5CMDI4MDQzXjBfwGgGRBhvxjWMDAyKAPVvyf4SIDE0MCumaQFO5obPgvwMAMdgkDw18GB4YGxg/YvDWaDvAFIpG5jOJABABKFBYRvq528AAAAABJRU5ErkJggg==") no-repeat right;
  11545. font-size: 16px;
  11546. position: relative;
  11547. display: inline-block;
  11548. border: 1px solid rgb(118, 118, 118);
  11549. border-radius: 46px;
  11550. -webkit-transition: 0.4s;
  11551. transition: 0.4s;
  11552. cursor: pointer;
  11553. padding-left: 10px;
  11554. }
  11555. html[data-theme=dark] #settingLayer{
  11556. background: #191c25;
  11557. }
  11558. html[data-theme=dark] #settingLayer #btnEle>div{
  11559. background: #25282f;
  11560. }
  11561. html[data-theme=dark] #settingLayer #settings-save{
  11562. background: #8080801c;
  11563. }
  11564. html[data-theme=dark] #settingLayer select{
  11565. background: #8080801c url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAfElEQVQ4T2NkoBAwUqifYdQABixh0PL/AQMDgzyOwH3IUMOogCyHGYit/w0Y/jMcYGBg4Ecz5CMDI4MDQzXjBfwGgGRBhvxjWMDAyKAPVvyf4SIDE0MCumaQFO5obPgvwMAMdgkDw18GB4YGxg/YvDWaDvAFIpG5jOJABABKFBYRvq528AAAAABJRU5ErkJggg==") no-repeat right;
  11566. }
  11567. html[data-theme=dark] #settingLayer option{
  11568. background: #24272f;
  11569. }
  11570. html[data-theme=dark] #settingLayer #settings-close{
  11571. background: #25282f;
  11572. }
  11573. `)
  11574.  
  11575. //默认隐藏
  11576. $('#settingLayerMask').hide();
  11577.  
  11578. //读取值
  11579. hideIndexSidebar = GM_getValue('hideIndexSidebar');
  11580. hideQuestionSidebar = GM_getValue('hideQuestionSidebar');
  11581. hideSearchSideBar = GM_getValue('hideSearchSideBar');
  11582. hideTopicSideBar = GM_getValue('hideTopicSideBar');
  11583. hideCollectionSideBar = GM_getValue('hideCollectionSideBar');
  11584. hideClubSideBar = GM_getValue('hideClubSideBar');
  11585. hideDraftSideBar = GM_getValue('hideDraftSideBar');
  11586. hideLaterSideBar = GM_getValue('hideLaterSideBar');
  11587. hideProfileSidebar = GM_getValue('hideProfileSidebar');
  11588. hideRecommendedReading = GM_getValue('hideRecommendedReading');
  11589. publishTop = GM_getValue('publishTop');
  11590. GIFAutoPlay = GM_getValue('GIFAutoPlay');
  11591. hoverShadow = GM_getValue('hoverShadow');
  11592. blockingPictureVideo = GM_getValue('blockingPictureVideo');
  11593. flowTag = GM_getValue('flowTag');
  11594. prefersColorScheme = GM_getValue('prefersColorScheme');
  11595. hideFeedSource = GM_getValue('hideFeedSource');
  11596.  
  11597. printValue(); //输出所有设置值
  11598.  
  11599. //在设置界面设置相应值
  11600. $('select option').removeAttr('selected');
  11601.  
  11602. $('#hideIndexSidebar').val(hideIndexSidebar);
  11603. $('#hideQuestionSidebar').val(hideQuestionSidebar);
  11604. $('#hideSearchSideBar').val(hideSearchSideBar);
  11605. $('#hideTopicSideBar').val(hideTopicSideBar);
  11606. $('#hideCollectionSideBar').val(hideCollectionSideBar);
  11607. $('#hideClubSideBar').val(hideClubSideBar);
  11608. $('#hideDraftSideBar').val(hideDraftSideBar);
  11609. $('#hideLaterSideBar').val(hideLaterSideBar);
  11610. $('#hideProfileSidebar').val(hideProfileSidebar);
  11611. $('#hideRecommendedReading').val(hideRecommendedReading);
  11612. $('#publishTop').val(publishTop);
  11613. $('#GIFAutoPlay').val(GIFAutoPlay);
  11614. $('#hoverShadow').val(hoverShadow);
  11615. $('#blockingPictureVideo').val(blockingPictureVideo);
  11616. $('#flowTag').val(flowTag);
  11617. $('#prefersColorScheme').val(prefersColorScheme);
  11618. $('#hideFeedSource').val(hideFeedSource);
  11619.  
  11620. $('.checkbox').each(function() {
  11621. if ($(this).find('input').val() == 1)
  11622. $(this).addClass('on');
  11623. else
  11624. $(this).removeClass('on');
  11625. });
  11626.  
  11627. //点击关闭按钮隐藏
  11628. $('#settings-close').click(function() {
  11629. $('#settingLayerMask').hide();
  11630. });
  11631.  
  11632. //按ESC键隐藏
  11633. $(document).keyup(function(e) {
  11634. if (e.key === "Escape") {
  11635. $('#settingLayerMask').hide();
  11636. }
  11637. });
  11638.  
  11639. //开关按钮
  11640. $('.checkbox').click(function() {
  11641. if ($(this).hasClass('on')) {
  11642. $(this).find('input').val('0');
  11643. } else {
  11644. $(this).find('input').val('1');
  11645. }
  11646. $(this).toggleClass('on');
  11647. })
  11648.  
  11649. //保存设置
  11650. $('#settings-save').click(function() {
  11651. hideIndexSidebar = $('#hideIndexSidebar').val();
  11652. hideQuestionSidebar = $('#hideQuestionSidebar').val();
  11653. hideSearchSideBar = $('#hideSearchSideBar').val();
  11654. hideTopicSideBar = $('#hideTopicSideBar').val();
  11655. hideCollectionSideBar = $('#hideCollectionSideBar').val();
  11656. hideClubSideBar = $('#hideClubSideBar').val();
  11657. hideDraftSideBar = $('#hideDraftSideBar').val();
  11658. hideLaterSideBar = $('#hideLaterSideBar').val();
  11659. hideProfileSidebar = $('#hideProfileSidebar').val();
  11660. hideRecommendedReading = $('#hideRecommendedReading').val();
  11661. publishTop = $('#publishTop').val();
  11662. GIFAutoPlay = $('#GIFAutoPlay').val();
  11663. hoverShadow = $('#hoverShadow').val();
  11664. blockingPictureVideo = $('#blockingPictureVideo').val();
  11665. flowTag = $('#flowTag').val();
  11666. prefersColorScheme = $('#prefersColorScheme').val();
  11667. hideFeedSource = $('#hideFeedSource').val();
  11668.  
  11669.  
  11670. GM_setValue('hideIndexSidebar', hideIndexSidebar);
  11671. GM_setValue('hideQuestionSidebar', hideQuestionSidebar);
  11672. GM_setValue('hideSearchSideBar', hideSearchSideBar);
  11673. GM_setValue('hideTopicSideBar', hideTopicSideBar);
  11674. GM_setValue('hideCollectionSideBar', hideCollectionSideBar);
  11675. GM_setValue('hideClubSideBar', hideClubSideBar);
  11676. GM_setValue('hideDraftSideBar', hideDraftSideBar);
  11677. GM_setValue('hideLaterSideBar', hideLaterSideBar);
  11678. GM_setValue('hideProfileSidebar', hideProfileSidebar);
  11679. GM_setValue('hideRecommendedReading', hideRecommendedReading);
  11680. GM_setValue('publishTop', publishTop);
  11681. GM_setValue('GIFAutoPlay', GIFAutoPlay);
  11682. GM_setValue('hoverShadow', hoverShadow);
  11683. GM_setValue('blockingPictureVideo', blockingPictureVideo);
  11684. GM_setValue('flowTag', flowTag);
  11685. GM_setValue('prefersColorScheme', prefersColorScheme);
  11686. GM_setValue('hideFeedSource', hideFeedSource);
  11687.  
  11688.  
  11689. $('#settingLayerMask').hide(); //隐藏设置
  11690. window.location.reload(); //刷新当前页面.
  11691. });
  11692.  
  11693. }
  11694.  
  11695.  
  11696. function clearValue() {
  11697. GM_deleteValue('hideIndexSidebar');
  11698. GM_deleteValue('hideQuestionSidebar');
  11699. GM_deleteValue('hideSearchSideBar');
  11700. GM_deleteValue('hideTopicSideBar');
  11701. GM_deleteValue('hideCollectionSideBar');
  11702. GM_deleteValue('hideClubSideBar');
  11703. GM_deleteValue('hideDraftSideBar');
  11704. GM_deleteValue('hideLaterSideBar');
  11705. GM_deleteValue('hideProfileSidebar');
  11706. GM_deleteValue('hideRecommendedReading');
  11707. GM_deleteValue('publishTop');
  11708. GM_deleteValue('GIFAutoPlay');
  11709. GM_deleteValue('hoverShadow');
  11710. GM_deleteValue('blockingPictureVideo');
  11711. GM_deleteValue('flowTag');
  11712. GM_deleteValue('prefersColorScheme');
  11713. GM_deleteValue('hideFeedSource');
  11714. }
  11715.  
  11716.  
  11717. (function() {
  11718. 'use strict';
  11719.  
  11720. //根据当前cookie,判断是否设置夜间模式
  11721. if ($.cookie('nightmode') != undefined) {
  11722. if ($.cookie('nightmode') == 1) {
  11723. $("html").attr("data-theme", "dark");
  11724. $(".ightmode").find("img").attr("src", light).attr("style", "vertical-align:middle; width:20px; height:20px;");
  11725. $(".nightmode").find("span").text(" 日间模式");
  11726. } else {
  11727. $("html").attr("data-theme", "light");
  11728. $(".nightmode").find("img").attr("src", dark).attr("style", "vertical-align:middle; width:18px; height:18px;");
  11729. $(".nightmode").find("span").text(" 夜间模式");
  11730. }
  11731. }
  11732.  
  11733. $('head').append(`<meta http-equiv="Content-Security-Policy" content="script-src * 'unsafe-eval'">`);
  11734.  
  11735. //clearValue(); //清空所有设置值
  11736.  
  11737. //设置默认值
  11738. if (GM_getValue('hideIndexSidebar') == undefined) {
  11739. GM_setValue('hideIndexSidebar', '1');
  11740. }
  11741.  
  11742. if (GM_getValue('hideQuestionSidebar') == undefined) {
  11743. GM_setValue('hideQuestionSidebar', '1');
  11744. }
  11745.  
  11746. if (GM_getValue('hideSearchSideBar') == undefined) {
  11747. GM_setValue('hideSearchSideBar', '1');
  11748. }
  11749.  
  11750. if (GM_getValue('hideTopicSideBar') == undefined) {
  11751. GM_setValue('hideTopicSideBar', '1');
  11752. }
  11753.  
  11754. if (GM_getValue('hideCollectionSideBar') == undefined) {
  11755. GM_setValue('hideCollectionSideBar', '1');
  11756. }
  11757.  
  11758. if (GM_getValue('hideClubSideBar') == undefined) {
  11759. GM_setValue('hideClubSideBar', '1');
  11760. }
  11761.  
  11762. if (GM_getValue('hideDraftSideBar') == undefined) {
  11763. GM_setValue('hideDraftSideBar', '1');
  11764. }
  11765.  
  11766. if (GM_getValue('hideLaterSideBar') == undefined) {
  11767. GM_setValue('hideLaterSideBar', '1');
  11768. }
  11769.  
  11770. if (GM_getValue('hideProfileSidebar') == undefined) {
  11771. GM_setValue('hideProfileSidebar', '0');
  11772. }
  11773.  
  11774. if (GM_getValue('hideRecommendedReading') == undefined) {
  11775. GM_setValue('hideRecommendedReading', '1');
  11776. }
  11777.  
  11778. if (GM_getValue('publishTop') == undefined) {
  11779. GM_setValue('publishTop', '1');
  11780. }
  11781.  
  11782. if (GM_getValue('GIFAutoPlay') == undefined) {
  11783. GM_setValue('GIFAutoPlay', '0');
  11784. }
  11785.  
  11786. if (GM_getValue('hoverShadow') == undefined) {
  11787. GM_setValue('hoverShadow', '1');
  11788. }
  11789.  
  11790. if (GM_getValue('blockingPictureVideo') == undefined) {
  11791. GM_setValue('blockingPictureVideo', '0');
  11792. }
  11793.  
  11794. if (GM_getValue('flowTag') == undefined) {
  11795. GM_setValue('flowTag', '0');
  11796. }
  11797.  
  11798. if (GM_getValue('prefersColorScheme') == undefined) {
  11799. GM_setValue('prefersColorScheme', '0');
  11800. }
  11801.  
  11802. if (GM_getValue('hideFeedSource') == undefined) {
  11803. GM_setValue('hideFeedSource', '1');
  11804. }
  11805.  
  11806. //设置界面
  11807. settings();
  11808.  
  11809. //注册设置按钮
  11810. GM_registerMenuCommand("知乎 美化 设置", function() {
  11811. $('#settingLayerMask').show();
  11812. });
  11813.  
  11814. //添加自定义CSS
  11815. addCSS();
  11816.  
  11817. //全局功能函数
  11818. setInterval(directLink, 100);
  11819. setInterval(iconColor, 100);
  11820. setInterval(originalPic, 100);
  11821. setInterval(gifPlaying, 100);
  11822.  
  11823. //清空搜索框占位符
  11824. setInterval(function() {
  11825. $(".SearchBar-input input").attr("placeholder", "");
  11826. }, 100);
  11827.  
  11828. //折叠谢邀
  11829. let timer = setInterval(function() {
  11830. if ($(".QuestionInvitation-content").text().indexOf("更多推荐结果") > -1) {
  11831. clearInterval(timer);
  11832. $(".QuestionInvitation-content").addClass("hide");
  11833. $(".QuestionInvitation-content").hide();
  11834.  
  11835. $(".QuestionInvitation-title").html($(".QuestionInvitation-title").text() + '<span style=\"color:#8590A6;\">(点击此处展开/折叠)</span>');
  11836.  
  11837. $(".Topbar").click(function() {
  11838.  
  11839. if (($(".QuestionInvitation-content").hasClass("hide"))) {
  11840. $(".QuestionInvitation-content").removeClass("hide").addClass("show");
  11841. $(".QuestionInvitation-content").show();
  11842. } else {
  11843. $(".QuestionInvitation-content").removeClass("show").addClass("hide");
  11844. $(".QuestionInvitation-content").hide();
  11845. }
  11846. });
  11847. }
  11848. }, 100);
  11849.  
  11850. //每个页面对应的功能函数
  11851. if (window.location.href.indexOf("/topic/") > -1) //话题页
  11852. setInterval(topic, 300);
  11853. else if (window.location.href.indexOf("/question/") > -1) //回答页
  11854. setInterval(question, 300);
  11855. else if (window.location.href.indexOf("/zvideo/") > -1) //知乎视频页
  11856. setInterval(zvideo, 300);
  11857. else if (window.location.href.indexOf("/club/") > -1) //知乎圈子页
  11858. setInterval(club, 300);
  11859. else if (window.location.href.indexOf("/search") > -1) //搜索结果页
  11860. setInterval(search, 300);
  11861. else if (window.location.href.indexOf("/lives") > -1) //知乎讲座页
  11862. setInterval(lives, 300);
  11863. else if (window.location.href.indexOf("/collection/") > -1) //收藏夹
  11864. setInterval(collection, 300);
  11865. else if (window.location.href.indexOf("zhuanlan.") > -1) //专栏文章
  11866. setInterval(zhuanlan, 300);
  11867. else if (window.location.href.indexOf("/pin/") > -1) //想法
  11868. setInterval(pin, 300);
  11869. else if (window.location.href.indexOf("/people/") > -1 || window.location.href.indexOf("/org/") > -1) //用户主页
  11870. setInterval(people, 300);
  11871. else if (window.location.href.indexOf("/draft") > -1) //草稿页
  11872. setInterval(draft, 300);
  11873. else if (window.location.href.indexOf("/roundtable/") > -1) //知乎圆桌页
  11874. setInterval(roundtable, 300);
  11875. else if (window.location.href.indexOf("/column/") > -1) //专栏列表
  11876. setInterval(column, 300);
  11877. else if (window.location.href.indexOf("cheese.") > -1) //芝士平台
  11878. setInterval(cheese, 300);
  11879. else if (window.location.href.indexOf("/xen/") > -1 || window.location.href.indexOf("/remix/") > -1) //盐选专栏、知乎讲书
  11880. setInterval(xen, 300);
  11881. else if (window.location.href.indexOf("/creator") > -1) //创作中心
  11882. setInterval(creator, 300);
  11883. else if (window.location.href.indexOf("/wza/public/") > -1) //无障碍说明
  11884. setInterval(wza, 300);
  11885. else
  11886. setInterval(index, 300); //首页
  11887.  
  11888. })();