Fix CSS + Add translations

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
hossainemruz 2021-05-16 23:55:04 +06:00
parent 0c4367b71d
commit 490a71aab2
17 changed files with 50 additions and 11 deletions

View file

@ -106,3 +106,6 @@ other = "সার্টিফিকেট দেখুন"
[notes]
other = "নোট সমূহ"
[disclaimer_text]
other = "দায় বিজ্ঞপ্তি"

View file

@ -109,3 +109,6 @@ other = "查看证书"
[notes]
other = "笔记"
[disclaimer_text]
other = "责任通知"

View file

@ -38,9 +38,6 @@ other = "Wir werden Ihre E-Mail-Adresse nicht an Dritte weitergeben."
[submit]
other = "Absenden"
[disclaimer_text]
other = "Haftungshinweis"
[hugoAttributionText]
other = "Unterstützt von"
@ -112,3 +109,6 @@ other = "Bekijk certificaat"
[notes]
other = "Opmerkingen"
[disclaimer_text]
other = "Haftungshinweis"

View file

@ -38,9 +38,6 @@ other = "We'll never share your email with anyone else."
[submit]
other = "Submit"
[disclaimer_text]
other = "Liability Note"
[hugoAttributionText]
other = "Powered by"
@ -112,3 +109,6 @@ other = "View Certificate"
[notes]
other = "Notes"
[disclaimer_text]
other = "Liability Notice"

View file

@ -109,3 +109,6 @@ other = "Ver Certificado"
[notes]
other = "Notas"
[disclaimer_text]
other = "Aviso de responsabilidad"

View file

@ -109,3 +109,6 @@ other = "Afficher le certificat"
[notes]
other = "Remarques"
[disclaimer_text]
other = "Avis de responsabilité"

View file

@ -109,3 +109,6 @@ other = "प्रमाणपत्र देखें"
[notes]
other = "टिप्पणियाँ"
[disclaimer_text]
other = "दायित्व सूचना"

View file

@ -109,3 +109,6 @@ other = "Lihat Sertifikat"
[notes]
other = "Catatan"
[disclaimer_text]
other = "Pemberitahuan Kewajiban"

View file

@ -109,3 +109,6 @@ other = "Féach ar an Teastas"
[notes]
other = "Appunti"
[disclaimer_text]
other = "Avviso di responsabilità"

View file

@ -106,3 +106,6 @@ other = "ビューの証明書"
[notes]
other = "ノート"
[disclaimer_text]
other = "責任通知"

View file

@ -109,3 +109,6 @@ other = "인증서보기"
[notes]
other = "메모"
[disclaimer_text]
other = "책임 고지"

View file

@ -109,3 +109,6 @@ other = "Просмотреть сертификат"
[notes]
other = "Ноты"
[disclaimer_text]
other = "Уведомление об ответственности"

View file

@ -109,3 +109,6 @@ other = "Xem chứng chỉ"
[notes]
other = "Ghi chú"
[disclaimer_text]
other = "Thông báo trách nhiệm"

View file

@ -112,7 +112,9 @@
</div>
{{ if and $disclaimerEnabled $disclaimer}}
<hr />
<p>{{ i18n "disclaimer_text" }}: {{ $disclaimer }}</p>
<div class="container">
<p id="disclaimer"><strong>{{ i18n "disclaimer_text" }}:</strong> {{ $disclaimer }}</p>
</div>
{{ end }}
{{ if $credentialsEnabled }}
<hr />

View file

@ -339,6 +339,14 @@ mark {
background-color: #e5e9f2;
}
.footer #disclaimer{
color: #8392a5 !important;
text-align: justify;
}
.footer #disclaimer>strong{
color: #c0ccda!important;
}
.footer #theme {
color: #c0ccda;
}

View file

@ -37,7 +37,6 @@ body {
}
.toc-holder {
position: -webkit-sticky;
position: sticky;
top: 4.5rem;
overflow-x: hidden;

View file

@ -8,7 +8,6 @@
.sidebar-holder {
top: 2.5rem;
position: -webkit-sticky;
position: sticky;
background-color: #f9fafc;
height: 100vh;
@ -192,7 +191,6 @@ a.focused {
transition: all ease-out 0.3s;
}
.sidebar-holder {
position: -webkit-sticky;
position: sticky;
top: 2.5rem;
width: 100%;
@ -222,7 +220,6 @@ a.focused {
transition: all ease-out 0.3s;
}
.sidebar-holder {
position: -webkit-sticky;
position: sticky;
top: 2.5rem;
width: 100%;