Template:Tree list/styles.css: Difference between revisions
Jump to navigation
Jump to search
(Ethan changed the content model of the page Template:Tree list/styles.css from "Sanitized CSS" to "CSS") Tags: content model change Manual revert |
(Ethan changed the content model of the page Template:Tree list/styles.css from "CSS" to "Sanitized CSS") Tag: content model change |
||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
margin: 0; | margin: 0; | ||
} | } | ||
.treeview li { | .treeview li { | ||
padding: 0; | padding: 0; | ||
Line 9: | Line 10: | ||
list-style-type: none; | list-style-type: none; | ||
list-style-image: none; | list-style-image: none; | ||
} | |||
.treeview li li { | |||
background: url("https://upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px; | |||
/* @noflip */ | |||
padding-left: 21px; | |||
text-indent: 0.3em; | |||
} | } | ||
Line 14: | Line 22: | ||
background-position: 0 -5971px | background-position: 0 -5971px | ||
} | } | ||
/* first line here deals with new situation after RemexHTML switch, | /* first line here deals with new situation after RemexHTML switch, | ||
* where emptyline cause the first child to become the 2nd child. Such a mess | * where emptyline cause the first child to become the 2nd child. Such a mess |
Latest revision as of 10:57, 15 January 2023
/* {{pp-template}} */
.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("https://upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
/* @noflip */
padding-left: 21px;
text-indent: 0.3em;
}
.treeview li li:last-child {
background-position: 0 -5971px
}
/* first line here deals with new situation after RemexHTML switch,
* where emptyline cause the first child to become the 2nd child. Such a mess
*/
.treeview li.emptyline > ul > .mw-empty-elt:first-child + .emptyline,
.treeview li.emptyline > ul > li:first-child {
background-position: 0 9px
}