Difference between revisions of "MediaWiki:Common.css"

Line 3: Line 3:
 
#header-levs {
 
#header-levs {
 
font-size: 80%;
 
font-size: 80%;
 +
padding-top:0.2em;
 
font-weight: normal;
 
font-weight: normal;
 
}
 
}
  
 
#header-cefr {
 
#header-cefr {
margin-right: 1em;
+
margin-right: 0.3em;
 
color: red;
 
color: red;
 +
}
 +
 +
#header-hsk {
 +
margin-right: 0.3em;
 +
color: blue;
 
}
 
}
  

Revision as of 06:34, 9 October 2021

/* Level Style in Wiki Article Page Titles */

#header-levs {
font-size: 80%;
padding-top:0.2em;
font-weight: normal;
}

#header-cefr {
margin-right: 0.3em;
color: red;
}

#header-hsk {
margin-right: 0.3em;
color: blue;
}

/* 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;
}