|
@@ -20,6 +20,7 @@ layout: default
|
|
|
float: right;
|
|
|
border: 1px solid gray;
|
|
|
color: gray;
|
|
|
+ background-color: white;
|
|
|
text-align: center;
|
|
|
border-radius: 6px;
|
|
|
padding: 0 5px 0 5px;
|
|
@@ -41,7 +42,7 @@ layout: default
|
|
|
visibility: visible;
|
|
|
}
|
|
|
.icons {
|
|
|
- /* icons are from https://iconmonstr.com */
|
|
|
+ /* icons are from https://github.com/tabler/tabler-icons */
|
|
|
margin: 0 5px 0 0;
|
|
|
}
|
|
|
/* IDs */
|
|
@@ -51,7 +52,6 @@ layout: default
|
|
|
margin: 20px 0 30px 0;
|
|
|
}
|
|
|
#rulebox h2 {
|
|
|
-
|
|
|
font-family: serif;
|
|
|
}
|
|
|
#name {
|
|
@@ -60,6 +60,13 @@ layout: default
|
|
|
#editToggle {
|
|
|
float: right;
|
|
|
clear: both;
|
|
|
+ border: 1px solid gray;
|
|
|
+ color: gray;
|
|
|
+ background-color: white;
|
|
|
+ text-align: center;
|
|
|
+ border-radius: 6px;
|
|
|
+ padding: 10px;
|
|
|
+ font-size: 1.2em;
|
|
|
}
|
|
|
#basicstructure {
|
|
|
font-size: 1.3em;
|
|
@@ -152,7 +159,7 @@ layout: default
|
|
|
<h1 contenteditable="true" class="editable" id="name">{{ page.community-name }}</h1>
|
|
|
|
|
|
<h2 id="basics">
|
|
|
- <img src="{% link assets/icons/iconmonstr-construction-11.svg %}"
|
|
|
+ <img src="{% link assets/tabler_icons/info-circle.svg %}"
|
|
|
class="icons" />
|
|
|
Basics
|
|
|
<button onclick="toggleVisible('s1')" class="button"> + </button>
|
|
@@ -180,7 +187,7 @@ layout: default
|
|
|
</div><!--hiding section s1-->
|
|
|
|
|
|
<h2 id="participants">
|
|
|
- <img src="{% link assets/icons/iconmonstr-friend-3.svg %}"
|
|
|
+ <img src="{% link assets/tabler_icons/user.svg %}"
|
|
|
class="icons" />
|
|
|
Participants
|
|
|
<button onclick="toggleVisible('s2')" class="button"> + </button>
|
|
@@ -199,21 +206,21 @@ layout: default
|
|
|
|
|
|
</div><!--hiding section s2-->
|
|
|
|
|
|
- <h2 id="stewards">
|
|
|
- <img src="{% link assets/icons/iconmonstr-crown-19.svg %}"
|
|
|
+ <h2 id="policies">
|
|
|
+ <img src="{% link assets/tabler_icons/clipboard-list.svg %}"
|
|
|
class="icons" />
|
|
|
- Stewards
|
|
|
+ Policies
|
|
|
<button onclick="toggleVisible('s3')" class="button"> + </button>
|
|
|
</h2>
|
|
|
<div class="section" id="s3" style="display:none">
|
|
|
|
|
|
- <span class="question">Who has the capacity to decide on our policies, and how do they do so?</span>
|
|
|
+ <span class="question">Who has the capacity to decide on policies, and how do they do so?</span>
|
|
|
<div class="button">Modules
|
|
|
<span class="tooltiptext"><a target="_blank" href="https://medlabboulder.gitlab.io/democraticmediums/mediums/disapproval_voting/">disapproval voting</a>, <a target="_blank" href="https://medlabboulder.gitlab.io/democraticmediums/mediums/do-ocracy/">do-ocracy</a>, <a target="_blank" href="https://medlabboulder.gitlab.io/democraticmediums/mediums/holographic_consensus/">holographic consensus</a>, <a target="_blank" href="https://medlabboulder.gitlab.io/democraticmediums/mediums/referendum/">referendum</a>, <a target="_blank" href="https://medlabboulder.gitlab.io/democraticmediums/mediums/representation/">representation</a>, <a target="_blank" href="https://medlabboulder.gitlab.io/democraticmediums/mediums/sortition/">sortition</a></span>
|
|
|
</div>
|
|
|
<p contenteditable="true" class="editable">{{ page.decision }}</p>
|
|
|
|
|
|
- <span class="question">Where do stewards and community members deliberate about potential policies?</span>
|
|
|
+ <span class="question">Where do community members deliberate about potential policies?</span>
|
|
|
<div class="button">Modules
|
|
|
<span class="tooltiptext"><a target="_blank" href="https://medlabboulder.gitlab.io/democraticmediums/mediums/caucus/">caucus</a>, <a target="_blank" href="https://medlabboulder.gitlab.io/democraticmediums/mediums/coalition/">coalition</a>, <a target="_blank" href="https://medlabboulder.gitlab.io/democraticmediums/mediums/board/">board</a>, <a target="_blank" href="https://medlabboulder.gitlab.io/democraticmediums/mediums/debate/">debate</a>, <a target="_blank" href="https://medlabboulder.gitlab.io/democraticmediums/mediums/lobbying/">lobbying</a>, <a target="_blank" href="https://medlabboulder.gitlab.io/democraticmediums/mediums/recess/">recess</a>, <a target="_blank" href="https://medlabboulder.gitlab.io/democraticmediums/mediums/secrecy/">secrecy</a>, <a target="_blank" href="https://medlabboulder.gitlab.io/democraticmediums/mediums/transparency/">transparency</a></span>
|
|
|
</div>
|
|
@@ -231,7 +238,7 @@ layout: default
|
|
|
</div>
|
|
|
<p contenteditable="true" class="editable">{{ page.oversight }}</p>
|
|
|
|
|
|
- <span class="question">How are each of the stewardship roles determined and limited?</span>
|
|
|
+ <span class="question">How are these roles determined and limited?</span>
|
|
|
<div class="button">Modules
|
|
|
<span class="tooltiptext"><a target="_blank" href="https://medlabboulder.gitlab.io/democraticmediums/mediums/fact_finding/">fact-finding</a>, <a target="_blank" href="https://medlabboulder.gitlab.io/democraticmediums/mediums/ranked_choice/">ranked choice</a>, <a target="_blank" href="https://medlabboulder.gitlab.io/democraticmediums/mediums/representation/">representation</a>, <a target="_blank" href="https://medlabboulder.gitlab.io/democraticmediums/mediums/reputation/">reputation</a>, <a target="_blank" href="https://medlabboulder.gitlab.io/democraticmediums/mediums/sortition/">sortition</a>, <a target="_blank" href="https://medlabboulder.gitlab.io/democraticmediums/mediums/term_limit/">term limits</a></span>
|
|
|
</div>
|
|
@@ -241,7 +248,7 @@ layout: default
|
|
|
</div><!--hiding section s3-->
|
|
|
|
|
|
<h2 id="evolution">
|
|
|
- <img src="{% link assets/icons/iconmonstr-process-1.svg %}"
|
|
|
+ <img src="{% link assets/tabler_icons/adjustments.svg %}"
|
|
|
class="icons" />
|
|
|
Evolution
|
|
|
<button onclick="toggleVisible('s4')" class="button"> + </button>
|