Difference between revisions of "MediaWiki:Common.css"
Line 1: | Line 1: | ||
+ | /* Level Style in Wiki Article Page Titles */ | ||
+ | |||
+ | h1 span.header-cefr { | ||
+ | margin-right: 2em; | ||
+ | } | ||
+ | |||
/* Style Chinese Vocabulary Wiki Collocations / 搭配 */ | /* Style Chinese Vocabulary Wiki Collocations / 搭配 */ | ||
Revision as of 06:14, 9 October 2021
/* Level Style in Wiki Article Page Titles */ h1 span.header-cefr { margin-right: 2em; } /* Style Chinese Vocabulary Wiki Collocations / 搭配 */ div.dapei ul span.pinyin, div.dapei ul span.trans { display: inline; margin-left: 2em; } div.dapei ul span.trans { opacity: 0.8; } div.dapei ul span.pinyin:before { content: "("; } div.dapei ul span.pinyin:after { content: ")"; } div.dapei ul, div.dapei ol { background-color: #f4fdf4; }