



/* 此处的 CSS 将应用于所有的皮肤 */

#mw-pages{
  display:none; !important;
}


p {
  line-height: 22px;
}

.chinese {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  border-radius: 2px;
  color: white;
  font-size: 12px;
  background: #558ED5;
}

.english {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  border-radius: 2px;
  color: #555555;
  font-size: 12px;
  background: #f2f2f2;
}