Skip to content

Ange my beloved by saw

Details

Authorsaw

LicenseNo License

Categoryamq

Created

Updated

Size19 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

oui

Notes

Userstyle doesn't have notes.

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name         Elodie's AMQ Script V8.4.4
@version      20211009.15.09
@namespace    userstyles.world/user/melodyelodie
@description  A script to change the background and a darker UI for AnimeMusicQu
@author       melodyelodie
@license      CC BY-NC-SA - Creative Commons Attribution-NonCommercial-ShareAlike
==/UserStyle== */

/* i really want this to be global */

/*@-moz-document domain(animemusicquiz.com)*/
/* Thank you to: Klem, Juvian, Reborn, Tsukassa and LolCats and Husa for providing a bunch of the code!*/

/* You can pretty much change any element here. Feel free to message me if you want to find a certain thing to change */

/*-MelodyElodie*/

 :root {
    /* Change the URL in quotes to whatever you want the bg to be. */
    --bg: url(https://pbs.twimg.com/media/E7ZZztyXsAYTYzg?format=jpg&name=large);
    /* Optional: if you want a different background for chat. Phone wallpapers tend to work best. */
    --chatbg: rgba(0, 0, 0, 0.5);
}
#startPage {
    background-image: var(--bg);
    background-size: cover;
}
#gameContainer {
    background-image: var(--bg);
    background-size: cover;
}
#loadingScreen {
    background-image: var(--bg);
    background-size: cover;
}
#gameChatPage > .col-xs-9 {
    background: rgba(0, 0, 0, 0.7);
}
#gcGameChatButton > .col-xs-9 {
    color: #ffffff;
    box-shadow: none;
    text-shadow: 0 0 20px #96FF96, 0 0 30px #66FF66, 0 0 40px #66FF66, 0 0 50px #66FF66 !important;
}

    
#footerMenuBarBackground {
    background: transparent;
}
#awMainView {
    background-image: var(--bg);
    background-size: cover;
}
#gameChatContainer {
    background: var(--chatbg);
}
.leftShadowBorder, #currencyContainer, #menuBarOptionContainer, #awContentRow .rightShadowBorder {
    box-shadow:none;
}
#footerMenuBar .menuBar, #rightMenuBarPartContainer::before, .gcList > li:nth-child(2n) {
    background-color: #1b1b1b
}
#socialTab:not(.open), #optionsContainer:not(.open) {
    display:none;
}
#mainMenuSocailButton, #avatarUserImgContainer {
    border:none !important;
}
#rbMajorFilters {
    background-color: #1b1b1b;
    padding-left: 10px;
}
.leftShadowBorder {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.gcList > li:nth-child(2n) {
    background: none;
}
.gcInputContainer {
    background: none;
}
#xpBarOuter {
	background-color: #1b1b1b;    
    
}
#xpBarInner {
    background: #563269;
    box-shadow: none;
/*Change Colour of XP bar*/
}
.levelText {
    color: #e3fcff;
/*Change Colour of text.*/
}


/* Legibility fix for guesses */
 .qpAvatarAnswerContainer.rightAnswer .qpAvatarAnswer {
    box-shadow: none;
    text-shadow: none;
}
.qpAvatarAnswerContainer.wrongAnswer .qpAvatarAnswer {
    box-shadow: none;
    text-shadow: none;
}
.avatarIsHostContainer {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.avatarIsHostContainerOuter {
    position: initial;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.qpAvatarNameContainer .avatarIsHostContainer {
    background-color: unset;
    background-image: url("https://files.catbox.moe/jizubh.png");
    transform: none;
    left: 25px;
    width: 20px;
    height: 20px;
    margin-top: 4px;
}
#mainMenuSocailButton {
    background-color: rgba(0, 0, 0, 0.7);
}
.lobbyAvatarImgContainer {
    background-color: rgba(0, 0, 0, 0.7);
}
.menuBarOptionContainer {
    background-color: rgba(0, 0, 0, 0.7);
}
.menuBarMainButton {
    background-color: rgba(0, 0, 0, 0.8);
}
#avatarUserImgContainer {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
#avatarUserImgContainer:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}
.lobbyAvatarTextContainer {
    background: rgba(0, 0, 0, 0.7);
}
#mainMenuSocailButton, #avatarUserImgContainer, #awContentRow, #awMainView, .gcInputContainer, .qpSideContainer, .qpAnimeNameContainer, #qpCounter, #qpWaitBuffering {
    background-color: rgba(0, 0, 0, 0.4);
    background-size: 100% auto !important;
    background-attachment: fixed !important;
    background-position: 0px !important;
    box-shadow: none
}
#gameChatPage > .col-xs-9 {
	background-color: rgba(0, 0, 0, 0);
}
#gameChatContainer {
    background: rgba(0, 0, 0, 0.5);
}    
#qpAnimeNameHider {
    background-color: #1b1b1b
}
#qpVideoHider {
    background-color: #1b1b1b
}
#qpInfoHider {
    background-color: #1b1b1b
}
#xpBarCoverInner {
    background-color: #1b1b1b
}
.qpAvatarNameContainer {
    background-color: #1b1b1b
}
.qpAvatarAnswerContainer {
    background-color: #1b1b1b
}
.rbRoom, .rbrRoomImageContainer {
    background-color: rgba(0, 0, 0, 0.5);
}

