Skip to content

AMQ - Pani Poni Dash! Theme by frisco

Screenshot of AMQ - Pani Poni Dash! Theme

Details

Authorfrisco

LicenseNo License

Categoryanimemusicquiz

Created

Updated

Size2.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Custom style using Pani Poni Dash! as a theme.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         AMQ - Pani Poni Dash! Theme
@version      20220505.06.50
@namespace    userstyles.world/user/frisco
@description  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://cdn.discordapp.com/attachments/349566296418942978/837223825317167155/Rebecca.jpg);
    background-size: 100%;
}

#loadingScreen,
#gameContainer,
#startPage,
#awMainView,
#swContentContainer {
    background-image: url(https://cdn.donmai.us/original/8b/6b/__rebecca_miyamoto_pani_poni_dash__8b6b36d1448cd3da3bdc511601294a30.jpg);
    background-size: 100%;
}

#qpAnswerInputContainer {
    width: 100%;
}

#qpVideosUserHidden,
#qpVideoHider,
#qpVideoOverflowContainer,
#qpWaitBuffering {
    /* Modifier le background de vidéo */
    background: url("https://cdn.discordapp.com/attachments/349566296418942978/837046381435682826/End_Card_32.jpg");
    background-size: 100%;
}

#qpVideoSoundOnly,
#qpHiderText,
#qpVideoHiderText,
#swNoSelectionContainer,
h1 {
    /* 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://images2.fanpop.com/image/photos/10700000/Becky-pani-poni-dash-10750403-200-200.gif');
    background-size: 25%;
    opacity: 80%;
}

#gcMessageContainer,
#gcSpectatorList {
    /* Modification du chat in game */
    background: url('https://cdn.discordapp.com/attachments/349566296418942978/837219347847446568/mesousa.jpg');
    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;
}
}

Reviews

No reviews yet.