Dark Theme for Dreadcast

Dreadcast sans violence pour les yeux.

目前為 2022-07-22 提交的版本,檢視 最新版本

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 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%;
	}
}