Fortnite Wiki

We've Moved! Just as Gamepedia has joined forces with Fandom, this wiki had joined forces with our Fandom equivalent. The wiki has been archived and we ask that readers and editors move to the now combined wiki on Fandom. Click to go to the new wiki.

READ MORE

Fortnite 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.
/* Search bar styling */

div#simpleSearch #searchInput {
	font-family: 'Comic Sans MS', sans-serif;
}

/* Sprite Editor */
.spriteedit-toolbar {
	background-color: #309930;
	border-bottom-color: #2c6c2c;
	background-image: url(/media/a/aa/Green-Background.png);
}

input, select, button, textarea {
font-family: Lucida Console
}

div#netbar, .footer-flex {
font-family: Arial!important
}
 .usermessage {
 background: #00E400;
 border: 1.1px dashed #060;
 }

 pre { border: 1px dashed #060; }

 #catlinks {
 border: 1px dotted #272;
 background-color: #fdfffd;
 padding: 4px;
 }
 #siteNotice {
  display: none;
 }
 select {
  border: 1px solid #2f6f2f; 
 }
 input {
 background-color: #fdfffd;
 }
 textarea {
  font-family: Courier;
  font-size: 14px;
 }


#p-personal a.new { color: #b00; }
#p-personal a.new:visited { color:#800; }
#bodyContent a.external { color: #0a0; }
#bodyContent a.extiw:active { color: #020; }

/* Hide the Gamepedia Pro user banner, its a little intrusive */
.gamepedia_pro_user::before {
	display: none;
}
/* But color the username orange so I can still tell they are a pro user */
a.gamepedia_pro_user,
a:visited.gamepedia_pro_user {
	color: #D60;
}

/** Fixes **/

/* Hide junk stuff */
table.mw-changeslist-log-newusers,
#p-socialProfiles,
#p-sharing,
#p-sitePromos,
.live-on-twitch {
	display: none !important;
}

/* Stop the visited links in [[Special:ListUsers]] and similar pages from seeming like red links */
.curse_account .a, a:visited {
	color: #0b0080;
}

/* Remove the "You have new messages" text while my user talk page is edited */
#pt-mytalk a.mw-echo-alert {
	color:#FF00FF; font-family:Courier; font-size:13px;
}

/** Userlinks - original code from [[User:Majr/hydra.css]] **/

/* Add [[File:Grid Golden Pickaxe.png]] to my userlinks */
.mw-userlink[title="User:Psl85"],
.mw.userlink[title="User:psl85"] {
	padding-left: 19px;
	background: url(http://hydra-media.cursecdn.com/minecraft.gamepedia.com/thumb/3/3f/Grid_Golden_Pickaxe.png/16px-Grid_Golden_Pickaxe.png) no-repeat left center;
}

/** Courtesy of [[User:Goandgoo/common.css]] **/

/* Label anonymous userlinks (IPs) differently from others */
.mw-anonuserlink {
    background-color: #CCC;
    font-family: "Courier";
}

/** Courtesy of [[User:Majr/hydra.css]] **/

/* Make the "changed since your last visit" on page history have a cyan background and darker cyan outline
   Basically a cyan version of the "You have new messages" box */
.updatedmarker {
    background: #00FFFF;
    border: 1px solid #00BEFF;
    padding: 1px;
}

/* Hide diff markers, the colours make it obvious */
td.diff-marker {
	visibility: hidden;
}
table.diff col.diff-marker {
	width: 0;
}
table.diff col.diff-content {
	width: 50%;
}

/* Stop pre (often used for code blocks) from breaking out the page */
pre {
	overflow-x: auto;
}

/* Make redirect links purple while reading a page, to easily see links who are redirects */
body.action-view .mw-redirect,
body.action-view .mw-redirect:link,
body.action-view .mw-redirect:visited {
	color: #800080;
}

/* Prism syntax highlighting */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

pre,
code,
tt,
kbd,
samp,
.mw-code {
	font-family: Courier, monospace;
}

code[class*="language-"],
pre[class*="language-"],
pre[class*="mw-code"] {
	color: black;
	direction: ltr;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	
	-moz-tab-size: 4;
	  -o-tab-size: 4;
	     tab-size: 4;
	
	-webkit-hyphens: none;
	   -moz-hyphens: none;
	    -ms-hyphens: none;
	hyphens: none;
}

.token.comment {
	color: #45A946;
	font-style: normal;
}

.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray;
	font-style: normal;
}

.token.punctuation {
	color: #999;
}

.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.boolean {
	color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.regex {
	color: #1E66B1;
}

.token.operator,
.token.entity,
.token.url {
	color: #a67f59;
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #DD0058;
}

.token.number,
.token.important {
	color: #e90;
}

.token.important {
	font-weight: bold;
}

.token.entity {
	cursor: help;
}

/* Make links in code keep their syntax highlighting colours
 * but add an underline so it's still obvious they're clickable */
.mw-code a:not(:hover) {
	color: inherit;
	text-decoration: underline;
}

/* Remove the <code> tag borders */
pre code {
	border-style: none;
 	padding: 0;
}

/** Testing stuff **/
Advertisement