diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 33d7d3253..af3cb3b1a 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -359,6 +359,7 @@ svg { } table { border-collapse: collapse; + margin-bottom: 3rem !important; } caption { padding-top: 0.75rem; @@ -656,31 +657,31 @@ pre code { max-width: 25%; } } -.table { +table { width: 100%; margin-bottom: 1rem; color: #212529; } -.table th, .table td { +table th, table td { padding: 0.75rem; vertical-align: top; border-top: 1px solid var(--gray-400); } -.table thead th { +table thead th { vertical-align: bottom; border-bottom: 2px solid var(--gray-400); } -.table tbody + tbody { +table tbody + tbody { border-top: 2px solid var(--gray-400); } -.table-striped tbody tr:nth-of-type(odd) { +table tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.05); } .table-hover tbody tr:hover { color: #212529; background-color: rgba(0, 0, 0, 0.075); } -.table .thead-dark th { +table .thead-dark th { color: #fff; background-color: #343a40; border-color: #454d55; @@ -4595,7 +4596,7 @@ ul.comment-section { background-position: bottom; object-fit: cover; } -.table .thead-dark th { +table .thead-dark th { color: var(--muted); font-size: 12px; text-transform: uppercase; @@ -5136,7 +5137,7 @@ span.green { padding: 0.75rem 0.4rem; } } -.table { +table { color: var(--white); } .comment-box { @@ -6000,11 +6001,11 @@ li > .sidebar { } @media (max-width: 768px) { - .table th { + table th { padding-left: 0.5rem; padding-right: 0.5rem; } - .table td { + table td { padding-left: 0.5rem; padding-right: 0.5rem; font-size: 0.9rem; @@ -6726,7 +6727,7 @@ div.markdown { display: none !important; } } -.table th, .table td { +table th, table td { vertical-align: middle; } @@ -7530,7 +7531,7 @@ body { overflow-wrap: break-word !important; } -.table *, .playing-card_large { +table *, .playing-card_large { word-break: keep-all !important; } @@ -7687,3 +7688,8 @@ details { margin-bottom: 1rem; cursor: pointer; } + +thead { + background-color: var(--primary) !important; + color: var(--white); +} diff --git a/files/templates/admin/alt_votes.html b/files/templates/admin/alt_votes.html index d981fa1a2..b044621ba 100644 --- a/files/templates/admin/alt_votes.html +++ b/files/templates/admin/alt_votes.html @@ -13,8 +13,8 @@ {% if u1 and u2 %}

Analysis

- - +
+ diff --git a/files/templates/admin/alts.html b/files/templates/admin/alts.html index 3b4990ca8..5316b29f7 100644 --- a/files/templates/admin/alts.html +++ b/files/templates/admin/alts.html @@ -20,8 +20,8 @@ They are {% if not u.is_permabanned %}not {% endif %}permanently banned{% if v.admin_level >= PERMS['USER_SHADOWBAN'] %} and they are {% if not u.shadowbanned %}not {% endif %}shadowbanned{% endif %}.

-
@{{u1.username}} only (% unique)
- +
+ diff --git a/files/templates/admin/badge_admin.html b/files/templates/admin/badge_admin.html index 60fedcca1..3868b28a7 100644 --- a/files/templates/admin/badge_admin.html +++ b/files/templates/admin/badge_admin.html @@ -11,7 +11,7 @@
# Name
- + diff --git a/files/templates/admin/banned_domains.html b/files/templates/admin/banned_domains.html index 5334fbba8..1962f3145 100644 --- a/files/templates/admin/banned_domains.html +++ b/files/templates/admin/banned_domains.html @@ -6,7 +6,7 @@
Select Image
- + diff --git a/files/templates/admin/dm_media.html b/files/templates/admin/dm_media.html index 724bfe60b..7593f4ce4 100644 --- a/files/templates/admin/dm_media.html +++ b/files/templates/admin/dm_media.html @@ -3,8 +3,8 @@ {% block content %}

DM Media

-
Domain Ban reason
- +
+ diff --git a/files/templates/admin/ip_users.html b/files/templates/admin/ip_users.html index 8a64c6f25..bbcc8df15 100644 --- a/files/templates/admin/ip_users.html +++ b/files/templates/admin/ip_users.html @@ -4,8 +4,8 @@ {% block content %}
Users who visited from {{ip}}
-
Image Sender
- +
+ diff --git a/files/templates/admin/loggedin.html b/files/templates/admin/loggedin.html index 647b94178..25e25f068 100644 --- a/files/templates/admin/loggedin.html +++ b/files/templates/admin/loggedin.html @@ -2,8 +2,8 @@ {% block pagetitle %}Logged In Users{% endblock %} {% block content %}
-
Name First Used
- +
+ diff --git a/files/templates/admin/loggedout.html b/files/templates/admin/loggedout.html index d058adce6..ce7f0de4a 100644 --- a/files/templates/admin/loggedout.html +++ b/files/templates/admin/loggedout.html @@ -2,8 +2,8 @@ {% block pagetitle %}Logged Out Users{% endblock %} {% block content %}
-
# Name
- +
+ diff --git a/files/templates/admin/lottery.html b/files/templates/admin/lottery.html index 8f3febb68..321d78ebd 100644 --- a/files/templates/admin/lottery.html +++ b/files/templates/admin/lottery.html @@ -3,8 +3,8 @@ {% block content %}
Admin — Lottery Participants
-
# Details
- +
+ diff --git a/files/templates/admin/orgy_control.html b/files/templates/admin/orgy_control.html index 90f196209..baf98dacd 100644 --- a/files/templates/admin/orgy_control.html +++ b/files/templates/admin/orgy_control.html @@ -49,8 +49,8 @@
-
# Name
- +
+ diff --git a/files/templates/admin/patrons.html b/files/templates/admin/patrons.html index ee277e800..5efd75755 100644 --- a/files/templates/admin/patrons.html +++ b/files/templates/admin/patrons.html @@ -2,8 +2,8 @@ {% block pagetitle %}Patrons{% endblock %} {% block content %}
-
Type Title
- +
+ diff --git a/files/templates/admin/shadowbanned.html b/files/templates/admin/shadowbanned.html index 20c117a38..851fcb527 100644 --- a/files/templates/admin/shadowbanned.html +++ b/files/templates/admin/shadowbanned.html @@ -3,8 +3,8 @@ {% block content %}
Shadowbanned Users
-
# Name
- +
+
Name diff --git a/files/templates/admin/user_ips.html b/files/templates/admin/user_ips.html index fd01ef089..3249dd38a 100644 --- a/files/templates/admin/user_ips.html +++ b/files/templates/admin/user_ips.html @@ -4,8 +4,8 @@ {% block content %}
@{{u.username}}'s IPs
- - +
+ diff --git a/files/templates/admins.html b/files/templates/admins.html index 7a8418767..fd6fd7709 100644 --- a/files/templates/admins.html +++ b/files/templates/admins.html @@ -5,8 +5,8 @@ {% block content %}
Admins
-
IP First Used
- +
+ diff --git a/files/templates/badges.html b/files/templates/badges.html index c47e1ce80..2be731423 100644 --- a/files/templates/badges.html +++ b/files/templates/badges.html @@ -4,8 +4,8 @@

User Badges

This page describes the requirements for obtaining all profile badges.
-
# Name
- +
+ diff --git a/files/templates/banned.html b/files/templates/banned.html index 8d526ef06..06928481f 100644 --- a/files/templates/banned.html +++ b/files/templates/banned.html @@ -3,8 +3,8 @@ {% block content %}
Banned Users
-
ID Name
- +
+
Name diff --git a/files/templates/blocks.html b/files/templates/blocks.html index c7802b8fe..d9e0ff336 100644 --- a/files/templates/blocks.html +++ b/files/templates/blocks.html @@ -3,8 +3,8 @@ {% block content %}
Blocks
- - +
+
User diff --git a/files/templates/chuds.html b/files/templates/chuds.html index a41846725..61b2deb85 100644 --- a/files/templates/chuds.html +++ b/files/templates/chuds.html @@ -3,8 +3,8 @@ {% block content %}
Chudded Users
- - +
+ diff --git a/files/templates/commenters.html b/files/templates/commenters.html index f29f02c09..899188ac9 100644 --- a/files/templates/commenters.html +++ b/files/templates/commenters.html @@ -3,8 +3,8 @@ {% block content %}
!commenters
-
# Name
- +
+ diff --git a/files/templates/donate.html b/files/templates/donate.html index 6245d327a..8911ae2aa 100644 --- a/files/templates/donate.html +++ b/files/templates/donate.html @@ -4,7 +4,7 @@ {% set can_see = DONATE_LINK != DEFAULT_CONFIG_VALUE and v and v.can_see_countryclub and v.chud != 1 %}

Donate and get {{patron}} rewards

-
# Name
+
{% if can_see %} diff --git a/files/templates/emojis.html b/files/templates/emojis.html index 206a32502..c73fd011e 100644 --- a/files/templates/emojis.html +++ b/files/templates/emojis.html @@ -21,7 +21,7 @@
- + diff --git a/files/templates/formatting.html b/files/templates/formatting.html index 74ff353bd..3229ea44b 100644 --- a/files/templates/formatting.html +++ b/files/templates/formatting.html @@ -7,7 +7,7 @@
# Name
- + diff --git a/files/templates/grassed.html b/files/templates/grassed.html index e602d5167..ef20c93ba 100644 --- a/files/templates/grassed.html +++ b/files/templates/grassed.html @@ -2,8 +2,8 @@ {% block pagetitle %}Grassed Users{% endblock %} {% block content %}
-
Name What you type
- +
+ diff --git a/files/templates/group_memberships.html b/files/templates/group_memberships.html index 8696f9990..f09e1ab88 100644 --- a/files/templates/group_memberships.html +++ b/files/templates/group_memberships.html @@ -19,7 +19,7 @@
# Name
- + diff --git a/files/templates/groups.html b/files/templates/groups.html index 906636cd2..836728ec2 100644 --- a/files/templates/groups.html +++ b/files/templates/groups.html @@ -28,7 +28,7 @@

Ping Groups

# Name
- + diff --git a/files/templates/hats.html b/files/templates/hats.html index e7096e85d..e87bc2254 100644 --- a/files/templates/hats.html +++ b/files/templates/hats.html @@ -41,7 +41,7 @@
# Name
- + diff --git a/files/templates/hole/blockers.html b/files/templates/hole/blockers.html index 63a36763f..0cb3ce307 100644 --- a/files/templates/hole/blockers.html +++ b/files/templates/hole/blockers.html @@ -3,8 +3,8 @@ {% block content %}
Users {{verb}} /h/{{hole}}
-
Hat Name
- +
+ diff --git a/files/templates/hole/exilees.html b/files/templates/hole/exilees.html index 9f9317822..78b591d94 100644 --- a/files/templates/hole/exilees.html +++ b/files/templates/hole/exilees.html @@ -3,8 +3,8 @@ {% block content %}
Users exiled from /h/{{hole}}
-
# Name
- +
+ diff --git a/files/templates/hole/holes.html b/files/templates/hole/holes.html index 95de6e885..1c04ccc06 100644 --- a/files/templates/hole/holes.html +++ b/files/templates/hole/holes.html @@ -3,8 +3,8 @@ {% block content %}
Hole List
-
# Name
- +
+ diff --git a/files/templates/hole/mods.html b/files/templates/hole/mods.html index 6898c573c..55a29dc9c 100644 --- a/files/templates/hole/mods.html +++ b/files/templates/hole/mods.html @@ -6,8 +6,8 @@
/h/{{hole}} Mods
-
# Name
- +
+ diff --git a/files/templates/leaderboard.html b/files/templates/leaderboard.html index 9565ee0c5..9eb45de55 100644 --- a/files/templates/leaderboard.html +++ b/files/templates/leaderboard.html @@ -47,8 +47,8 @@
{% if leaderboard.desc %}Top{% else %}Bottom{% endif %} {{leaderboard.limit}} {% if leaderboard.table_header_name != 'most blocked' %}by{% endif %} {{leaderboard.table_header_name}}
-
# Name
- +
+ diff --git a/files/templates/notification_mutes.html b/files/templates/notification_mutes.html index 4fc3a1a59..8d394f8dd 100644 --- a/files/templates/notification_mutes.html +++ b/files/templates/notification_mutes.html @@ -5,8 +5,8 @@ Notification Mutes
-
# Name
- +
+ diff --git a/files/templates/owners.html b/files/templates/owners.html index 106c38332..a1c4efda5 100644 --- a/files/templates/owners.html +++ b/files/templates/owners.html @@ -3,8 +3,8 @@ {% block content %}
{{name}} {{kind}} Owners
-
User Target
- +
+
Name Owned since diff --git a/files/templates/poll_votes.html b/files/templates/poll_votes.html index 77d357457..21fb6f91f 100644 --- a/files/templates/poll_votes.html +++ b/files/templates/poll_votes.html @@ -15,8 +15,8 @@ {% endif %}
- - +
+ diff --git a/files/templates/shop.html b/files/templates/shop.html index 1107c0b1f..28ffd1705 100644 --- a/files/templates/shop.html +++ b/files/templates/shop.html @@ -47,7 +47,7 @@
# User
- + diff --git a/files/templates/special/worldcup22_leaderboard.html b/files/templates/special/worldcup22_leaderboard.html index ec4a16a5a..5c7335d25 100644 --- a/files/templates/special/worldcup22_leaderboard.html +++ b/files/templates/special/worldcup22_leaderboard.html @@ -3,8 +3,8 @@ {% block content %}

Women World Cup 2023 Betting Leaderboard

-
Icon Title
- +
+ diff --git a/files/templates/stats.html b/files/templates/stats.html index 138b6e18e..15bfd2535 100644 --- a/files/templates/stats.html +++ b/files/templates/stats.html @@ -12,8 +12,8 @@
-
# Name
- +
+ diff --git a/files/templates/userpage/blockers.html b/files/templates/userpage/blockers.html index ed219efc6..48f2c2df6 100644 --- a/files/templates/userpage/blockers.html +++ b/files/templates/userpage/blockers.html @@ -3,8 +3,8 @@ {% block content %}
@{{u.username}}'s blockers ({{total}} user{{macros.plural(total)}})
-
Statistic Value
- +
+
Name Blocking since diff --git a/files/templates/userpage/blocking.html b/files/templates/userpage/blocking.html index 3ee0dc984..aa4b92bcf 100644 --- a/files/templates/userpage/blocking.html +++ b/files/templates/userpage/blocking.html @@ -4,8 +4,8 @@
Users blocked by @{{u.username}} ({{total}} user{{macros.plural(total)}})
- - +
+ diff --git a/files/templates/userpage/followers.html b/files/templates/userpage/followers.html index c1552d7ce..3bffc7282 100644 --- a/files/templates/userpage/followers.html +++ b/files/templates/userpage/followers.html @@ -3,8 +3,8 @@ {% block content %}
@{{u.username}}'s followers ({{total}} user{{macros.plural(total)}})
-
Name Blocking since
- +
+
Name Following since diff --git a/files/templates/userpage/following.html b/files/templates/userpage/following.html index 851864aba..ddcc1dc93 100644 --- a/files/templates/userpage/following.html +++ b/files/templates/userpage/following.html @@ -3,8 +3,8 @@ {% block content %}
Users followed by @{{u.username}} ({{total}} user{{macros.plural(total)}})
- - +
+
Name Following since diff --git a/files/templates/userpage/muters.html b/files/templates/userpage/muters.html index 7635083df..9c56b5954 100644 --- a/files/templates/userpage/muters.html +++ b/files/templates/userpage/muters.html @@ -3,8 +3,8 @@ {% block content %}
@{{u.username}}'s notification muters ({{total}} user{{macros.plural(total)}})
- - +
+
Name Muting notifications since diff --git a/files/templates/userpage/muting.html b/files/templates/userpage/muting.html index e5b695273..ab64266a9 100644 --- a/files/templates/userpage/muting.html +++ b/files/templates/userpage/muting.html @@ -3,8 +3,8 @@ {% block content %}
Users whose notifications are muted by @{{u.username}} ({{total}} user{{macros.plural(total)}})
- - +
+ diff --git a/files/templates/userpage/views.html b/files/templates/userpage/views.html index 535d205a5..1cf06905f 100644 --- a/files/templates/userpage/views.html +++ b/files/templates/userpage/views.html @@ -4,8 +4,8 @@ {% block content %}
Users who viewed @{{u.username}}'s profile
-
Name Muting notifications since
- +
+ diff --git a/files/templates/userpage/voters.html b/files/templates/userpage/voters.html index 24c085f7c..92ec83506 100644 --- a/files/templates/userpage/voters.html +++ b/files/templates/userpage/voters.html @@ -4,8 +4,8 @@

{{name2}}

Total: {{total_items}}
-
Name Last visit
- +
+ diff --git a/files/templates/votes.html b/files/templates/votes.html index 1e5bd3a7b..629240fcb 100644 --- a/files/templates/votes.html +++ b/files/templates/votes.html @@ -12,8 +12,8 @@

Upvotes

-
# Name
- +
+ @@ -39,8 +39,8 @@

Downvotes

-
# User
- +
+
# User