警告: ログインしていません。編集を行うと、あなたの IP アドレスが公開されます。
ログインまたは
アカウントを作成すれば、あなたの編集はその利用者名とともに表示されるほか、その他の利点もあります。
この編集を取り消せます。
下記の差分を確認して、本当に取り消していいか検証してください。よろしければ変更を公開して取り消しを完了してください。
最新版 |
編集中の文章 |
1行目: |
1行目: |
| .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]] */
| |