Template:Category tree bulleted/style.css

From MOASSpedia
< Template:Category tree bulleted
Revision as of 17:19, 12 November 2021 by Wikipedia>KaerbaqianRen
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.catTreeBulleted .CategoryTreeItem a::before {
  content: "•";
  font-size: 1.1em;
  font-weight: bold;
  line-height: 0;
  user-select:none;
  position:relative;
  padding-right:5px;
  color: black;
  display:inline-block;
}

.catTreeBulleted .CategoryTreeItem a {
  margin-left:-9px;
}

.catTreeBulleted .CategoryTreeItem .CategoryTreeBullet + a:before {
  content: "";
 padding-right:unset;
}

.catTreeBulleted .CategoryTreeItem .CategoryTreeBullet + a {
  margin-left: unset;
}