Difference between revisions of "MediaWiki:Common.css"
Line 3: | Line 3: | ||
div.dapei ul span.pinyin, div.dapei ul span.trans { | div.dapei ul span.pinyin, div.dapei ul span.trans { | ||
display: inline; | display: inline; | ||
+ | margin-left: 2em; | ||
+ | } | ||
+ | |||
+ | div.dapei ul span.pinyin:before { | ||
+ | content: "("; | ||
+ | } | ||
+ | |||
+ | div.dapei ul span.pinyin:after { | ||
+ | content: ")"; | ||
} | } | ||
Revision as of 03:01, 9 August 2021
/* Style Chinese Vocabulary Wiki Collocations / 搭配 */ div.dapei ul span.pinyin, div.dapei ul span.trans { display: inline; margin-left: 2em; } div.dapei ul span.pinyin:before { content: "("; } div.dapei ul span.pinyin:after { content: ")"; } div.dapei ul, div.dapei ol { background-color: #4f4df4; }