diff --git a/files/assets/css/classic.css b/files/assets/css/classic.css index 0852071af..eaddc9565 100644 --- a/files/assets/css/classic.css +++ b/files/assets/css/classic.css @@ -490,7 +490,7 @@ a.nav-link:hover { color:black !important; } -#frontpage .btn.btn-secondary.text-small-m { +#frontpage .btn.btn-secondary.{ color: #ff0 !important; text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000 !important; background: transparent !important; diff --git a/files/templates/changelog.html b/files/templates/changelog.html index e3030a13b..18ae76fe2 100644 --- a/files/templates/changelog.html +++ b/files/templates/changelog.html @@ -67,8 +67,8 @@ {% block content %} {% if v %} - Subscribe - Unsubscribe + Subscribe + Unsubscribe {% endif %}
diff --git a/files/templates/home.html b/files/templates/home.html index 88e0b2890..60cb9ee4f 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -33,36 +33,20 @@
-
- - {% block navbar %} -
- {% if v %} - - - {% if v.paid_dues %} - {% if ccmode=="true"%} - CC - {% else %} - CC - {% endif %} + {% if v %} +
+ {% if sub %} + {% if v.subs == 1 %} + Subscribe to /h/{{sub.name}} + Unsubscribe from /h/{{sub.name}} + {% else %} + Block /h/{{sub.name}} + Unblock /h/{{sub.name}} {% endif %} - - + {% endif %} - -
diff --git a/files/templates/sidebar_Drama.html b/files/templates/sidebar_Drama.html index 2b2da3d62..3defe1389 100644 --- a/files/templates/sidebar_Drama.html +++ b/files/templates/sidebar_Drama.html @@ -14,23 +14,27 @@
{{sub.sidebar_html|safe}}
{% endif %} {% if v %} - SUBSCRIBE - UNSUBSCRIBE - - BLOCK HOLE - UNBLOCK HOLE +
+ {% if v.subs == 1 %} + SUBSCRIBE TO HOLE + UNSUBSCRIBE FROM HOLE + {% else %} + BLOCK HOLE + UNBLOCK HOLE + {% endif %} +
{% if v.id in (AEVANN_ID,CARP_ID) %} CREATE HOLE {% endif %} {% if v.mods(sub.name) %} - SUB SETTINGS + HOLE SETTINGS {% endif %} {% endif %} - MODS - SUBSCRIBERS - EXILEES - BLOCKERS + HOLE MODS + HOLE SUBSCRIBERS + HOLE EXILEES + HOLE BLOCKERS {% else %} {% if v and v.id in (AEVANN_ID,CARP_ID) %} CREATE HOLE diff --git a/files/templates/sidebar_PCM.html b/files/templates/sidebar_PCM.html index b4bfc7090..80f09bbfa 100644 --- a/files/templates/sidebar_PCM.html +++ b/files/templates/sidebar_PCM.html @@ -8,12 +8,19 @@ SUB SETTINGS {% endif %} {% if v %} - BLOCK HOLE - UNBLOCK HOLE +
+ {% if v.subs == 1 %} + SUBSCRIBE TO HOLE + UNSUBSCRIBE FROM HOLE + {% else %} + BLOCK HOLE + UNBLOCK HOLE + {% endif %} +
{% endif %} - MODS - EXILEES - BLOCKERS + HOLE MODS + HOLE EXILEES + HOLE BLOCKERS {% endif %} CREATE HOLE diff --git a/files/templates/user_listing.html b/files/templates/user_listing.html index fdbeb267c..54d6d5eea 100644 --- a/files/templates/user_listing.html +++ b/files/templates/user_listing.html @@ -13,12 +13,12 @@ {% if v %} {% if v.id!=u.id and not u.is_private and not u.is_nofollow %} - + - {% if not u.fish %}{% endif %} + {% if not u.fish %}{% endif %} {% endif %} {% else %} - + {% endif %}