Главная: различия между версиями

Материал из AVG Logistics Knowledge Base
Перейти к навигации Перейти к поиску
Нет описания правки
Метка: ручная отмена
Нет описания правки
Строка 1: Строка 1:
<html>
<div style="
<div style="
   max-width: 1000px;
   max-width: 1000px;
   margin: 60px auto;
   margin: 40px auto;
   padding: 40px;
   padding: 30px;
   border: 1px solid #c8dde9;
   border-radius: 10px;
   border-radius: 8px;
  background-color: var(--bg-color, #fff);
   box-shadow: 0 0 10px rgba(0,0,0,0.05);
   display: flex;
   display: flex;
  flex-wrap: wrap;
   align-items: center;
   align-items: center;
   gap: 50px;
   justify-content: center;
  background-color: #fff;
   gap: 30px;
   box-shadow: 0 0 10px rgba(0,0,0,0.03);
   text-align: center;
   justify-content: flex-start;
">
">


Строка 17: Строка 17:
   <img src="https://wiki-avglogistics.ru/images/4/4c/Og_preview_avglogistics.png"
   <img src="https://wiki-avglogistics.ru/images/4/4c/Og_preview_avglogistics.png"
       alt="AVG Logistics"
       alt="AVG Logistics"
       style="height: 180px;">
       style="height: 140px; max-width: 100%;">


   <!-- Текст и кнопка -->
   <!-- Текст и кнопка -->
   <div style="text-align: left;">
   <div style="flex: 1 1 300px;">
     <div style="font-size: 1.8em; font-weight: bold; margin-bottom: 20px;">
     <div style="font-size: 1.6em; font-weight: bold; margin-bottom: 20px; color: var(--text-color, #000);">
       Добро пожаловать в систему AVG Logistics
       Добро пожаловать в систему AVG Logistics
     </div>
     </div>
     <a href="/index.php?title=Special:UserLogin"
     <a href="/index.php?title=Special:UserLogin"
       style="background-color:#4263eb; color:white;
       style="
              padding:12px 28px; border-radius:8px;
        display: inline-block;
              font-weight:bold; text-decoration:none;
        background-color:#4263eb; color:white;
              font-size: 1em;">
        padding:12px 28px; border-radius:8px;
        font-weight:bold; text-decoration:none;
        font-size: 1em;">
       Войти в систему
       Войти в систему
     </a>
     </a>
   </div>
   </div>
</div>


</div>
</html>
</html>

Версия от 14:58, 3 апреля 2025

 <img src="https://wiki-avglogistics.ru/images/4/4c/Og_preview_avglogistics.png"
      alt="AVG Logistics"
      style="height: 140px; max-width: 100%;">
     Добро пожаловать в систему AVG Logistics
   <a href="/index.php?title=Special:UserLogin"
      style="
        display: inline-block;
        background-color:#4263eb; color:white;
        padding:12px 28px; border-radius:8px;
        font-weight:bold; text-decoration:none;
        font-size: 1em;">
     Войти в систему
   </a>

</html>