Dark Theme for Dreadcast

Dreadcast sans violence pour les yeux.

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

/* ==UserStyle==
@name           Dark Theme for Dreadcast
@namespace      github.com/openstyles/stylus
@version        1
@description    Dreadcast sans violence pour les yeux.
@author         Victoire
==/UserStyle== */
/* 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%;
}