User
Domino/CategoryTree.css
From Dogcraft Wiki
(Created page with ".CategoryTreeItem a { color: initial; } .CategoryTreeTag > .CategoryTreeSection:first-child > .CategoryTreeItem:first-child > .CategoryTreeBullet:first-child { display: none; } .CategoryTreeTag > .CategoryTreeSection > .CategoryTreeChildren { margin-left: 0; } .CategoryTreeTag > .CategoryTreeSection > .CategoryTreeItem a, .CategoryTreeTag > .CategoryTreeSection > .CategoryTreeChildren > .CategoryTreeSection > .CategoryTreeItem a { font-weight: bold; } .Categ...") |
(Domino changed the content model of the page User:Domino/CategoryTree.css from "CSS" to "Sanitized CSS") Tag: content model change |
(No difference)
| |
Revision as of 15:45, 30 January 2026
.CategoryTreeItem a {
color: initial;
}
.CategoryTreeTag > .CategoryTreeSection:first-child > .CategoryTreeItem:first-child > .CategoryTreeBullet:first-child {
display: none;
}
.CategoryTreeTag > .CategoryTreeSection > .CategoryTreeChildren {
margin-left: 0;
}
.CategoryTreeTag > .CategoryTreeSection > .CategoryTreeItem a,
.CategoryTreeTag > .CategoryTreeSection > .CategoryTreeChildren > .CategoryTreeSection > .CategoryTreeItem a {
font-weight: bold;
}
.CategoryTreeItem {
margin-bottom: .5rem;
}
.CategoryTreeBullet {
display: inline-block;
height: 1rem;
margin: .25rem;
}
.CategoryTreeToggle.CategoryTreeToggleHandlerAttached {
font-family: "Font Awesome 6 Free";
font-weight: 900;
border: none !important;
width: auto;
height: auto;
color: initial;
font-size: .70em;
}
.CategoryTreeToggle.CategoryTreeToggleHandlerAttached[data-ct-state="expanded"]::before {
content: '\f078';
}
.CategoryTreeToggle.CategoryTreeToggleHandlerAttached[data-ct-state="collapsed"]::before {
content: '\f054';
}
This page was last modified on 30 January 2026, at 15:45. (13 hours ago)