pokm interwiki版式
body {
  background: transparent;
  margin: 0;
  padding: 0;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 1em;
  overflow: hidden;
}
.side-block {
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    box-shadow: 0px;
    background: transparent;
    margin-bottom: 0px;
}
.side-block .heading {
    display: none;
}
.side-block .heading a {
  cursor: pointer;
}
.side-block p {
  margin: 0;
}
.side-block div.menu-item {
  margin: 0;
}
.side-block div.menu-item img {
    width: 1em;
    height: 1em;
    border: 0;
    margin: 0px;
    position: relative;
    bottom: -2px;
    left: -3px;
}
.side-block div.menu-item a {
  color: #b01;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.8em;
}
.side-block div.menu-item a:hover {
  text-decoration: underline;
}
除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License