Muteking Theme for AMQ
AMQ - Muteking Theme by frisco
Details
Authorfrisco
LicenseNo License
Categoryanimemusicquiz
Created
Updated
Size2.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name AMQ - Muteking Theme
@version 20220502.10.08
@namespace userstyles.world/user/frisco
@description Muteking Theme for AMQ
@author frisco
@license No License
==/UserStyle== */
@-moz-document domain("animemusicquiz.com") {
/* ==UserStyle==
@name AMQ - PPG background
@namespace USO Archive
@author frisco
@description `Pani Poni Dash! theme for amq.`
@version 1.2.0
==/UserStyle== */
#gameChatPage > .col-xs-9 {
/* Modifier le background du jeu */
background-image: url(https://64.media.tumblr.com/e0b510cfd609b1e0bcc262f15926780d/f07466baa1f62d05-f6/s540x810/296e0189fec4fa0aaf83786ff2fbc54e7579b0a4.gif);
background-size: 100%;
}
#loadingScreen,
#gameContainer,
#startPage,
#awMainView,
#swContentContainer {
background-image: url(https://media.discordapp.net/attachments/844911269227397120/970016292012712006/muteking_jam.png);
background-size: 100%;
}
#qpAnswerInputContainer {
width: 100%;
}
#qpVideosUserHidden,
#qpVideoHider,
#qpVideoOverflowContainer,
#qpWaitBuffering {
/* Modifier le background de vidéo */
background: url("https://c.tenor.com/gaRhxUzeT3YAAAAC/muteking-lol.gif");
background-size: 100%;
}
#qpVideoSoundOnly,
#qpHiderText,
#qpVideoHiderText,
#swNoSelectionContainer {
/* Modification des textes en jeu */
color: #fff;
text-shadow: 4px 4px 4px black;
}
.qpVideoOverlay {
/* Changement du texte sur la video */
color: #fff;
opacity: 100%;
text-shadow: 4px 4px 4px black;
}
#qpHiderText {
/* Modification du texte de countdown */
background: url('https://cdn.discordapp.com/emojis/795467294604132363.gif');
background-size: 25%;
opacity: 80%;
}
#gcMessageContainer,
#gcSpectatorList {
/* Modification du chat in game */
background: url('https://media.discordapp.net/attachments/844911269227397120/970017254576119818/come_on.png');
background-size: 100%;
}
/* Modification du chat pour refaire la meme chose mais ca marche proprement */
.gcList > li:nth-child(odd) {
background-color: #424242;
opacity: 80%;
}
.gcList > li:nth-child(even) {
background-color: #000000;
opacity: 80%;
}
/* Petite Modification pour rendre la boutique clean */
.swAvatarTile {
background-color: #424242;
}
.swAvatarSkinName {
color: #ffffff;
text-shadow: 4px 4px 4px black;
}
#mhLoadContainer {
z-index: 1000 !important;
}
}