Just Dance Wiki
Advertisement

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@import url("/load.php?mode=articles&only=styles&articles=u:dev:MediaWiki:UCPEditorMinimal/code.css|u:dev:MediaWiki:CollapsedAbbreviations.css|u:dev:MediaWiki:RecentChangesModern.css|u:dev:MediaWiki:SocialActivityModern/code.css|u:dev:MediaWiki:BalancedProfileUCP.css|u:dev:MediaWiki:BalancedCommentsUCP.css");

/* Portable themes */ /* Is this still needed? */
/*@import url("/load.php?mode=articles&articles=MediaWiki:Themes.css&only=styles");*/

a.tag {
    color: inherit;
}

/*Highlights*/

/*Bureaucrats*/
a[href="/wiki/User:JD4SURVIVOR"],
a[href="/wiki/User:JD4SURVIVOR/Sandbox"],
a[href="/wiki/Message_Wall:JD4SURVIVOR"],
a[href="/wiki/User_blog:JD4SURVIVOR"],	
a[href="/wiki/Special:Contributions/JD4SURVIVOR"],
a[href="/wiki/User:Master_Hydraffe"],
a[href="/wiki/User:Master_Hydraffe/Sandbox"],
a[href="/wiki/Message_Wall:Master_Hydraffe"],
a[href="/wiki/User_blog:Master_Hydraffe"],	
a[href="/wiki/Special:Contributions/Master_Hydraffe"],
a[href="/wiki/User:CAMERAwMUSTACHE"],
a[href="/wiki/User:CAMERAwMUSTACHE/Sandbox"],
a[href="/wiki/Message_Wall:CAMERAwMUSTACHE"],
a[href="/wiki/User_blog:CAMERAwMUSTACHE"],	
a[href="/wiki/Special:Contributions/CAMERAwMUSTACHE"] 
{color:#BFC1C2 !important; font-weight:bold !important;}
 
/*Admins*/
a[href="/wiki/User:TheChibiKing"],
a[href="/wiki/User:TheChibiKing/Sandbox"],
a[href="/wiki/Message_Wall:TheChibiKing"],
a[href="/wiki/User_blog:TheChibiKing"],	
a[href="/wiki/Special:Contributions/TheChibiKing"],
a[href="/wiki/User:Jackboog21"],
a[href="/wiki/User:Jackboog21/Sandbox"],
a[href="/wiki/Message_Wall:Jackboog21"],
a[href="/wiki/User_blog:Jackboog21"],	
a[href="/wiki/Special:Contributions/Jackboog21"]
{color:#BFC1C2 !important; font-weight:bold !important;}

/*Mini-Admins*/


/*Chat Mods*/
a[href="/wiki/User:JohnDotto"],
a[href="/wiki/User:JohnDotto/Sandbox"],
a[href="/wiki/Message_Wall:JohnDotto"],
a[href="/wiki/User_blog:JohnDotto"],	
a[href="/wiki/Special:Contributions/JohnDotto"],
a[href="/wiki/User:TudoBen"],
a[href="/wiki/User:TudoBen/Sandbox"],
a[href="/wiki/Message_Wall:TudoBen"],
a[href="/wiki/User_blog:TudoBen"],
a[href="/wiki/Special:Contributions/TudoBen"]
{color:#00a651 !important; font-weight:bold !important;}

/*Rollbacks*/
a[href="/wiki/User:GetLuck"],
a[href="/wiki/User:GetLuck/Sandbox"],
a[href="/wiki/Message_Wall:GetLuck"],
a[href="/wiki/User_blog:GetLuck"],	
a[href="/wiki/Special:Contributions/GetLuck"],
a[href="/wiki/User:Will07498"],
a[href="/wiki/User:Will07498/Sandbox"],
a[href="/wiki/Message_Wall:Will07498"],
a[href="/wiki/User_blog:Will07498"],	
a[href="/wiki/Special:Contributions/Will07498"] 
{color:#f52a2a  !important; font-weight:bold !important;}

/* custom cursors (credits to Someone10000) */ 
body {
    cursor:url("https://vignette.wikia.nocookie.net/justdance/images/d/d2/Rsz_wikiacursorfanmadeplain_%282%29.png/revision/latest?cb=20160109155324"),auto;
}
a:active {
    cursor:url("https://vignette.wikia.nocookie.net/justdance/images/f/f1/Rsz_wikiacursorfanmadelink_%282%29.png/revision/latest?cb=20160109155338"),pointer;
}
a:hover {
    cursor:url("https://vignette.wikia.nocookie.net/justdance/images/f/f1/Rsz_wikiacursorfanmadelink_%282%29.png/revision/latest?cb=20160109155338"),pointer;
}
/* end of custom cursors */

/*logo*/
/*
.WikiHeader .wordmark {
    -moz-transform: rotate(0deg) scale(1) skew(180deg) translate(0px);
    -moz-transition: All 0.6863s ease;
    -o-transform: rotate(0deg) scale(1) skew(180deg) translate(0px);
    -o-transition: All 0.6863s ease;
    -webkit-transform: rotate(0deg) scale(1) skew(180deg) translate(0px);
    -webkit-transition: All 0.6863s ease;
    color: #708090;
    font-weight: bold;
    margin-bottom: 10px;
    width: 250px;
    word-wrap: break-word;
}
 
.WikiHeader .wordmark:hover {
    -webkit-transform: rotate(1deg) scale(1.090) skew(180deg) translate(0px);
    -moz-transform: rotate(1deg) scale(1.090) skew(180deg) translate(0px);
    -ms-transform: rotate(1deg) scale(1.090) skew(180deg) translate(0px);
    -o-transform: rotate(1deg) scale(1.090) skew(180deg) translate(0px);
}
 
a.wikia-photogallery-add.wikia-button.noprint {
    display: none;
}
 
.wikia-button.comments.secondary {
margin-right:0px;
}*/

/* Profile Code */
/*.UserProfileMasthead .masthead-info {
    background-image: url('https://i.imgur.com/SeyCHcy.png');
}*/

/* User Profile - Avatar Animations */
/*.masthead-avatar img {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.masthead-avatar:hover img{
  border-radius: 100%;
  box-shadow:0 0 20px black;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
*/

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: #808080; content: " (redirect)"
}
.watchlistredir {
   font-style: italic;
}

body, .category-gallery-item .snippet .text, a.wikia-button, .wikia-single-button a, .wikia-menu-button, input, .button, button, select, ul.tabbernav {font-family:arial !important;}

/* Forum formatting - Algorithm & Splarka */
.forumheader {
    border: 1px solid #AAA;
    background-color: #F9F9F9;
    margin-top: 1em;
    padding: 12px;
}
 
.forumlist td span {
    display: block;
    padding-left: 10px;
    font-size: smaller;
}
 
.forumlist td span a {
    text-decoration: none;
}
 
.forumlist td span.forum_author {
    padding-left: 30px;
}
 
.forumlist td.forum_edited a {
    text-decoration: none;
}
 
.forumlist td.forum_title a {
    padding-left: 20px;
}
 
.forumlist td.forum_title span a {
    padding-left: 0;
}
 
.forumlist td.forum_title a.forum_new {
    font-weight: bold;
    background: url(https://images.wikia.nocookie.net/main-page-demo/images/4/4e/Forum_new.gif) center left no-repeat;
    padding-left: 20px;
}
 
.forumlist td.forum_title a.forum_new:visited {
    font-weight: normal;
    background: none;
    padding-left: 20px;
}
 
.forumlist th.forum_title {
    padding-left: 20px;
}

.js-dplforum-board {
    padding-left: 80px;
    height: 70px;
    background-size: 70px 70px;
    background-position: 5px center;
    background-repeat: no-repeat;
    font-size: larger;
}

/*General*/
.js-dplforum-board__general-discussion      { background-image: url("https://vignette.wikia.nocookie.net/justdance/images/f/f6/Cmon_jd2015_p2_ava.png"); }
.js-dplforum-board__fun-and-games      { background-image: url("https://vignette.wikia.nocookie.net/justdance/images/d/da/Cmon_jd2016_p1_ava.png") ; }
.js-dplforum-board__questions-and-answers      { background-image: url("https://vignette.wikia.nocookie.net/justdance/images/3/37/Cosmicgirl_jd2015_ava.png"); }
/*News*/
.js-dplforum-board__news-and-announcements      { background-image: url("https://vignette.wikia.nocookie.net/justdance/images/6/6c/Jd2020_logo.png") ; }
.js-dplforum-board__new-on-just-dance-wiki      { background-image: url("https://static.wikia.nocookie.net/justdance/images/7/7b/WithoutMe_ava_P2.png/revision/latest?cb=20201105165351") ; }
/*Staff*/
.js-dplforum-board__applications      { background-image: url("https://vignette.wikia.nocookie.net/justdance/images/8/88/Luftballons_p1_jd2015_ava.png") ; }
/*Defaults*/
.js-dplforum-board__help-desk      { background-image: url("https://vignette.wikia.nocookie.net/justdance/images/4/45/Hotncold_cover_JDNOW.jpg") ; }
.js-dplforum-board__watercooler      { background-image: url("https://vignette.wikia.nocookie.net/justdance/images/8/8e/Rasputin.jpg"); }
Advertisement