From 65165336890a6c73d64968f7c7db5975fc65c6b2 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 27 Nov 2019 20:53:08 +0000 Subject: [PATCH] Transparent text --- epicyon-profile.css | 5 +++++ webinterface.py | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 0a71d61a3..b48870741 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -379,6 +379,11 @@ input[type=number] { font-size: var(--font-size); } +.transparent { + color: rgba(0, 0, 0, 0.0); + font-size: 0px; +} + .labelsright { float: right; font-size: var(--font-size); diff --git a/webinterface.py b/webinterface.py index e053c8a4e..360079a7a 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2632,7 +2632,8 @@ def htmlTimeline(recentPostsCache: {},maxRecentPosts: int, # banner and row of buttons tlStr+='' tlStr+='
' - tlStr+=''+translate['Switch to profile view']+'' + # Note: this creates a link to the profile page when viewed in lynx, but should be invisible in a graphical web browser + tlStr+='' tlStr+='
' tlStr+='
\n' tlStr+=' '