Jump to content

MediaWiki:Common.css: Difference between revisions

maybe not; do we need to select the specific margin?
(or is it this?)
(maybe not; do we need to select the specific margin?)
Line 1,065: Line 1,065:


/* For creating a tree-like list; see [[Template:Tree list]] */
/* For creating a tree-like list; see [[Template:Tree list]] */
div#mw_content .treeview ul {
.treeview ul {
padding: 0;
padding: 0;
margin: 0;
margin-bottom: 0;
}
}


div#mw_content .treeview li {
.treeview li {
padding: 0;
padding: 0;
margin: 0;
margin: 0;
Line 1,077: Line 1,077:
}
}


div#mw_content .treeview li li {
.treeview li li {
background: url("https://wiki.oni2.net/w/images/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
background: url("https://wiki.oni2.net/w/images/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
/* @noflip */
/* @noflip */
Line 1,084: Line 1,084:
}
}


div#mw_content .treeview li li:last-child {
.treeview li li:last-child {
background-position: 0 -5971px
background-position: 0 -5971px
}
}