Изменения документа 📡 Основные понятия
Редактировал(а) Дмитрий Копотев 2025/07/29 00:33
От версии 7.10
отредактировано Дмитрий Копотев
на 2025/07/27 14:27
на 2025/07/27 14:27
Изменить комментарий:
К данной версии нет комментариев
К версии 7.8
отредактировано Дмитрий Копотев
на 2025/07/27 13:19
на 2025/07/27 13:19
Изменить комментарий:
К данной версии нет комментариев
Сводка
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -1,4 +1,110 @@ 1 1 {{html clean="false"}} 2 +<style> 3 +.page-container { 4 + max-width: 1100px; 5 + margin: 0; 6 + font-family: "Inter", Arial, sans-serif; 7 +} 8 + 9 +/* Заголовок */ 10 +.page-header { 11 + margin-bottom: 20px; 12 +} 13 +.page-header h1 { 14 + font-size: 30px; 15 + margin-bottom: 6px; 16 +} 17 +.page-header p { 18 + font-size: 16px; 19 + color: #555; 20 +} 21 + 22 +/* Кнопки-якоря */ 23 +.anchor-buttons { 24 + display: flex; 25 + gap: 10px; 26 + margin: 16px 0 28px; 27 + flex-wrap: wrap; 28 +} 29 +.anchor-buttons a { 30 + padding: 8px 16px; 31 + border-radius: 6px; 32 + text-decoration: none; 33 + font-weight: 500; 34 + color: white; 35 + transition: transform 0.2s, opacity 0.2s; 36 +} 37 +.anchor-buttons a:hover { 38 + transform: translateY(-2px); 39 + opacity: 0.9; 40 +} 41 +.anchor-buttons .btn-blue { background: #2563eb; } 42 +.anchor-buttons .btn-green { background: #16a34a; } 43 +.anchor-buttons .btn-yellow { background: #eab308; } 44 + 45 +/* Заголовки разделов */ 46 +.section-title { 47 + font-size: 22px; 48 + font-weight: bold; 49 + margin: 30px 0 14px; 50 + padding-bottom: 4px; 51 + border-bottom: 2px solid #eee; 52 +} 53 + 54 +/* Картинки */ 55 +.image-block { 56 + margin: 14px 0 24px; 57 + text-align: center; 58 +} 59 +.image-block img { 60 + max-width: 100%; 61 + border-radius: 6px; 62 + box-shadow: 0 2px 8px rgba(0,0,0,0.08); 63 +} 64 + 65 +/* Списки с эмодзи */ 66 +ul.custom-list { 67 + list-style: none; 68 + padding-left: 0; 69 +} 70 +ul.custom-list li { 71 + padding-left: 28px; 72 + position: relative; 73 + margin-bottom: 8px; 74 +} 75 +ul.custom-list li:before { 76 + content: "✅"; 77 + position: absolute; 78 + left: 0; 79 +} 80 + 81 +/* Сетка карточек */ 82 +.term-grid { 83 + display: grid; 84 + grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); 85 + gap: 14px; 86 + margin-top: 16px; 87 +} 88 + 89 +/* Карточки */ 90 +.term-card { 91 + background: white; 92 + border-radius: 8px; 93 + padding: 14px; 94 + box-shadow: 0 2px 6px rgba(0,0,0,0.05); 95 +} 96 +.term-card h3 { 97 + margin: 0 0 6px; 98 + font-size: 16px; 99 + color: #1d4ed8; 100 +} 101 +.term-card p { 102 + font-size: 14px; 103 + color: #444; 104 + margin: 0; 105 +} 106 +</style> 107 + 2 2 <div class="page-container"> 3 3 <div class="page-header"> 4 4 <h1>📡 Основные понятия</h1> ... ... @@ -7,10 +7,10 @@ 7 7 </div> 8 8 9 9 <div class="anchor-buttons"> 10 - <a href="#monitoring" class="btn- primary">🛰 Система мониторинга</a>11 - <a href="#panel" class="btn- success">⚙️ Панель управления</a>12 - <a href="#terms" class="btn-w arning">📖 Основные термины</a>13 - <a href="#extra-terms" class="btn- info">📚 Дополнительные термины</a>116 + <a href="#monitoring" class="btn-blue">🛰 Система мониторинга</a> 117 + <a href="#panel" class="btn-green">⚙️ Панель управления</a> 118 + <a href="#terms" class="btn-yellow">📖 Основные термины</a> 119 + <a href="#extra-terms" class="btn-blue">📚 Дополнительные термины</a> 14 14 </div> 15 15 16 16 <h2 class="section-title" id="monitoring">🛰 Система мониторинга</h2> ... ... @@ -60,7 +60,6 @@ 60 60 </div> 61 61 {{/html}} 62 62 63 - 64 64 **Система спутникового мониторинга SMT-Hosting** - это программный продукт, который позволяет организовать контроль передвижения и отслеживание значимых показателей движимых или стационарных объектов (автомобили, спецтехника, АЗС, поезда, сотрудники, домашние животные и т.п.). 65 65 66 66 Система позволяет: