Difference between revisions of "MediaWiki:Common.css"

Line 15: Line 15:
  
 
div.dapei ul, div.dapei ol {
 
div.dapei ul, div.dapei ol {
background-color: #4f4df4;
+
background-color: #f4fdf4;
 
}
 
}

Revision as of 03:02, 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: #f4fdf4;
}