Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast 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.
/*Ignore me*/
@font-face {
	font-family: "Mojang";
	src: url(//minecraft.gamepedia.com/media/hydra/fonts/minecraft.eot?#iefix) format('embedded-opentype'),
		 url(//minecraft.gamepedia.com/media/hydra/fonts/minecraft.woff) format('woff'),
		 url(//minecraft.gamepedia.com/media/hydra/fonts/minecraft.ttf) format('truetype');
	font-weight: normal;
}
.craftingGridText, #minetip-tooltip, .grid-number {
	letter-spacing: 0px;
	word-spacing: 5px;
}
#p-claimWiki, #p-socialProfiles, #p-sitePromos, .t-footer, .t-netbar-discover, .t-netbar-giveaways, show-ads, btflb, atflb, .atfmrec, .btfmrec,
.footer-ad #footermrec {
	display: none;
	visibility: hidden;
} /*I got adblock anyway :P*/

/*You can stop ignoring now*/


/*Fixed links changing colour if you follow them*/
a,
a:visited,
.mw-body a.external,
.mw-body a.external:visited,
.mw-body a.interwiki,
.mw-body a.interwiki:visited,
.mw-body a.extiw,
.mw-body a.extiw:visited,
.mw-body extiw 
extiw {
	color: #024EA1;
}
a.new:visited, #p-personal a.new:visited{
	color: #BA0000;
}

/*Good old solid title lines*/
h1, h2 {
    border-bottom: 1px solid #e04a40;
}

hr {
	border-bottom: inherit;
}

/* Fix show button of lazy navboxes not being bold */
.load-page-button {
	font-weight: bold;
}

/* Remove control arrows with gallery tags */
.gallery span.controls {
	display:none;
}

footer#footer {
	z-index: -1;
}

/* Fix Lua navboxes falling out of the screen (probably at least) */
.hlist .nowrap {
	white-space: normal;
}

/* Fix pages being squished by a few hundred pixels */
@media screen and (min-width:1350px) {
	#global-wrapper.with-siderail #content > #bodyContent{
		width: 100%;
	}
}
Advertisement