8,282
edits
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 142: | Line 142: | ||
display: none; | display: none; | ||
} | } | ||
Line 1,141: | 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,317: | Line 1,354: | ||
-ms-interpolation-mode: nearest-neighbor; | -ms-interpolation-mode: nearest-neighbor; | ||
} | } | ||
/* Machine-readable extra template information */ | /* Machine-readable extra template information */ |