MediaWiki:Common.css

Revision as of 06:36, 9 October 2021 by WikiSysop (talk | contribs)

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* Level Style in Wiki Article Page Titles */

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

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

#header-hsk {
margin: 0 0.3em;
}

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