Dark Theme for Dreadcast

Dreadcast sans violence pour les yeux.

当前为 2022-07-22 提交的版本,查看 最新版本

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

/* ==UserStyle==
@name           Dark Theme for Dreadcast
@namespace      github.com/openstyles/stylus
@version        1.1
@description    Dreadcast sans violence pour les yeux.
@author         Victoire
==/UserStyle== */

@-moz-document url("https://www.dreadcast.net/Main%22") {
	/* 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%;
	}
}