您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
CrystalMathLabs Black mode theme
当前为
- /* ==UserStyle==
- @name crystalmathlabs.com - Black Mode
- @namespace typpi.online
- @version 1.0.2
- @description CrystalMathLabs Black mode theme
- @author Nick2bad4u
- @license UnLicense
- @homepageURL https://github.com/Nick2bad4u/UserStyles
- ==/UserStyle== */
- @-moz-document domain("crystalmathlabs.com") {
- /* Invert colors except images and videos */
- html,
- body,
- #wrap,
- #contentwrap,
- .news,
- .menubar ul li ul.dropdown {
- background: black !important;
- background-color: black !important;
- }
- .menubar,
- .hint,
- .xp-table > div:first-child,
- #footer {
- border-radius: 20px;
- background: #252323 !important;
- background-color: #252323 !important;
- padding-right: 10px;
- padding-left: 10px;
- }
- #menu
- > ul
- > li:nth-child(n)
- > ul
- > li:nth-child(n)
- > a:hover {
- border-radius: 20px;
- background: #252323 !important;
- background-color: #252323 !important;
- padding-left: 20px;
- color: limegreen;
- }
- #global-banner {
- background: darkgreen;
- color: white;
- }
- #global-banner a {
- color: hotpink;
- }
- input:nth-child(1),
- input:nth-child(2),
- input[type='text' i],
- #xp-calc-form button {
- background: black !important;
- background-color: black !important;
- color: white;
- }
- }