From bbf1ffa44528f2fcfa579c3a90ae881247024eed Mon Sep 17 00:00:00 2001 From: coja Date: Fri, 1 May 2026 22:56:07 +0200 Subject: [PATCH] [Style] account link styling --- pages/en/account.html | 27 +++++++++++++++++++++------ pages/sr/account.html | 26 ++++++++++++++++++++------ site/styles/account.css | 12 ++++++++++++ 3 files changed, 53 insertions(+), 12 deletions(-) diff --git a/pages/en/account.html b/pages/en/account.html index 7e81b04..0b81e15 100644 --- a/pages/en/account.html +++ b/pages/en/account.html @@ -1,8 +1,23 @@

Account

-

If you have created an account on dmz.rs, you can use our XMPP and e-mail server, as well as other services that support LDAP login.

-

For more on XMPP see this tutorial.

-

You can see settings for the Thunderbird mail client on this image.

+

+ If you have created an account on dmz.rs, you can use our XMPP and e-mail + server, as well as other services that support LDAP login. +

+

+ For more on XMPP see + this tutorial. +

+

+ You can see settings for the + Thunderbird mail client on this + image. +

-

Register

-

Delete account

-

Change password

+

+

Register

+

+

Delete account

+

+

Change password

+

+
diff --git a/pages/sr/account.html b/pages/sr/account.html index cc91f6f..8b94cdd 100644 --- a/pages/sr/account.html +++ b/pages/sr/account.html @@ -1,8 +1,22 @@

Nalog

-

Ako si napravio nalog na dmz.rs možeš koristiti naš XMPP i e-mail server, kao i ostale servise koji podržavaju LDAP login.

-

Za više o XMPP-u pogledaj tutorial.

-

Podešavanja za Thunderbird mail klijent možeš pogledati na slici.

+

+ Ako si napravio nalog na dmz.rs možeš koristiti naš XMPP i e-mail server, kao + i ostale servise koji podržavaju LDAP login. +

+

+ Za više o XMPP-u pogledaj + tutorial. +

+

+ Podešavanja za Thunderbird mail + klijent možeš pogledati na slici. +

-

Registruj se

-

Izbriši nalog

-

Promeni lozinku

+

+

Registruj se

+

+

Izbriši nalog

+

+

Promeni lozinku

+

+
diff --git a/site/styles/account.css b/site/styles/account.css index e69de29..5641b6d 100644 --- a/site/styles/account.css +++ b/site/styles/account.css @@ -0,0 +1,12 @@ +.auth-wrap { + display: flex; + flex-direction: column; + gap: 2px; + padding-top: 24px; + a { + font-size: 18px; + text-transform: uppercase; + letter-spacing: 3px; + font-weight: 600; + } +}