Difference between revisions of "MediaWiki:Common.less/treelists.less"

From The Kingkiller Chronicle Wiki
Jump to navigation Jump to search
(Corey changed the content model of the page MediaWiki:Common.less/treelists.less from "wikitext" to "CSS")
Tag: content model change
 
Line 11: Line 11:
 
}
 
}
 
.treeview li li {
 
.treeview li li {
     background: url("//thecrockery.org/wiki/images/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
+
     background: url("//kingkiller.wiki/w/images/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
 
     /* @noflip */
 
     /* @noflip */
 
     padding-left: 20px;
 
     padding-left: 20px;

Latest revision as of 02:51, 21 December 2018

/* Tree style lists */
.treeview ul {
    padding: 0;
    margin: 0;
}
.treeview li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
}
.treeview li li {
    background: url("//kingkiller.wiki/w/images/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
    /* @noflip */
    padding-left: 20px;
    text-indent: 0.3em;
}
.treeview li li.lastline {
    background-position: 0 -5971px
}
.treeview li.emptyline > ul {
    /* @noflip */
    margin-left: -1px;
}
.treeview li.emptyline > ul > li:first-child {
    background-position: 0 9px
}