Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Arrek Lemmont: Difference between revisions

235 editsJoined 19 November 2019
wip
Rayanth (talk | contribs)
m Rayanth moved page User:Arrek lemmont to User:Arrek Lemmont: Automatically moved page while merging the account "Arrek lemmont" to "Arrek Lemmont"
 
(6 intermediate revisions by one other user not shown)
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';
     margin: 0 1em;   /* any design */
     padding-right: 0.5em;
  }
  .uncheckedList li::before {
    content: '\2610';
    padding-right: 0.5em;
   }
   }
}}
}}


Works in progress:
Works in progress:
<ul class="uncheckedList">
<li>[[/What_entities_to_avoid_shooting_if_doing_Syndication_for_Syndicate_standings|What entities to avoid shooting if doing Syndication for Syndicate standings]]</li>
<li>Updates to [[/Serpentis_Forsaken_Hub|Serpentis Forsaken Hub]]</li>
</ul>


Completed work:
Completed work:
<ul class="checkedList">
<ul class="checkedList">
* [[User:Arrek_lemmont/Tech_II_resistances|Section]] for [[Natural resistances]] page on how Tech II resistances have been set by CCP.
<li>[[/Tech_II_resistances|Section]] for [[Natural resistances]] page on how Tech II resistances have been set by CCP.</li>
<li>[[/Tech_I_resistances_table|Rework of Tech I table]] for [[Natural resistances]].</li>
</ul>
</ul>