「テンプレート:Tree list/styles.css」の版間の差分

提供:架空のツリーウィキ
ナビゲーションに移動 検索に移動
Roboton (トーク | 投稿記録)
1版 をインポートしました
Roboton (トーク | 投稿記録)
編集の要約なし
 
(同じ利用者による、間の2版が非表示)
10行目: 10行目:
}
}
.treeview li li {
.treeview li li {
background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
background: no-repeat 0 -2981px;
/* @noflip */
/* @noflip */
padding-left: 21px;
padding-left: 21px;

2025年1月24日 (金) 23:02時点における最新版

.treeview ul {
	padding: 0;
	margin: 0;
}
.treeview li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}
.treeview li li {
	background: 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
}

/* [[Category:テンプレートスタイル|Tree list]] */