.qpAvatarLevelText {
    background-color: #1b1b1b;
    border-radius: 1px 1px 50px 50px
                                
}
.qpAvatarPointText {
    background-color: #1b1b1b;
    border-radius: 50px 50px 1px 1px
}
.qpAvatarNameContainer .avatarIsHostContainer {
    position: fixed;
    left: 24px;
    top: 155px;
    z-index: -1;
}


#socialTabFriendsText{
  text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
}

#socialTabFriendsText::after {
  content: "Bullies";
  text-indent: 0;
  display: block;
  line-height: initial; /* New content takes up original line height */
}

#socialTabFriendsText {
	position: relative; 
	top: 3px;
	left: 10px;
}
                                    
#socialTabFriendsText{
  text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
}

#socialTabFriendsText::after {
  content: "Bullies";
  text-indent: 0;
  display: block;
  line-height: initial; /* New content takes up original line height */
}

.mmSocialButtonOnlineCountContainer {
	position: relative; 
	top: 3px;
	left: 10px;
}

.mmSocialButtonOnlineCountContainer  {
  content: "Bullies";
  text-indent: 0;
  display: block;
  line-height: initial; /* New content takes up original line height */
}
.mmSocialButtonOnlineCountContainer {
	position: relative; 
	top: -1px;
	left: 5px;
}
.mmSocialButtonOnlineCountContainer > h5 {
  text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
}

.mmSocialButtonOnlineCountContainer::after {
  content: "Bullies Players";
  text-indent: 0;
  display: block;
  line-height: initial; /* New content takes up original line height */
}


#mainMenuSocailButton > i {
    display: none;
}
#mainMenuSocailButton {
    background-color: rgba(0, 0, 0, 0.5);
}
#mpPlayButton {
    background-color: rgba(0, 0, 0, 0.5);
}
#mpExpandButton {
    background-color: rgba(0, 0, 0, 0.5);
}
#mpDriveDonationContainer .button {
    background-color: rgba(0, 0, 0, 0.1);
}
#mpDriveStatsContainer {
    background-color: rgba(0, 0, 0, 0.0);
}
#mpAvatarDriveContainer, #mpAvatarDriveHeaderShadowHider .floatingContainer {
    background-color: rgba(0, 0, 0, 0.5);
}
#mpNewsContainer, #mpNewsTitleShadowHider div {
    background-color: rgba(0, 0, 0, 0.5);
}
#mpPatreonContainer .button {
    background-color: rgba(0, 0, 0, 0.5);
}
#awSkinPreviewContainer {
    background-color: transparent;
}
.lobbyAvatarNameContainer {
    background-color: rgba(0, 0, 0, 0.3);
}
.qpAvatarImgContainer {
    background-color: rgba(0, 0, 0, 0.3);
}
.avatarUserImgContainer {
    box-shadow: none;
}
#brMapContent {
    background-color: rgba(0, 0, 0, 0.5);
}
.brShowEntry, .brMapObject {
    background-color: rgba(103, 52, 173);
}
.topMenuBar {
    background-color: transparent;
}
.elInputContainer {
    background: rgba(0, 0, 0, 0.5);
}
#xpBarCoverOuter {
    border-color: #1b1b1b
}
#xpBarCoverInner {
    border: none;
}
#lobbyCountContainer {
	background: rgba(0, 0, 0, 0.8);
}
#mpRankedButton {
    background: rgba(0, 0, 0, 0.5);
}
#mpLeaderboardButton {
    background: rgba(0, 0, 0, 0.5);
}
#lobbyCountContainer {
     top: -15px;

}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #faf5f5;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      right: 2px;
      /* there must be 'right' for ps__scrollbar-y */
      width: 6px; }
 .ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
      background-color: #2cb0d1; 
}

#qpHiderText {
    background: rgba(0, 0, 0, 0.0);
}

#qpVideoOverflowContainer {
	background: rgba(0, 0, 0, 0.3);
    box-shadow: none
/* Change opacity of background of "sound only". Can change colour too if you fancy*/
}

#qpVideoHider {
    background: rgba(0, 0, 0, 0.0);
}
#qpVideoSoundOnly {
    opacity: 0.0
}
#qpVideoContainer {
    box-shadow: none
}
#qpAnswerInputContainer {
    border: none;
  	border-radius: 0%;
}
#qpAnswerInputContainer.floatingContainer {
    background-color: rgba(0, 0, 0, 0.5);
}
#qpVoteState {
    background-color: rgba(0, 0, 0, 0.5);
}
#qpAnswerInputContainer.focused {
    box-shadow: none
}
#qpVoteSkip {
    background-color: rgba(46, 63, 99);
}
#qpVoteSkip.toggled {
    background-color: rgba(173, 138, 189);
/*Change Vote Skip Button Colour When Clicked*/
}

#qpVoteSkip > p {
    opacity: 0.0
}

#qpVideoProgressBar {
    background-color: rgba(255, 221, 117, 0.8);
/*Change colour bar at the bottom of the video colour*/
}
.qpSingleRateContainer {
    background-color: rgba(0, 0, 0, 0.0)
                 ...

Reviews

No reviews yet.