Make rDrama sidebar markup semantic.
parent
c4063f081c
commit
bf25937b54
|
@ -5547,8 +5547,16 @@ audio, video {
|
|||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
#sidebar--rules--list {
|
||||
.sidebar--rules-list {
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.sidebar--rules-list--rdrama li {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.sidebar--rules-list--wpd {
|
||||
font-size: 0.95rem;
|
||||
}
|
||||
|
||||
|
|
|
@ -65,9 +65,9 @@
|
|||
<a href="/h/music">Music</a>
|
||||
</div>
|
||||
|
||||
<div id="sidebar--rules">
|
||||
<h3 id="sidebar--rules--head" class="sidebar--heading">Rules</h3>
|
||||
<ol id="sidebar--rules--list">
|
||||
<div class="sidebar--rules">
|
||||
<h3 class="sidebar--rules-head sidebar--heading">Rules</h3>
|
||||
<ol class="sidebar--rules-list sidebar--rules-list--wpd">
|
||||
<li>Do not post anything illegal under US law.
|
||||
<ul>
|
||||
<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>
|
||||
{%- endif %}
|
||||
|
||||
<div class="rules mt-5">
|
||||
<h3>Rules:</h3><br>
|
||||
<div class="sidebar--rules">
|
||||
<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>
|
||||
|
||||
- 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>
|
||||
<p style="color: hotpink">𝐜𝐚𝐫𝐩 𝐰𝐨𝐳 𝐞𝐫𝐞</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue