Naruto Fanon 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.
 Reposition the AJAX Refresh on Wiki Activity since it looks crappy
 */
.page-Special_WikiActivity #ajaxRefresh {
	position: absolute;
	right: 0;
	bottom: 18px;
}

/* Make the Edit menu drop open on hover
 */
#WikiaPageHeader > .wikia-menu-button > .WikiaMenuElement {
	display: block;
	min-width: 100%; /* Wikia's scripts only set this when opened 1st time */
	visibility: hidden;
	/* visibility has a stair-step transition, !=0% is visible, 0% is hidden */
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-delay: 0.1s;
	transition-property: opacity, visibility;
	transition-duration: 0.4s;
	transition-delay: 0.1s;
	opacity: 0;
}
#WikiaPageHeader > .wikia-menu-button .drop:hover ~ ul,
#WikiaPageHeader > .wikia-menu-button > .WikiaMenuElement:hover {
	visibility: visible;
	opacity: 1;
}
.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);
}
#text-mass-delete {
    height: 20em;
    resize: none;
    width: 100%;
}
 
#text-error-output {
    background-color: #ffbfbf;
    color: black;
    font-weight: bold;
    width: 100%;
}
 
#t-bd {
    cursor: pointer;
}
/**************/
/* Link hover */
/**************/
a:hover {
	text-shadow: #811981 0 0 3px;
        color: #9d4c9d !important;
	text-decoration:none;
	-webkit-transition: all .4s linear 0s;
	-moz-transition: all .4s linear 0s;
	-ms-transition: all .4s linear 0s;
	-o-transition: all .4s linear 0s;
	transition: all .4s linear 0s;
}
/***(Test)Altering the Tabber***/
.tabbernav {
    font-family: inherit !important;
    font-weight: normal !important;
    font-size: 13px !important;
    border-bottom: 3px solid #811981 !important;
    padding: 0.3em 0 !important;
}
.tabbernav a {
    padding: 0.3em 0.5em !important;
    margin: 0 !important;
    color: #3a3a3a !important;
    border: none !important;
    background: transparent !important;
}
.tabberactive a {
    color: white !important;
    background: #811981 !important;
}
.tabbernav :not(.tabberactive) a:hover {
    background: rgba(42,161,152, 0.2) !important;
}
.tabbertab {
    border: none !important;
    padding: 0 !important;
}
/* Compact the TOC since it's somewhat ridiculous on some pages
 */
.WikiaArticle .toc {
	font-size: 90%;
}

/* Make the paper icon on image thumbnails not affect layout and be translucent
 * this avoids empty captions wasting space on pages.
 */
.WikiaArticle .thumb {
	position: relative;
}
.WikiaArticle .thumb > .magnify {
	position: absolute; /* relative to .thumb */
	right: 3px;
	bottom: 4px;
	opacity: 0.15;
    margin: 0;
	padding: 0;
	float: none;
}
.WikiaArticle .thumb > .magnify:hover {
	/* Reveal on hover */
	opacity: 1;
}

/* Search box */
#WikiaSearch {
	border-radius: 3px;
	border-width: 0 0 1px;
	box-shadow: 2px 2px 6px inset;
}
#WikiaSearch > input[name="search"] {
	background: transparent;
	border: 0;
	margin-left: 9px;
	padding-left: 0;
	padding-right: 0;
	width: 268px;
}
#WikiaSearch > button {
	border-radius: 0 3px 3px 0;
	float: none;
	height: 24px;
	position: absolute;
	right: 1px;
	top: 1px;
}

/* Change the page fonts to something better suited for screen reading.
 * This intentionally leaves the area outside of articles unaffected
 */
.WikiaArticle {
	color: #333;
	font-family: Meiryo, Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.7;
}
.WikiaArticle .mw-headline, .WikiaPageHeader h1 {
	font-family: 'Droid Serif', Verdana, Helvetica, Arial, serif;
}

/* Fix line-height on lists and headings. It uses pixel values as well which screws it when
 * the font-size is set smaller or larger.
 */
