wip |
No edit summary |
||
| Line 1: | Line 1: | ||
{{#css: | {{#css: | ||
.checkedList ul { | ul.checkedList, ul.uncheckedList { | ||
list-style: none; | list-style: none; | ||
padding: 0px; | padding: 0px; | ||
margin: 0.3em 0 0 1.6em; | |||
} | } | ||
.checkedList li:before { | .checkedList li::before { | ||
content: '\2705'; | content: '\2705'; | ||
padding-right: 0.5em; | |||
} | |||
.uncheckedList li::before { | |||
content: '\270a'; | |||
padding-right: 0.5em; | |||
} | } | ||
}} | }} | ||
Works in progress: | Works in progress: | ||
<ul class="uncheckedList"> | |||
<li>[[User:Arrek_lemmont/Tech_I_resistances_table|Rework of Tech I table]] for [[Natural resistances]].</li> | |||
</ul> | |||
Completed work: | Completed work: | ||
<ul class="checkedList"> | <ul class="checkedList"> | ||
<li>[[User:Arrek_lemmont/Tech_II_resistances|Section]] for [[Natural resistances]] page on how Tech II resistances have been set by CCP.</li> | |||
</ul> | </ul> | ||