Noita Wiki
Pcj (talk | contribs)
mNo edit summary
Pcj (talk | contribs)
mNo edit summary
Line 14: Line 14:
 
src: local('glyphs'), url('https://vignette.wikia.nocookie.net/pcj/images/3/3b/Noita-Glyph.ttf') format('truetype');
 
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 {
 
.article-table-wrapper table.spell {
Line 22: Line 25:
 
background-color: rgba(5,5,5,0.8);
 
background-color: rgba(5,5,5,0.8);
 
padding: 0.5em;
 
padding: 0.5em;
margin: 0.5em;
 
 
width: 100%;
 
width: 100%;
 
max-width: 25em;
 
max-width: 25em;

Revision as of 16:22, 12 February 2021

@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;
    background-color: rgba(5,5,5,0.8);
    padding: 0.5em;
    width: 100%;
    max-width: 25em;
}

.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;
}