diff --git a/files/assets/css/4chan.css b/files/assets/css/4chan.css index 58b8b4cf1..f496af004 100644 --- a/files/assets/css/4chan.css +++ b/files/assets/css/4chan.css @@ -143,4 +143,8 @@ blockquote a { .user-name span { color: #117743 !important; +} + +.comment-anchor:target, .unread2 { + background: #ffffff88 !important; } \ No newline at end of file diff --git a/files/assets/css/classic.css b/files/assets/css/classic.css index 22c4d9fc1..bbe665c65 100644 --- a/files/assets/css/classic.css +++ b/files/assets/css/classic.css @@ -507,15 +507,14 @@ a.nav-link:hover { } .comment-anchor:target, .unread2 { - background: rgba(136,136,136,0.2) !important; + background: #88888833 !important; padding: 12px; } -/*chat*/ #chat-window { background-color: white !important; } .chat-message { color: var(--black2) !important; -} +} \ No newline at end of file diff --git a/files/assets/css/coffee.css b/files/assets/css/coffee.css index 5e312df79..d4da7152c 100644 --- a/files/assets/css/coffee.css +++ b/files/assets/css/coffee.css @@ -95,4 +95,8 @@ blockquote { #profilestuff > * { color: #cfcfcf !important; +} + +.comment-anchor:target, .unread2 { + background: #ffffff88 !important; } \ No newline at end of file diff --git a/files/assets/css/light.css b/files/assets/css/light.css index 76123a232..f3904bbb0 100644 --- a/files/assets/css/light.css +++ b/files/assets/css/light.css @@ -77,4 +77,8 @@ blockquote { #profilestuff > * { color: var(--gray-400) !important; +} + +.comment-anchor:target, .unread2 { + background: #00000055 !important; } \ No newline at end of file diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 0b6bde4e1..687d93e2b 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -4810,7 +4810,7 @@ html { display: block; } .comment-anchor:target, .unread2 { - background: rgba(255,255,255,0.2) !important; + background: #ffffff33 !important; padding: 12px; } diff --git a/files/assets/css/win98.css b/files/assets/css/win98.css index 3b3ee2dc3..a2f987d10 100644 --- a/files/assets/css/win98.css +++ b/files/assets/css/win98.css @@ -157,4 +157,8 @@ blockquote { #profilestuff > * { color: #cfcfcf !important; +} + +.comment-anchor:target, .unread2 { + background: #ffffffaa !important; } \ No newline at end of file diff --git a/files/templates/authforms.html b/files/templates/authforms.html index 4cdfa2bf1..0adb85eb4 100644 --- a/files/templates/authforms.html +++ b/files/templates/authforms.html @@ -15,7 +15,7 @@ {% if v %} - + {% if v.agendaposter %} - + {% endif %} diff --git a/files/templates/chat.html b/files/templates/chat.html index 9956ccf82..a3b8580b0 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -14,8 +14,8 @@ Chat - - + + {% if v.css %} {% endif %} diff --git a/files/templates/default.html b/files/templates/default.html index ee4006421..e6a713ad9 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -7,8 +7,8 @@ {% if v %} - - + + {% if v.agendaposter %} - - + + {% endif %} {% if sub and sub.css and not request.path.endswith('settings') %} diff --git a/files/templates/log.html b/files/templates/log.html index 5060856b6..344632136 100644 --- a/files/templates/log.html +++ b/files/templates/log.html @@ -6,7 +6,7 @@ {% block content %} {% if v %} - + {% if v.agendaposter %} - + {% endif %}
diff --git a/files/templates/login.html b/files/templates/login.html index e0e212313..b35a23fde 100644 --- a/files/templates/login.html +++ b/files/templates/login.html @@ -18,8 +18,8 @@ {% endblock %} - - + + diff --git a/files/templates/login_2fa.html b/files/templates/login_2fa.html index 92a60401b..d7a7c5b26 100644 --- a/files/templates/login_2fa.html +++ b/files/templates/login_2fa.html @@ -14,7 +14,7 @@ 2-Step Login - {{SITE_NAME}} - + diff --git a/files/templates/settings.html b/files/templates/settings.html index c3e06e7a4..98507f89d 100644 --- a/files/templates/settings.html +++ b/files/templates/settings.html @@ -34,7 +34,7 @@ - + {% if v.agendaposter %} - + {% else %} - + {% endif %} diff --git a/files/templates/sign_up.html b/files/templates/sign_up.html index 0ddb08454..99d77e97a 100644 --- a/files/templates/sign_up.html +++ b/files/templates/sign_up.html @@ -31,7 +31,7 @@ {% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}Sign up - {{SITE_NAME}}{% endif %} - + diff --git a/files/templates/sign_up_failed_ref.html b/files/templates/sign_up_failed_ref.html index a153e78f8..175048704 100644 --- a/files/templates/sign_up_failed_ref.html +++ b/files/templates/sign_up_failed_ref.html @@ -32,7 +32,7 @@ {% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}{{SITE_NAME}}{% endif %} - + diff --git a/files/templates/submit.html b/files/templates/submit.html index c9545060e..e2c359608 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -26,7 +26,7 @@ {% block stylesheets %} {% if v %} - + {% if v.agendaposter %} - - + + {% endif %} {% endblock %}