From d97bd26fd9e5bc4fc0f74058c1589a08bff1849d Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Mon, 6 Apr 2020 17:39:32 +0200 Subject: [PATCH] Add Yunohost logo --- custom_portal.css | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/custom_portal.css b/custom_portal.css index f50d514..ec53834 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -190,7 +190,7 @@ input[type="submit"] { body.logged, .logged .content { min-height: 100vh; } -.logged #ynh-logo, .logged { +.logged { margin: 0; padding: 0; position: unset; @@ -292,7 +292,26 @@ body.logged, .logged .content { height: 82px; size: 16px; } + /* ------------------------ + Yunohost Icon + ------------------------ */ +.logged #ynh-logo { + margin: 0 0 8vh; + padding: 0 108px 0 0; + width: 25%; + height: 85px; + line-height: 85px; + left: 0; + text-align: right; + background-position: right; + color: #c2a593; + font-variant: small-caps; + font-family: 'NotoSansBold', serif; +} +.logged #ynh-logo:before { + content: "Powered by "; +} /* ------------------------ Logout Icon ------------------------ */