MediaWiki:Common.css: відмінності між версіями

Вилучено вміст Додано вміст
оновив стилі для navbar з https://en.wikipedia.org/w/index.php?title=MediaWiki:Common.css&oldid=789590313
Запит на ВП:ЗА, для роботи шаблону tree list
Рядок 1362:
.plainlist ul li {
margin-bottom: 0;
}
 
/* 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("//upload.wikimedia.org/wikipedia/commons/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
}