.WikiaArticle li {
	line-height: 1.6;
}
.WikiaArticle h2 {
	line-height: 1;
}

/* User tags fixes
 */
a.tag {
	color: inherit;
}
/* Top Dog Daz-sama poppin colors
holla at your boy with some respect
*/
a[href$="/wiki/User:DazzlingEmerald"] {
    color: #ff7d00 !important;
    font-weight: bold !important;
    font-family: Comic Sans !important;
}
a[href$="/wiki/User:Berserkchart486"] {
    color: #ef5674 !important;
    font-weight: bold !important;
    font-family: Arial !important;
}
a[href$="/wiki/User:Ash9876"] {
    color: #ae8700 !important;
    font-weight: bold !important;
    font-family: Arial !important;
}
a[href$="/wiki/User:Chix777"] {
    color: #009431 !important;
    font-weight: bold !important;
    font-family: Jokerman !important;
}
a[href$="/wiki/User:EmperorSigma"] {
    color: #990000  !important;
    font-weight: bold !important;
    font-family: Arial !important
}
a[href$="/wiki/User:Wolfthorn"] {
    color: #000000 !important;
    font-weight: bold !important;
    font-family: Cursive !important;
} 
a[href$="/wiki/User:Shen_Yi"] {
    color: #C0C0C0   !important;
    font-weight: bold !important;
    font-family: Arial !important
}
a[href$="/wiki/User:%CE%A9_kaiser_%CE%A3"] {
    color: #FFFFFF   !important;
    font-weight: bold !important;
    font-family: Helvetica !important
}
a[href$="/wiki/User:KamiGuru"] {
    color: #191970   !important;
    font-weight: bold !important;
    font-family: Comic Sans !important
}
a[href$="/wiki/User:KingJupiter"] {
    color: #800080   !important;
    font-weight: bold !important;
    font-family: Orbitron !important
}
a[href$="/wiki/User:ShadowNara"] {
    color: #990000   !important;
    font-weight: bold !important;
    font-family: Arial !important
}
a[href$="/wiki/User:ZackTheRaikage"] {
    color: #D1C734   !important;
    font-weight: bold !important;
    font-family: Bangers !important
}
a[href$="/wiki/User:The Outlandish"] {
    color: #f3d2f0   !important;
    font-weight: bold !important;
    font-family: Sitka Banner !important
}
a[href$="/wiki/User:PrincessKaguya"] {
    color: #ebbdc1 !important;
    font-weight: bold !important;
    font-family: Arial !important;
}
a[href$="/wiki/User:Leogian4511"] {
    color: #3e0308 !important;
    font-weight: bold !important;
    font-family: Arial !important;
}
a[href$="/wiki/User:SoloStar2"] {
    color: #00FFFF !important;
    font-weight: bold !important;
    font-family: Arial !important;
}
a[href$="/wiki/User:Dragon_Lord_Erin"] {
    color: #0000ff !important;
    font-weight: bold !important;
    font-family: Arial !important;
}
a[href$="/wiki/User:Great_Achlus"] {
    color: #C9C0BB !important;
    font-weight: bold !important;
    font-family: Arial !important;
}
a[href$="/wiki/User:Princeharris1993"] {
    color: #000080  !important;
    font-weight: bold !important;
    font-family: Impact !important;
}

