8,289
edits
(Created page with " →=========================================================================: : →CRAFTING GRID CSS: : →=========================================================================: @font-face { font-family: 'minecraftia'; src: url(https://wiki.parall...") |
No edit summary |
||
| (12 intermediate revisions by 2 users not shown) | |||
| Line 8: | Line 8: | ||
@font-face { | @font-face { | ||
font-family: 'minecraftia'; | font-family: 'minecraftia'; | ||
src: url(https://wiki.parallelmc.org/resources/assets/fonts/MinecraftiaRegular.ttf); | src: url(https://wiki.parallelmc.org/w/resources/assets/fonts/MinecraftiaRegular.ttf); | ||
font-weight: normal; | font-weight: normal; | ||
font-style: normal | font-style: normal | ||
| Line 27: | Line 27: | ||
} | } | ||
.pixel-image { | /*.pixel-image {*/ | ||
/* image-rendering: optimizeSpeed;*/ | |||
/* image-rendering: -webkit-optimize-contrast;*/ | |||
/* image-rendering: optimize-contrast;*/ | |||
/* image-rendering: -moz-crisp-edges;*/ | |||
/* image-rendering: -o-crisp-edges;*/ | |||
/* image-rendering: crisp-edges;*/ | |||
/* image-rendering: pixelated;*/ | |||
/* -ms-interpolation-mode: nearest-neighbor;*/ | |||
} | /*}*/ | ||
.invslot-stacksize { | .invslot-stacksize { | ||
| Line 87: | Line 87: | ||
.crafting-container-name p { | .crafting-container-name p { | ||
margin: 0; | margin: 0; | ||
} | } | ||
| Line 156: | Line 152: | ||
mask-image: url(https://wiki.parallelmc.org/w/images/b/b7/EffectsCSS.png); | mask-image: url(https://wiki.parallelmc.org/w/images/b/b7/EffectsCSS.png); | ||
-webkit-mask-image: url(https://wiki.parallelmc.org/w/images/b/b7/EffectsCSS.png); | -webkit-mask-image: url(https://wiki.parallelmc.org/w/images/b/b7/EffectsCSS.png); | ||
} | |||
.parallel-sprite { | |||
background: url(https://wiki.parallelmc.org/w/images/d/dd/ParallelSprite.png); | |||
mask-image: url(https://wiki.parallelmc.org/w/images/d/dd/ParallelSprite.png); | |||
-webkit-mask-image: url(https://wiki.parallelmc.org/w/images/d/dd/ParallelSprite.png); | |||
} | } | ||
| Line 539: | Line 542: | ||
padding-top: 1.6875em; | padding-top: 1.6875em; | ||
padding-left: 2em; | padding-left: 2em; | ||
padding-right: | padding-right: 1.6em; | ||
padding-bottom: 0.125em; | padding-bottom: 0.125em; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
| Line 549: | Line 552: | ||
white-space: break-spaces; | white-space: break-spaces; | ||
display: none; | display: none; | ||
width: 14. | width: 14.688em; | ||
height: 15.75em; | height: 15.75em; | ||
word-spacing: -0.1563em; | word-spacing: -0.1563em; | ||
| Line 557: | Line 560: | ||
overflow: hidden; | overflow: hidden; | ||
display: block; | display: block; | ||
width: 14. | width: 14.688em; | ||
height: 15.75em; | height: 15.75em; | ||
} | } | ||
| Line 564: | Line 567: | ||
text-align: right; | text-align: right; | ||
margin-bottom: 0.625em; | margin-bottom: 0.625em; | ||
margin-right: 0. | margin-right: 0.687em; | ||
word-spacing: -0.1563em; | word-spacing: -0.1563em; | ||
} | } | ||