diff --git a/css/pages/_guide.css b/css/pages/_guide.css index babe16b6..657ab2de 100644 --- a/css/pages/_guide.css +++ b/css/pages/_guide.css @@ -65,7 +65,10 @@ /* ---------- Checklists ---------- */ .guide-checklist { max-width: 720px; - margin: 16px auto; + /* Left-align with headings/paragraphs. In the flexbox article-body an + "auto" side margin shrink-wraps the list to its content width and + centres it, so shorter lists drift right — keep the margin at 0. */ + margin: 16px 0; padding: 0; list-style: none; display: grid; @@ -100,7 +103,7 @@ /* Numbered (ordered) variant for step-by-step processes */ .guide-steps { max-width: 720px; - margin: 16px auto; + margin: 16px 0; /* left-align in flex article-body (see .guide-checklist) */ padding: 0; list-style: none; counter-reset: guide-step; @@ -133,6 +136,26 @@ justify-content: center; } +/* ---------- Inline call-to-action button ---------- */ +.guide-cta { + display: inline-flex; + align-items: center; + gap: 10px; + margin: 4px 0 8px; + padding: 12px 22px; + border-radius: 999px; + background: linear-gradient(135deg, #2D738C 0%, #255F74 100%); + color: #fff; + font-family: 'Inter', sans-serif; + font-weight: 700; + font-size: 16px; + text-decoration: none; + box-shadow: 0 8px 20px rgba(45, 115, 140, .30); + transition: transform .15s, box-shadow .15s; +} +.guide-cta i { color: #fff; font-size: 15px; } +.guide-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(45, 115, 140, .40); } + /* ---------- Stage timeline (journey page) ---------- */ .guide-timeline { max-width: 720px; @@ -178,7 +201,10 @@ } /* ---------- Deadline table ---------- */ -.guide-table-wrap { max-width: 860px; margin: 20px auto; overflow-x: auto; } +/* width:100% + min-width:0 let this flex item shrink to the viewport so its + own overflow-x scroll engages on mobile instead of overflowing the page + (the table keeps its 640px min-width and scrolls horizontally inside). */ +.guide-table-wrap { max-width: 860px; width: 100%; min-width: 0; margin: 20px 0; overflow-x: auto; -webkit-overflow-scrolling: touch; } .guide-table { width: 100%; border-collapse: collapse; diff --git a/en/student-welcome-guide/academic-life/index.html b/en/student-welcome-guide/academic-life/index.html index 9ac98753..c8f83ead 100644 --- a/en/student-welcome-guide/academic-life/index.html +++ b/en/student-welcome-guide/academic-life/index.html @@ -195,6 +195,7 @@
+

Last checked: 30 July 2026

How university study works

The academic year, ECTS, grades, exam registration, the referat, learning Slovenian, tutoring, and extracurricular ECTS.

@@ -209,12 +210,6 @@
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
-
- Applies to: students from Macedonia - Last checked: 30 July 2026 - Update class: Annual -
-

Academic year and ECTS

The Slovenian academic year generally runs from 1 October to 30 September, but teaching and exam periods differ between universities and faculties, so always save your own calendar. A standard full-time year usually represents 60 ECTS, and individual courses carry credits based on expected workload.

diff --git a/en/student-welcome-guide/administrative-basics/index.html b/en/student-welcome-guide/administrative-basics/index.html index d7116842..f1fae5a6 100644 --- a/en/student-welcome-guide/administrative-basics/index.html +++ b/en/student-welcome-guide/administrative-basics/index.html @@ -195,6 +195,7 @@
+

Last checked: 30 July 2026

Essential administrative tools

EMŠO, a tax number, SI-PASS, a bank account, and a phone plan unlock almost every other service.

@@ -209,12 +210,6 @@
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
-
- Applies to: students from Macedonia - Last checked: 30 July 2026 - Update class: Annual -
-

EMŠO

EMŠO is the Slovenian personal identification number. A foreign applicant may use a temporary eVŠ identifier during application. The actual EMŠO is assigned later through the Slovenian institution or authority.

@@ -223,24 +218,15 @@

Slovenian tax number

-

Use form DR-02. A foreign natural person can submit the request personally, through an authorised person, or by post. Prepare identity evidence and supporting documents. The official FURS page states that the certificate is normally issued within eight days. You may need it for student work, a bank, digital identity, tax procedures, and contracts.

+

Use form DR-02 (available in English). A foreign natural person can submit the request personally, through an authorised person, or by post. Prepare identity evidence and supporting documents. The official FURS page on the tax number for a foreign natural person explains how to get it and states that the certificate is normally issued within eight days. You may need it for student work, a bank, digital identity, tax procedures, and contracts.

SI-PASS and smsPASS

SI-PASS provides access to electronic public services. For smsPASS registration, the current official requirements include a SI-PASS account, Slovenian tax number, EMŠO, mobile phone, and identity verification. Do not wait for smsPASS to begin an eVŠ study application if another permitted login method is available.

-

A common sequence

- -
    -
  • Obtain a Slovenian tax number and EMŠO.
  • -
  • Create or confirm a SI-PASS account.
  • -
  • Complete identity verification for smsPASS or request a qualified digital certificate.
  • -
  • Test access before an application deadline.
  • -
-

Bank account

-

Compare monthly fee, card fee, online banking, international transfers, ATM access, student package, required residence evidence, and closing conditions. A Slovenian account is commonly needed for student-work payments and some scholarships.

+

Compare monthly fee, card fee, online banking, international transfers, ATM access, student package, required residence evidence, and closing conditions. A Slovenian account is commonly needed for student-work payments and some scholarships. For a step-by-step walkthrough of the providers and documents, see our blog guide on how to open a Slovenian bank account as an international student.

Phone

diff --git a/en/student-welcome-guide/admission-and-enrolment/index.html b/en/student-welcome-guide/admission-and-enrolment/index.html index 9215cea3..d8bc6011 100644 --- a/en/student-welcome-guide/admission-and-enrolment/index.html +++ b/en/student-welcome-guide/admission-and-enrolment/index.html @@ -195,6 +195,7 @@
+

Last checked: 30 July 2026

You have been accepted, what happens next?

Admission is not always enrolment. Read the decision, complete enrolment, get your certificate of enrolment, and check any charges.

@@ -209,12 +210,6 @@
Good to knowThis guide is put together by students, not by professionals or official bodies. It is meant to help you and your parents through enrolment and settling into life in Slovenia. Some details may change or become outdated, so always check the official sources and confirm anything important with the relevant institutions. We take no responsibility for wrong, outdated or misunderstood information — but we are always glad to help. If you spot something that is not right, please tell us in the “Was this page helpful?” box at the bottom of the page.
-
- Applies to: students from Macedonia - Last checked: 30 July 2026 - Update class: Annual -
-