Skip to content

JDN 2023 Wii by Ihir888

Screenshot of JDN 2023 Wii

Details

AuthorIhir888

LicenseJDN 2023 Wii

CategoryJDN 2023 Wii

Created

Updated

Size2.0 MB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

JDN

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           JDN 2023 Wii 
@namespace      justdancenow.com
@version        1.0.0
@description     JDN
@author         Me

@var checkbox particles "Particles" 1

@advanced dropdown Mbackground "Menu Background!" {
S1 "Jd2023" <<<EOT https://cdn.glitch.global/7781ee26-c563-4365-b245-ceb83156a174/more%20bkg.png?v=1673764536219 EOT;
S3 "Jd2024" <<<EOT https://cdn.glitch.global/7781ee26-c563-4365-b245-ceb83156a174/more%20bkg2.png?v=1696973522919 EOT;
}

==/UserStyle== */
@-moz-document domain("justdancenow.com") {
#settings, .sprite, .connect-phone-info, #section-tabs, .song-grid--duration, .song-grid--description, .caption.artist, .song__difficulty, .video-preview, .info-panel, .item:after, .song__reward, .playlist-img-container, .coach-selection:after, .coach-selection__bgImg, .controller-coins, .player-master, .player-exp, .state-songselection .player-flag, .state-songselection .player-color, .song-grid--title, .room-info__patch, .danceroom__qr-code-wrapper, .danceroom__label, .coach-selection__title, .state-coachselection #room-info, .state-coachselection #players, .player-flag, .progress-background, .state-coachselection #players, .state-dance #room-info, .star:before, .star:after, .score__number, .score__owner, #toast, .tutorial, .state-tutorial #players
{
    display: none !important;
}
#just-dance-now
{
    background-image: url(https://cdn.glitch.global/7781ee26-c563-4365-b245-ceb83156a174/more%20bkg2.png?v=1696973522919);
    background-size: contain !important;
    background-position: center !important;
    background-color: #1b032c
}

.highscore-display
{
    left: 13%;
    top: 86%;
    height: 11%;
    width: 75%
}
.dancerOfWeek-container {
    display: none;
    font-size: 25%;
    line-height: 1.1;
    color: #3e3e40;
    border: 2px solid #fdb9d4;
    width: 1.8rem;
    height: 0.92rem;
    border-radius: 14px;
    padding: 0.05rem;
    font-family: "OpenSans Regular";
    position: absolute;
    z-index: 1;
    top: 8%;
    left: 400%;
}

.score__stars
{
    position: absolute !important;
    left: 0%;
    top: 10%
}

#racetrack .star
{
    transform: scale(0.9) rotate(-13deg)
}

@keyframes racetrack-star-beat
{
  0%
  {
    transform: scale(0.9) rotate(-13deg);
  }

  15%
  {
    transform: scale(0.98) rotate(-18deg);
  }

  80%
  {
    transform: scale(0.9) rotate(-13deg);
  }

  100%
  {
    transform: scale(0.9) rotate(-13deg);
  }
}
.state-dance .player:before
{
	content:"";
	width: 100%;
	height: 85%;
	position: absolute;
	z-index: 1;
	top: 0.35em;
	left: 0.40em;
	background-image: url(/*[[avatar]]*/);
	background-color: #fff0;
	background-size: contain;
}

.song-cover::before 
{
    background-image: url(https://www.dropbox.com/s/viuvlqq9w83wy4k/coach_full_placeholder.png?raw=1);
    background-size: cover !important

	}
    


   
#racetrack .star
{background-image: url(https://vignette.wikia.nocookie.net/justdance/images/d/de/Star-unfilled.png/revision/latest?cb=20171022151707) !important}

#racetrack .star[data-visible="true"], #players .star, .score .stars .star, .state-songselection .star
{
    background-image: url(https://cdn.glitch.global/7781ee26-c563-4365-b245-ceb83156a174/gold%20star%202023.png?v=1669505218984) !important
}

.highscore-display.megastar .score__stars .star, .score.megastar .stars .star, #racetrack.megastar .star[data-visible="true"], #players .player.megastar .star
{
    background-image: url(https://cdn.glitch.global/7781ee26-c563-4365-b245-ceb83156a174/mega%20star%202023.png?v=1669505222717) !important
}

.highscore-display.superstar .score__stars .star, .score.superstar .stars .star, #racetrack.superstar .star[data-visible="true"], #players .player.superstar .star
{
    background-image: url(https://cdn.glitch.global/7781ee26-c563-4365-b245-ceb83156a174/superstar%202023.png?v=1669505226229) !important
}

.state-coachselection .coverflow--container, .state-coachselection #coverflow
{
    display: block !important
}

.state-songselection .coverflow--container
{
    animation: CoverEntranceAnimation .2s;
    transform: scale(1);
    opacity: 1
}

.state-coachselection .coverflow--container
{
    animation: CoverAnimation .2s;
    transform: scale(1.3);
    opacity: 0
}

@keyframes CoverAnimation
{
    0%
    {
        transform: scale(1);
        opacity: 1
    }
    
    100%
    {
        transform: scale(1.3);
        opacity: 0
    }
}

@keyframes CoverEntranceAnimation
{
    0%
    {
        transform: scale(1.3);
        opacity: 0
    }
    
    100%
    {
        transform: scale(1);
        opacity: 1
    }
}

.coach-selection
{
    animation: CoachAnimation1 .2s !important
}

@keyframes CoachAnimation
{
    0%
    {
        transform: scale(1);
        opacity: 1
    }
    
    100%
    {
        transform: scale(0.7);
        opacity: 0
    }
}

@keyframes CoachAnimation1
{
    0%
    {
        transform: scale(0.7);
        opacity: 0
    }
    
    100%
    {
        transform: scale(1);
        opacity: 1
    }
}


.title-container
{
    pointer-events: none !important
}

#just-dance-now:hover, .song-cover:hover, .tabs, #song-selection:hover, .song:hover, .song__cover:hover, #preview:hover, .song-action__button:hover, .item:hover, .song-grid:hover, .song-grid--close:hover, #room-info:hover, .song--details:hover, #coverflow:hover, .coverflow--container:hover, .coach-selection__back:hover, .state-songselection:hover
{
 
  cursor: url(https://cdn.glitch.global/c6cbfa76-8f92-4808-908e-2e84cbbe0770/cursor.png?v=1703843152755),  auto !important; 
  
    
 }   



    

.state-dance
{
    cursor: none !important
}

#room-info
{
    text-align: right !important;
    width: 15%;
    background: none !important;
    top: 90%;
    left: 84.4%
}

.danceroom__number
{
    width: 100% !important;
    height: 100% !important;
    text-shadow: none;
    font-size: 40%;
    color: #ffffff38
}

.danceroom__caption
{
    width: 100% !important;
    height: 100% !important;
}

.song-grid--details
{
    position: absolute !important;
    top: -20%;
    border: none !important
}

.song-grid--titleDetails
{
    border: none !important
}

.song-grid--close
{
    width: 50% !important;
    position: absolute !important;
    border-radius: 0 !important;
    height: 130% !important;
    top: -95% !important;
    left: -6%;
    background-image: none !important;
    background-color: #fff0 !important;
    background-size: contain !important;
    transform: rotate(0deg)
}

.song-grid--close:before
{
    content: "Back";
    position: absolute !important;
    top: 85%;
    left: 63%;
    color: #ffffffc7;
    font-family: Just Dance Regular
}

.song-grid--close:after
{
    background-image: url(https://cdn.glitch.global/eb89c972-d30a-4348-b4c8-b772f634da00/BackWII.png?v=1656539323434);
    content: "";
    position: absolute;
    top: 70%;
    left: 0%;
    width: 60%;
    height: 25%;
    background-size: contain;
    background-repeat: no-repeat;
    border-bottom: solid #fff 0.07em;
    background-position-x: right
}

.song-grid--close:hover
{
    transform: scale(1.2) rotate(0deg) !important;
}

.state-songselection #players
{
    width: 25%;
    height: 20%;
    position: absolute !important;
    left: 86%;
    opacity: 1;
    top: -1%
}

.state-songselection .player
{
    opacity: 0
}

.state-songselection .player.controller
{
    opacity: 1 !important
}

.state-songselection .player.controller
{
    top: 24% !important;
    transform: scale(0.85) !important;
    left: -48% !important
}

.state-songselection .player-name
{
    font-family: Just Dance;
    text-shadow: none !important;
    letter-spacing: 0.02em;
    left: 45% !important;
    top: -40% !important;
    font-size: 100%;
    overflow: visible !important;
    text-align: right !important;
}

.state-songselection .avatar-wrapper
{
    left: 140% !important
}

.state-songselection .player-name em
{
    overflow: visible !important;
}

.state-songselection .avatar-wrapper
{
    animation: none !important
}

.state-songselection #players:before
{
    background-image: none !important;
    position: absolute !important;
    height: 200%;
    width: 100%;
    top: -150%;
    left: 43%;
    transform: rotate(0deg);
    border-bottom: solid 0.015em
}

:after
{
    color: #fff0 !important
}

#section-tabs
{
    position: absolute
}

#coverflow
{
   background: none;
}

.coverflow--container
{
    position: absolute !important;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    border-radius: 0em !important;
    padding: 0;
    background: none
}

.coach__names-list
{
    left: 13%;
    top: 35%;
}

.coach__player-list 
{
    background: #fff0;
    border-radius: 0;
    opacity: 1 !important;
    color: #fff;
    font-family: Just Dance;
    padding-left: 4%;;
}

.coach__player-list:before
{
    content: "";
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: #0000006e;
    display: block;
    position: absolute;
    -webkit-mask-image: linear-gradient(90deg, #000000 0%, rgba(217, 217, 217, 0) 70%);
    z-index: -1;
    border: solid white 0.1em
}

.coach:before
{
    display: none
}

.coach-selection__list.coach-selection__list--1 .coach-selection__item.coach
{
    transform: scale(1.3);
    left: -5%
}

.coach-selection__list.coach-selection__list--1 .coach__names-list
{
    left: 100%;
    top: 15%
}

.coach-selection__button
{
    width: 35% !important;
    height: 30%;
    background-repeat: no-repeat !important;
    border: solid;
    border-radius: 0;
    transform: rotate(0deg);
    font-family: Just Dance Regular !important;
    text-transform: uppercase;
    top: 86%;
    color: #fff0;
    transition: .1s all;
    left: 61%;
    position: absolute !important;
    background: none;
    overflow: visible
}

.coach-selection__button:before
{
    content: "DANCE NOW";
    animation: none !important;
    width: 60% !important;
    filter: none !important;
    background: none !important;
    color: white !important;
    transform: none !important;
    to...

Reviews

No reviews yet.