a[href$="/wiki/User:Narianos"] {
    color: #CC99FF !important;
    font-weight: Bold !important;
    font-family: Edwardian Script ITC !important;
}
a[href$="/wiki/User:OmegaDragonite"] {
    color: #E34234 !important;
    font-weight: Bold !important;
    font-family: Comic !important;
}
a[href$="/wiki/User:Shinji_Hana"] {
    color: #66CC99 !important;
    font-weight: Bold !important;
    font-family: Lucida !important;
}
a[href$="/wiki/User:AlmightySavageTheEternal"] {
    color: #dc143c !important;
    font-weight: Bold !important;
    font-family: Arial !important;
}
a[href$="/wiki/User:Lawful Realist"] {
    color: #8DB600 !important;
    font-weight: bold !important;
    font-family: Arial !important;
}
a[href$="/wiki/User:Kazuki Shinji"] {
    color: #000000 !important;
    font-weight: bold !important;
    font-family: Arial !important;
}
a[href$="/wiki/User:Nisshou"] {
    color: #ffd700 !important;
    font-weight: Bold !important;
    font-family: Herculanum !important;
}
a[href$="/wiki/User:KontonMan"] {
    color: #009800 !important;
    font-weight: Bold !important;
    font-family: Edwardian Script ITC !important;
}
a[href$="/wiki/User:NejiHyuga2"] {
    color: #002366 !important;
    font-weight: Bold !important;
    font-family: Times New Roman !important;
}
a[href$="/wiki/User:Shoshiki"] {
    color: #0aa0e0 !important;
    font-weight: Bold !important;
    font-family: Vivaldi !important;
}.comments li[data-user="DazzlingEmerald"] blockquote {
   background:#FBE065!important;
border:2px solid #E9A807;
}

a[href$="/wiki/User:Shoshiki"] {
    color: #0aa0e0 !important;
    font-weight: Bold !important;
    font-family: Vivaldi !important;
}.comments li[data-user="DazzlingEmerald"] blockquote {
   background:#FBE065!important;
border:2px solid #E9A807;
}
.comments li[data-user="DazzlingEmerald"] blockquote:after {
   border-color: transparent #E9A807 #E9A807 transparent !important;
}
a[href$="/wiki/User:Cocopuff2018"] {
    color: #FF4500!important;
    font-weight: Bold !important;
    font-family: Times New Roman !important;
}
.comments li[data-user="DazzlingEmerald"] blockquote div {
   background: transparent !important;
}
.comments li[data-user="DazzlingEmerald"] blockquote {color:black!important; font-weight:normal !important;;
}
.tabberlive .tabbertab h2,
.tabberlive .tabbertab h3 {
	display: block !important;
}
.comments li[data-user="Chix777"] blockquote {
   background:#ffd700 !important;
border:2px solid #000000;
}
.comments li[data-user="Chix777"] blockquote:after {
   border-color: transparent #000000 #000000 transparent !important;
}
.comments li[data-user="Chix777"] blockquote div {
   background: transparent !important;
}
.comments li[data-user="Chix777"] blockquote {color:black!important; font-weight:normal !important;;
}
.tabberlive .tabbertab h2,
.tabberlive .tabbertab h3 {
	display: block !important;
}
ShowHideConfig = {
 userLang: false,
 en: {
  show: "show",
  hide: "hide"
 }
};



/* =======
   DISCORD
   ======= */
 
 
#WikiaRail .DiscordIntegratorModule.rail-module {
    background: transparent;
    border: none;
    padding: 0;
	margin: 20px 0;
}
 
.DiscordIntegratorModule .activity-heading {
    display: none !important;
}
 
#discord-widget .widget {
    border-radius: 0 !important;
    border: 1px solid #cccac0;
}
 
#discord-widget .widget .widget-header,
#discord-widget .widget-btn-connect {
    background: #006cb0;
}
 
#discord-widget .widget .widget-body,
#discord-widget .widget .widget-footer {
    background: none;
}
 
#discord-widget .widget .widget-body {
    padding: 15px;
}
 
#discord-widget .widget .widget-btn-connect {
    color: #fff;
    border: none;
}
 
#discord-widget .widget .widget-btn-connect,
#discord-widget .widget .widget-footer-info {
    opacity: 1;
}
 
#discord-widget .widget .widget-channel-name,
#discord-widget .widget .widget-online-members {
    color: #222;
    font-size: 16px
}
 
#discord-widget .widget-members-online,
#discord-widget .widget-member .widget-member-username {
    color: #222;
}
 
#discord-widget .widget-theme-light ::-webkit-scrollbar-thumb {
    background-color: #666;
}
a[href="https://discord.gg/3r6BWNF"]::after {
    display:none!important;

a[href$="Cocopuff2018"] { color:#00FFFF !important; font-weight:bold; !important;  
}
Advertisement