Noita Wiki
Advertisement

In other languages: 日本語


CSS and Javascript changes must comply with the wiki design rules.


Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
@font-face {
  font-family: '04b03';
  src: local('04b03'), url('/media/hydra/fonts/04b_03__-webfont.ttf') format('truetype');
}

/* Once the font upload issue is fixed (MAIN-21389), the two fonts below should be replaced with a local upload */
@font-face {
  font-family: 'noita';
  src: local('noita'), url('https://vignette.wikia.nocookie.net/pcj/images/a/a4/NoitaPixel.ttf') format('truetype');
}

@font-face {
  font-family: 'glyphs';
  src: local('glyphs'), url('https://vignette.wikia.nocookie.net/pcj/images/3/3b/Noita-Glyph.ttf') format('truetype');
}
#fandom-mobile-wrapper .article-table-wrapper tr:not(:last-of-type), 
#fandom-mobile-wrapper .article-table-wrapper tr>th { border-bottom: 0; }
#fandom-mobile-wrapper .article-table-wrapper { border: 0; }

.article-table-wrapper table.spell {
	font-family: 'noita','04b03',sans-serif;
    font-size: 1.3em;
    border: 2px solid #928167;
    border-radius: 5px;
    border-collapse: separate;
    background-color: rgba(5,5,5,0.8);
    padding: 0.5em;
    width: 100%;
    max-width: 25em;
}

.article-table-wrapper table.SpellQueryGroup {
	text-align:center;
	font-family:'04b03',sans-serif;
	font-size:1.3em;
	border:2px solid #928167;
	border-radius:5px;
	background-color:rgba(5,5,5,0.8);
	width:100%; 
	max-width:21em; 
}

.SpellQueryIcon {
	border: 3px solid #8D3F18;
	border-radius: 5px;
	background: rgba(34,41,51,0.8);
	height: 20px;
	width: 20px;
	display: inline-block;
	margin-bottom: 4px;
}
.fpbox .article-media-thumbnail { margin-bottom: 0; }
.fpbox .article-media-placeholder { border: 0; }
.fpbox .article-media-thumbnail figcaption { display: none; }
Advertisement