forked from MarseyWorld/MarseyWorld
Make rDrama sidebar markup semantic.
parent
c4063f081c
commit
bf25937b54
|
@ -5547,8 +5547,16 @@ audio, video {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar--rules--list {
|
.sidebar--rules-list {
|
||||||
|
margin-left: 0;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar--rules-list--rdrama li {
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar--rules-list--wpd {
|
||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -65,9 +65,9 @@
|
||||||
<a href="/h/music">Music</a>
|
<a href="/h/music">Music</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="sidebar--rules">
|
<div class="sidebar--rules">
|
||||||
<h3 id="sidebar--rules--head" class="sidebar--heading">Rules</h3>
|
<h3 class="sidebar--rules-head sidebar--heading">Rules</h3>
|
||||||
<ol id="sidebar--rules--list">
|
<ol class="sidebar--rules-list sidebar--rules-list--wpd">
|
||||||
<li>Do not post anything illegal under US law.
|
<li>Do not post anything illegal under US law.
|
||||||
<ul>
|
<ul>
|
||||||
<li>Do not threaten or advocate violence.</li>
|
<li>Do not threaten or advocate violence.</li>
|
||||||
|
|
|
@ -54,26 +54,21 @@
|
||||||
<a class="btn btn-primary btn-block mb-3" href="/create_hole">CREATE {{HOLE_NAME|upper}}</a>
|
<a class="btn btn-primary btn-block mb-3" href="/create_hole">CREATE {{HOLE_NAME|upper}}</a>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
<div class="rules mt-5">
|
<div class="sidebar--rules">
|
||||||
<h3>Rules:</h3><br>
|
<h3 class="sidebar--rules-head mt-4 mb-3">Rules</h3>
|
||||||
|
<ol class="sidebar--rules-list sidebar--rules-list--rdrama">
|
||||||
|
<li class="font-weight-bold" style="color: red"><a href="/post/19711/a-short-guide-on-how-to" style="color: inherit">NO RIGHTWING AGENDAPOSTING.</a></li>
|
||||||
|
<li>Don't post anything illegal.</li>
|
||||||
|
<li>No sexualizing minors even as a βjokeβ.</li>
|
||||||
|
<li>No doxing.</li>
|
||||||
|
<li>Using alts to game dramacoin will get you banned.</li>
|
||||||
|
<li>Supporting free speech is an immediate ban.</li>
|
||||||
|
<li class="font-weight-bold">Absolutely NO anti-CCP sentiment.</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
<a href="/post/19711/a-short-guide-on-how-to" style="color:red;font-weight:bold">- NO RIGHTWING AGENDAPOSTING.</a><br><br>
|
<p>All rules can and likely will be ignored at the discretion of the janitorial staff. Be funny, or at least compelling, and pretty much anything legal is welcome.</p>
|
||||||
|
|
||||||
- Don't post anything illegal.<br><br>
|
<p style="color: hotpink">πππ«π© π°π¨π³ ππ«π</p>
|
||||||
|
|
||||||
- No sexualizing minors even as a βjokeβ.<br><br>
|
|
||||||
|
|
||||||
- No doxing.<br><br>
|
|
||||||
|
|
||||||
- Using alts to game dramacoin will get you banned.<br><br>
|
|
||||||
|
|
||||||
- Supporting free speech is an immediate ban.<br><br>
|
|
||||||
|
|
||||||
<b>- Absolutely NO anti-CCP sentiment.</b><br><br>
|
|
||||||
|
|
||||||
All rules can and likely will be ignored at the discretion of the janitorial staff. Be funny, or at least compelling, and pretty much anything legal is welcome.<br><br>
|
|
||||||
|
|
||||||
<span style="color:hotpink">πππ«π© π°π¨π³ ππ«π</span><br><br>
|
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loadingβ¦
Reference in New Issue