Welcome to the Umamusume Wiki! If you want to contribute, please read the guidelines.

Template:Navbar/styles.css

From Umamusume Wiki
Jump to navigation Jump to search
.mw-body-content .hlist ul {
  display:inline;
  margin:0;
  padding:0
}
.hlist li {
  display:inline
}
.hlist li:not(:last-child) {
  padding-right:0.286em
}
.hlist li:not(:last-child)::after {
  content:"";
  display:inline-block;
  position:relative;
  left:0.286em;
  bottom:0.214em;
  background-color:#000;
  height:3px;
  width:3px
}
.hlist li li:first-child::before {
  content:"(";
  font-weight:normal
}
.hlist li li:last-child::after {
  content:")";
  font-weight:normal
}
.hlist li li li {
  font-size:x-small
}