From 25c64a369acbc27d48b79cef94f46ea27a3fa5ed Mon Sep 17 00:00:00 2001 From: masterpmi Date: Thu, 23 Jul 2026 21:40:57 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20static/css/custom.css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/custom.css | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/static/css/custom.css b/static/css/custom.css index 1a95440..a289658 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -277,6 +277,41 @@ main img { } } /* ------------------------------------------------------------------ */ +/* Календарь событий, раздел с ближайшими мероприятиями: */ +.events-list { + margin: 20px 0; +} + +.event-item { + display: flex; + gap: 20px; + padding: 15px; + margin: 10px 0; + background: #f9f9f9; + border-radius: 8px; + border-left: 4px solid #003366; +} + +.event-date { + background: #003366; + color: white; + padding: 10px; + border-radius: 5px; + text-align: center; + min-width: 60px; +} + +.event-day { + font-size: 1.8em; + font-weight: bold; + display: block; +} + +.event-month { + font-size: 0.8em; + text-transform: uppercase; +} +/* ------------------------------------------------------------------ */ /* Статистика института */ .stats-grid {