code:tags
.page-tags{
  background-color: rgb(140,136,126);
  border-radius: 3px;
  padding: 2px;
  width: fit-content;
  border: 2px solid rgb(76,72,63);
}
.page-tags::before{
  content: "标签:";
  background-color: rgb(140,136,126);
  color: rgb(237,233,223);
  font-size: 0.85em;
  font-weight: bold;
  padding: 0.075em;
}
.page-tags span a{
  color: rgb(237,233,223);
  border-style: none;
  outline-style: none;
}
.page-tags span a::before{
  content: "#";
  font-size: 110%;
  margin-right: 0.1em;
}
.page-tags span{
  border-style: none;
  outline-style: none;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  margin: 2px;
  display: block;
}
除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License