No edit summary |
m (3 revisions imported: Importing the RefRevision Gadget, the BetterReflist Gadget and the BetterUpload Gadget from the Genshin Impact Wiki.) |
||
(One intermediate revision by one other user not shown) | |||
Line 21: | Line 21: | ||
vertical-align: top; |
vertical-align: top; |
||
margin-left: 12px; |
margin-left: 12px; |
||
position: relative; |
|||
} |
} |
||
} |
} |
Latest revision as of 02:00, 10 March 2025
.references > li {
margin-top: 0 !important;
> .mw-cite-backlink {
position: absolute;
margin-top: -2px;
margin-left: 2px;
}
> .mw-cite-backlink:has(>sup) {
display: inline-block;
color: transparent;
margin-top: -8px;
+ .reference-text:before {
content: '↑ ';
position: absolute;
left: -10px;
top: -2px;
}
}
> .reference-text {
display: inline-block;
vertical-align: top;
margin-left: 12px;
position: relative;
}
}
.references-small {
margin-top: 13px;
li {
margin-bottom: 8px;
}
li:has(+li>.mw-cite-backlink>sup) {
margin-bottom: 15px;
}
}