8,282
edits
No edit summary |
No edit summary |
||
(13 intermediate revisions by the same user not shown) | |||
Line 29: | Line 29: | ||
src: url('https://wiki.parallelmc.org/w/resources/assets/fonts/MinecraftiaRegular.ttf') format('truetype'); | src: url('https://wiki.parallelmc.org/w/resources/assets/fonts/MinecraftiaRegular.ttf') format('truetype'); | ||
} | } | ||
/** Template stylings **/ | /** Template stylings **/ | ||
Line 141: | Line 142: | ||
display: none; | display: none; | ||
} | } | ||
/** Template stylings **/ | /** Template stylings **/ | ||
Line 1,139: | Line 1,142: | ||
background-image: url(https://wiki.parallelmc.org/w/images/4/4e/Book_arrow_right_selected.png); | background-image: url(https://wiki.parallelmc.org/w/images/4/4e/Book_arrow_right_selected.png); | ||
} | } | ||
/* Horizontal list */ | |||
#mw-content-text .hlist ul { | |||
display: inline; | |||
margin: 0; | |||
padding: 0; | |||
} | |||
#mw-content-text .hlist li { | |||
display: inline; | |||
} | |||
#mw-content-text .hlist li:not(:last-child) { | |||
padding-right: 0.286em; | |||
} | |||
#mw-content-text .hlist li:not(:last-child)::after { | |||
content: ""; | |||
display: inline-block; | |||
position: relative; | |||
left: 0.286em; | |||
bottom: 0.214em; | |||
background-color: #000; | |||
height: 3px; | |||
width: 3px; | |||
} | |||
#mw-content-text .hlist li li:first-child::before { | |||
content: "("; | |||
font-weight: normal; | |||
} | |||
#mw-content-text .hlist li li:last-child::after { | |||
content: ")"; | |||
font-weight: normal; | |||
} | |||
#mw-content-text .hlist li li li { | |||
font-size: x-small; | |||
} | |||
Line 1,302: | Line 1,341: | ||
/* Try to use nearest neighbour scaling for pixelated images */ | /* Try to use nearest neighbour scaling for pixelated images */ | ||
.filehistory a img, | /*.filehistory a img,*/ | ||
.pixel-image, | /*.pixel-image,*/ | ||
.invslot-item-image, | /*.invslot-item-image,*/ | ||
.sprite { | /*.sprite {*/ | ||
/* 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;*/ | |||
} | /*}*/ | ||
/* Machine-readable extra template information */ | /* Machine-readable extra template information */ |