|
@@ -40,6 +40,10 @@ layout: default
|
|
.button:hover .tooltiptext {
|
|
.button:hover .tooltiptext {
|
|
visibility: visible;
|
|
visibility: visible;
|
|
}
|
|
}
|
|
|
|
+.icons {
|
|
|
|
+ /* icons are from https://iconmonstr.com */
|
|
|
|
+ margin: 0 5px 0 0;
|
|
|
|
+}
|
|
/* IDs */
|
|
/* IDs */
|
|
#rulebox {
|
|
#rulebox {
|
|
border: 1px solid lightgray;
|
|
border: 1px solid lightgray;
|
|
@@ -147,7 +151,10 @@ layout: default
|
|
|
|
|
|
<h1 contenteditable="true" class="editable" id="name">{{ page.community-name }}</h1>
|
|
<h1 contenteditable="true" class="editable" id="name">{{ page.community-name }}</h1>
|
|
|
|
|
|
- <h2 id="basics">Basics
|
|
|
|
|
|
+ <h2 id="basics">
|
|
|
|
+ <img src="{% link assets/icons/iconmonstr-construction-11.svg %}"
|
|
|
|
+ class="icons" />
|
|
|
|
+ Basics
|
|
<button onclick="toggleVisible('s1')" class="button"> + </button>
|
|
<button onclick="toggleVisible('s1')" class="button"> + </button>
|
|
</h2>
|
|
</h2>
|
|
<div class="section" id="s1" style="display:none">
|
|
<div class="section" id="s1" style="display:none">
|
|
@@ -172,7 +179,10 @@ layout: default
|
|
|
|
|
|
</div><!--hiding section s1-->
|
|
</div><!--hiding section s1-->
|
|
|
|
|
|
- <h2 id="participants">Participants
|
|
|
|
|
|
+ <h2 id="participants">
|
|
|
|
+ <img src="{% link assets/icons/iconmonstr-friend-3.svg %}"
|
|
|
|
+ class="icons" />
|
|
|
|
+ Participants
|
|
<button onclick="toggleVisible('s2')" class="button"> + </button>
|
|
<button onclick="toggleVisible('s2')" class="button"> + </button>
|
|
</h2>
|
|
</h2>
|
|
<div class="section" id="s2" style="display:none">
|
|
<div class="section" id="s2" style="display:none">
|
|
@@ -189,7 +199,10 @@ layout: default
|
|
|
|
|
|
</div><!--hiding section s2-->
|
|
</div><!--hiding section s2-->
|
|
|
|
|
|
- <h2 id="stewards">Stewards
|
|
|
|
|
|
+ <h2 id="stewards">
|
|
|
|
+ <img src="{% link assets/icons/iconmonstr-crown-19.svg %}"
|
|
|
|
+ class="icons" />
|
|
|
|
+ Stewards
|
|
<button onclick="toggleVisible('s3')" class="button"> + </button>
|
|
<button onclick="toggleVisible('s3')" class="button"> + </button>
|
|
</h2>
|
|
</h2>
|
|
<div class="section" id="s3" style="display:none">
|
|
<div class="section" id="s3" style="display:none">
|
|
@@ -227,7 +240,10 @@ layout: default
|
|
|
|
|
|
</div><!--hiding section s3-->
|
|
</div><!--hiding section s3-->
|
|
|
|
|
|
- <h2 id="evolution">Evolution
|
|
|
|
|
|
+ <h2 id="evolution">
|
|
|
|
+ <img src="{% link assets/icons/iconmonstr-process-1.svg %}"
|
|
|
|
+ class="icons" />
|
|
|
|
+ Evolution
|
|
<button onclick="toggleVisible('s4')" class="button"> + </button>
|
|
<button onclick="toggleVisible('s4')" class="button"> + </button>
|
|
</h2>
|
|
</h2>
|
|
<div class="section" id="s4" style="display:none">
|
|
<div class="section" id="s4" style="display:none">
|