get rid of all header classes

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-29 02:55:49 +02:00
parent efc390e0c0
commit aec78a3b05
18 changed files with 28 additions and 31 deletions

View File

@ -221,28 +221,28 @@ template {
[hidden] {
display: none !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
h1, h2, h3, h4, h5, h6 {
margin-top: 1rem;
margin-bottom: 1rem;
font-weight: 600;
line-height: 1.2;
}
h1, .h1 {
h1 {
font-size: 2.5rem;
}
h2, .h2 {
h2 {
font-size: 2rem;
}
h3, .h3 {
h3 {
font-size: 1.75rem;
}
h4, .h4 {
h4 {
font-size: 1.5rem;
}
h5, .h5 {
h5 {
font-size: 1.25rem;
}
h6, .h6 {
h6 {
font-size: 1rem;
}
hr {

View File

@ -15,7 +15,7 @@
<div class="row no-gutters">
<div class="col">
<div class="text-center py-7">
<div class="h4 p-2">There are no comments here (yet).</div>
<h4 class="p-2">There are no comments here (yet).</h4>
</div>
</div>
</div>
@ -23,4 +23,3 @@
</div>
{% endblock %}

View File

@ -15,7 +15,7 @@
<div class="row no-gutters">
<div class="col">
<div class="text-center py-7">
<div class="h4 p-2">There are no comments here (yet).</div>
<h4 class="p-2">There are no comments here (yet).</h4>
</div>
</div>
</div>
@ -23,4 +23,3 @@
</div>
{% endblock %}

View File

@ -14,7 +14,7 @@
<div class="col-10 col-md-7">
<div class="mb-5">
<a href="/" class="text-decoration-none"><span class="h3 text-primary"></span></a>
<a href="/" class="text-decoration-none"><h3 class="text-primary"></h3></a>
</div>
<h2>{% block authtitle %}{% endblock %}</h2>

View File

@ -586,7 +586,7 @@
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title h6">More options</h5>
<h6 class="modal-title">More options</h6>
<button type="button" class="close" data-bs-dismiss="modal" aria-label="Close">
<span aria-hidden="true"><i class="far fa-times"></i></span>
</button>
@ -668,7 +668,7 @@
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title h6">Admin options</h5>
<h6 class="modal-title">Admin options</h6>
<button type="button" class="close" data-bs-dismiss="modal" aria-label="Close">
<span aria-hidden="true"><i class="far fa-times"></i></span>
</button>
@ -754,7 +754,7 @@
<i class="fas fa-trash-alt text-muted d-mob-none" style="font-size: 3.5rem;"></i>
</div>
<div class="h4 d-md-none">Delete comment?</div>
<h4 class="d-md-none">Delete comment?</h4>
<p class="d-mob-none">Your comment will be deleted everywhere on {{SITE_NAME}}.</p>
@ -778,7 +778,7 @@
</button>
</div>
<div class="modal-body">
<div class="h6">We're sorry something here is wrong.</div>
<h6>We're sorry something here is wrong.</h6>
<small class="form-text text-muted mb-1">Please enter a reason for reporting below.</small>
<input autocomplete="off" maxlength="100" id="reason_comment" class="form-control">
</div>

View File

@ -13,7 +13,7 @@
<i class="fas fa-trash-alt text-muted d-mob-none" style="font-size: 3.5rem;"></i>
</div>
<div class="h4 d-md-none">Delete post?</div>
<h4 class="d-md-none">Delete post?</h4>
<p class="d-mob-none">Your post will be deleted everywhere on {{SITE_NAME}}.</p>

View File

@ -12,7 +12,7 @@
<div class="col-10 col-md-7">
<div class="mb-5">
<a href="/" class="text-decoration-none"><span class="h3 text-primary"></span></a>
<a href="/" class="text-decoration-none"><h3 class="text-primary"></h3></a>
</div>
{% block content %}

View File

@ -16,7 +16,7 @@
<div class="col-10 col-md-7">
<div class="mb-5">
<a href="/" class="text-decoration-none"><span class="h3 text-primary"></span></a>
<a href="/" class="text-decoration-none"><h3 class="text-primary"></h3></a>
</div>
<div id="login-form">

View File

@ -124,7 +124,7 @@
<i class="fas text-gray-600 fa-envelope fa-stack-1x text-lg"></i>
</span>
<div class="h5">No unread messages</div>
<h5>No unread messages</h5>
<div class="text-small text-muted mb-3">When someone comments or replies, it will show up here.</div>
<a href="/notifications" class="btn btn-primary ">View entire inbox</a>
</div>

View File

@ -2,7 +2,7 @@
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header p-3">
<h5 class="col modal-title text-center h6">Admin options</h5>
<h6 class="col modal-title text-center">Admin options</h6>
<button type="button" class="close position-absolute py-3" style="right: 1rem"data-bs-dismiss="modal" aria-label="Close">
<span aria-hidden="true"><i class="fas fa-times-circle text-gray-500"></i></span>
</button>

View File

@ -8,7 +8,7 @@
</button>
</div>
<div class="modal-body">
<div class="h6">We're sorry something here is wrong.</div>
<h6>We're sorry something here is wrong.</h6>
<small class="form-text text-muted">Please enter a reason for reporting below.</small>
<input autocomplete="off" maxlength="100" id="reason_post" class="form-control b2 mt-1">
</div>

View File

@ -20,7 +20,7 @@
<div class="col-10 col-md-7">
<div class="mb-3">
<a href="/" class="text-decoration-none"><span class="h3 text-primary"></span></a>
<a href="/" class="text-decoration-none"><h3 class="text-primary"></h3></a>
</div>
<div id="register-form">

View File

@ -15,7 +15,7 @@
<div class="col-10 col-md-7">
<div class="text-center mb-5">
<a href="/" class="text-decoration-none"><span class="h3 text-primary"></span></a>
<a href="/" class="text-decoration-none"><h3 class="text-primary"></h3></a>
</div>
<div id="register-form">

View File

@ -569,7 +569,7 @@
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header p-3">
<h5 class="col modal-title text-center h6">More options</h5>
<h6 class="col modal-title text-center">More options</h6>
<button type="button" class="close position-absolute py-3" style="right: 1rem"data-bs-dismiss="modal" aria-label="Close">
<span aria-hidden="true"><i class="fas fa-times-circle text-gray-500"></i></span>
</button>

View File

@ -285,7 +285,7 @@
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header p-3">
<h5 class="col modal-title text-center h6">More options</h5>
<h6 class="col modal-title text-center">More options</h6>
<button type="button" class="close position-absolute py-3" style="right: 1rem"data-bs-dismiss="modal" aria-label="Close">
<span aria-hidden="true"><i class="fas fa-times-circle text-gray-500"></i></span>
</button>
@ -351,7 +351,7 @@
<div class="row no-gutters">
<div class="col">
<div class="text-center py-7">
<div class="h4 p-2">This queue is empty. (That's a good thing.)</div>
<h4 class="p-2">This queue is empty. (That's a good thing.)</h4>
</div>
</div>
</div>

View File

@ -14,7 +14,7 @@
<div class="card-body" style="word-wrap: break-word;">
<div class="d-flex flex-wrap justify-content-between align-items-center mb-1">
<a class="card-title text-break stretched-link h5 mb-0" href="{{u.url}}">@{{u.username}}</a>
<h5 class="card-title text-break stretched-link mb-0" href="{{u.url}}">@{{u.username}}</h5>
{% if v %}
{% if v.id!=u.id and not u.is_private and not u.is_nofollow %}

View File

@ -53,7 +53,7 @@
<div id="profilestuff" class="ml-3 w-100">
{{userpage_admintools.userBanBlock('desktop')}}
<div class="d-flex align-items-center mt-1 mb-2">
<h1 class="font-weight-bolder h3 my-0 mr-2" id="profile--name" style="color: #{{u.name_color}}"><span {% if u.patron %}class="patron" style="background-color:#{{u.name_color}}"{% endif %}>{{u.user_name}}</span></h1>
<h3 class="font-weight-bolder my-0 mr-2" id="profile--name" style="color: #{{u.name_color}}"><span {% if u.patron %}class="patron" style="background-color:#{{u.name_color}}"{% endif %}>{{u.user_name}}</span></h3>
{% if u.username != u.original_username %}
<span id="profile--origname">

View File

@ -16,7 +16,7 @@
<div class="row no-gutters">
<div class="col">
<div class="text-center py-7">
<div class="h4 p-2">There are no comments here (yet).</div>
<h4 class="p-2">There are no comments here (yet).</h4>
</div>
</div>
</div>
@ -24,4 +24,3 @@
</div>
{% endblock %}