8,282
edits
No edit summary |
No edit summary |
||
Line 1,139: | Line 1,139: | ||
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; | |||
} | |||