您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Dreadcast sans violence pour les yeux.
当前为
/* ==UserStyle== @name Dark Theme for Dreadcast @namespace github.com/openstyles/stylus @version 1.3 @description Dreadcast sans violence pour les yeux. @author Victoire ==/UserStyle== */ @-moz-document url("https://www.dreadcast.net/Main") { /* Fond zone gauche */ #zone_gauche_inventaire { background: none 0 0 no-repeat; } #zone_gauche { width: 100%; background-image: url(https://i.imgur.com/jmipu1D.png); background-size: 100%; } /* Fonds sacs */ .zone_conteneurs_displayed .conteneur .conteneur_content, #infoBox, .infoBoxFixed, #interface_achat.colorize { background-color: rgba(0, 0, 0, .75); } .dataBox .content { background-color: rgba(0, 0, 0, .75); } .case_objet.linkBox::before, .case_objet.linkBox::after { display: none; } /* Accomplissements */ #acc_carte { background: #0000007d; box-shadow: 0 0 10px -1px #000; } #acc_carte_content { box-shadow: 15px 15px 75px inset #28282673, -15px -15px 75px inset #000000a1; background: #28282680; } /* Fond des cases meuble */ .meuble_inventaire .case_objet.linkBox_vide { background-image: none; } span.couleur0 { color: #7f7f7f } /* Fond zone droite */ #zone_droite { background-image: url(https://i.imgur.com/C4yZ5hm.png); background-size: 100%; } #zone_gauche_inventaire, #zone_droite > .grid > .grid.top, #zone_chat_bg { background: none; box-shadow: none; } /* Fond chat */ #zone_chat_bg { background: rgba(255, 0, 0, 0); box-shadow: 0 0 15px -5px inset rgba(255, 238, 0, .03); } .hologram img { width: 0%; } /* Messagerie */ .dataBox .message .zone_conversation .conversation { background: #204155a8; } .dataBox .message .zone_conversation .conversation .ligne2 { bottom: 5px; } .dataBox .message .zone_conversation .conversation .ligne1 { bottom: 5px; } .message .zone_reponse #nm_texte { width: 74%; } }