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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/*
.mediawiki {
    background-image: url(https://lumiere-a.akamaihd.net/v1/images/swhra-hra-14-17-harveytolibao-_2_498d66cb.jpeg?region=0,0,1280,527);
    background-size: cover;
    background-attachment: fixed;
    background-position: top right;
    background-repeat: no-repeat;
}

.page__main,
.page__right-rail {
    background-color: #ffe2fb;
    opacity: .93 !important;
}

.theme-fandomdesktop #toc,
.theme-fandomdesktop .mw-normal-catlinks,
.theme-fandomdesktop .article-categories,
.theme-fandomdesktop #Opening_crawl td,
.theme-fandomdesktop .theme-body-background-color,
.theme-fandomdesktop.theme-sticky-nav-background-color,
.theme-fandomdesktop .theme-page-accent-mix-color
{
    background-color:#ffe2fb !important;
}


.theme-fandomdesktop-dark #toc,
.theme-fandomdesktop-dark .mw-normal-catlinks,
.theme-fandomdesktop-dark .article-categories,
.theme-fandomdesktop-dark #Opening_crawl td,
.theme-fandomdesktop-dark .theme-body-background-color,
.theme-fandomdesktop-dark.theme-sticky-nav-background-color,
.theme-fandomdesktop-dark .theme-page-accent-mix-color
{
    background-color:#ffe2fb !important;
}


.fandom-community-header__background {
    visibility: hidden;
}

*/
/* Sillies */
section:last-child {
	border-radius: 0 0 4px 4px;
}

/* Main */
.mw-changeslist-legend, .global-top-navigation__start-new-wiki, .cm-tooltip-fold, #mixed-content-footer, #Featured-editintro,#Good-editintro,#Comprehensive-editintro,#Canon-editintro,#Legends-editintro { display: none !important; }

/* Admin names - Purple */
body {
    --admin-color: #a26ef5;
}

a[href*="User:Ayrehead02"],
a[href*="User:Bonzane10"],
a[href*="User:Cade_Calrayn"],
a[href*="User:Cavalier_One"],
a[href*="User:DarthRuiz30"],
a[href*="User:Grunny"],
a[href*="User:Imperators_II"],
a[href*="User:Lewisr"],
a[href*="User:Master_Fredcerique"],
a[href*="User:NBDani"],
a[href*="User:OOM_224"],
a[href*="User:Spookywilloww"],
a[href*="User:Tommy-Macaroni"] {
    color: var(--admin-color) !important;
    font-weight: bold !important;
}

/* Rollback names - Periwinkle */
body {
    --rollback-color: #9191f8;
}

a[href*="User:CometSmudge"],
a[href*="User:Darth_Soda"],
a[href*="User:Fan26"],
a[href*="User:Rsand_30"],
a[href*="User:ThePedantry"],
a[href*="User:Wok142"] {
    color: var(--rollback-color) !important;
    font-weight: bold !important;
}

/* Flagging the rest of the bots */
ul.special li a[title="User:SpooklyBot"],
span.history-user a[title="User:SpooklyBot"],
table.mw-enhanced-rc td a[title="User:SpooklyBot"],
ul.activityfeed li cite a[href="/wiki/User:SpooklyBot"],
ul.special li a[title="User:LumosBot"],
span.history-user a[title="User:LumosBot"],
table.mw-enhanced-rc td a[title="User:LumosBot"],
ul.activityfeed li cite a[href="/wiki/User:LumosBot"],
ul.special li a[title="User:RoboCade"],
span.history-user a[title="User:RoboCade"],
table.mw-enhanced-rc td a[title="User:RoboCade"],
ul.activityfeed li cite a[href="/wiki/User:RoboCade"],
ul.special li a[title="User:01miki10-bot"],
span.history-user a[title="User:01miki10-bot"],
table.mw-enhanced-rc td a[title="User:01miki10-bot"],
ul.activityfeed li cite a[href="/wiki/User:01miki10-bot"],
ul.special li a[title="User:PastaBot"],
span.history-user a[title="User:PastaBot"],
table.mw-enhanced-rc td a[title="User:PastaBot"],
ul.activityfeed li cite a[href="/wiki/User:PastaBot"] {
	font-weight: bold !important;
	color:coral;
}