MEV™ Styles Instructions
Проверка текстового блока
<!-- Полосы слева и справа -->
<div class="my-hl-b my-hl-b-lr">
Контент блока с полосами слева и справа.
</div>
<!-- Полосы сверху и снизу -->
<div class="my-hl-b my-hl-b-tb">
Контент блока с полосами сверху и снизу.
</div>
<div>
2 блока
<!-- Полоса только слева -->
<div class="my-hl-b my-hl-b-l">
Контент блока с полосой слева.
</div>
<!-- Полоса только справа -->
<div class="my-hl-b my-hl-b-r">
Контент блока с полосой справа.
</div>
</div>
<!-- Блок с тенью -->
<div class="my-hl-b">
Контент блока с тенью.
</div>
<!-- Блок без тени -->
<div class="my-hl-b my-hl-b-myns">
Контент блока без тени.
</div>
document.addEventListener(‘DOMContentLoaded’, function() {
const tabsButtons = document.querySelectorAll(‘.tabs__button’);
const tabsContents = document.querySelectorAll(‘.tabs__content - item’);
tabsButtons.forEach((button) => {
button.addEventListener(‘click’, () => {
// Remove active class from all buttons and contents
tabsButtons.forEach((btn) => btn.classList.remove(‘active’));
tabsContents.forEach((content) => content.classList.remove(‘
active’
)); // Add active class to clicked button and related content
button.classList.add(‘active’);
const targetId = button.getAttribute(‘data - tab’);
document.getElementById(targetId)
.classList.add(‘active’);
});
});
});
.contact-banner {
display: flex;
align-items: center;
gap: 20px;
padding: 20px;
background-color: #f8f8f8;
border: 1px solid #ddd;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
}
.contact-banner__image {
width: 300px;
height: auto;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.contact-banner__text {
font-family: ‘Arial’, sans-serif;
font-size: 16px;
line-height: 1.6;
color: #333;
}
.contact-banner__text span {
display: block;
}
@media (max-width: 768px) {
.contact-banner {
display: block !important;
}
}
/* Блок конактов по умолчанию. */
.contacts dl::after {
content: ”;
display: block;
width: 100%;
height: 150px;
background: url(‘https://serosi.pl/media/2024/03/serosi-logo.webp’) no-repeat center center;
background-size: contain;
margin-top: 20px;
border: 2px solid #e5e5e5;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
border-left: 4px solid #902c3a;
background-color: white;
}
/* Container for the contacts section */
.contact-page dd {
margin-left: 10px;
}
/* Container for the contacts section */
.contacts {
font-family: Arial, sans-serif;
color: #333;
background: #f9f9f9;
border: 2px solid #e5e5e5;
border-radius: 8px;
padding: 20px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
margin-bottom: 40px;
text-align: left;
margin-top: 20px;
}
/* Styling for the <p></p>
<dl> inside the contacts block */
.contacts dl {
display: block;
margin: 0;
padding: 0;
}
/* Styling for each contact item */
.contacts dl>div {
display: flex;
align-items: center;
margin-bottom: 15px;
padding: 10px;
border-radius: 4px;
background: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
border: 1px solid #e5e5e5;
border-left: 4px solid #902c3a;
}
.contacts dl>div:first-child {}
.contacts dl>div:last-child {
margin-bottom: 0;
}
/* Icon styling */
.contacts dl>div::before {
content: ”;
display: inline-block;
width: 24px;
height: 24px;
margin-right: 10px;
flex-shrink: 0;
}
/* Company Icon */
.contacts dl>div:nth-child(1)::before {
background-image: url(‘data:image/svg+xml,%3Csvg xmlns=”http://www.w3.org/2000/svg” fill=”%23720026″ viewBox=”0 0 24 24″%3E%3Cpath d=”M12 2L2 7v7c0 5 4 9 9 9s9-4 9-9V7l-9-5zm0 2.2L18.8 8H5.2L12 4.2zM4 9.7V7.3l2 1.3v7.3c-.6-.7-1-1.7-1-2.7v-4.3zm2 6.3V9l6-3.5L18 9v7c0 1-.4 2-1 2.7l-6-3.5-6 3.5zm10-3.7l2-1.3v2.4l-2-1.1zm-8-1.4L4 9.7v2.4l2 1.1V11zm2 2.3l2-1.3v2.4l-2-1.1z”%3E%3C/path%3E%3C/svg%3E’);
}
/* Address Icon */
.contacts dl>div:nth-child(2)::before {
background-image: url(‘data:image/svg+xml,%3Csvg xmlns=”http://www.w3.org/2000/svg” fill=”%23720026″ viewBox=”0 0 24 24″%3E%3Cpath d=”M12 2a7 7 0 00-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 00-7-7zm0 9.5a2.5 2.5 0 110-5 2.5 2.5 0 010 5z”%3E%3C/path%3E%3C/svg%3E’);
}
/* Email Icon */
.contacts dl>div:nth-child(3)::before {
background-image: url(‘data:image/svg+xml,%3Csvg xmlns=”http://www.w3.org/2000/svg” fill=”%23720026″ viewBox=”0 0 24 24″%3E%3Cpath d=”M2 4v16h20V4H2zm2 2h16v2l-8 4.5L4 8V6zm0 4.8L8.9 12l-2.4 1.4-2.5-1.6V10.8zm5.7 2.4L12 14.5l4.3-1.3-2.1 1.2L12 15.5l-1.7-1-2.6-1.3zm5.8 1.4L19 13.6v1.4l-2.5 1.4-1.5-.8zm1.4-3.8L20 10.8v1.2l-2.5 1.5-2.3-1.3z”%3E%3C/path%3E%3C/svg%3E’);
}
/* Phone Icon */
.contacts dl>div:nth-child(4)::before {
background-image: url(‘data:image/svg+xml,%3Csvg xmlns=”http://www.w3.org/2000/svg” fill=”%23720026″ viewBox=”0 0 24 24″%3E%3Cpath d=”M6.62 10.79a15.09 15.09 0 006.59 6.59l2.2-2.2a1 1 0 011.13-.21c1.26.5 2.65.78 4.11.78a1 1 0 011 1v3.67a1 1 0 01-1 1c-8.19 0-15-6.81-15-15a1 1 0 011-1h3.67a1 1 0 011 1c0 1.46.28 2.85.78 4.11a1 1 0 01-.21 1.13l-2.2 2.2z”%3E%3C/path%3E%3C/svg%3E’);
}
/* Phone Icon 2 */
.contacts dl>div:nth-child(5)::before {
background: url(‘data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%2328a745" viewBox="0 0 24 24"><path d="M6.62 10.79a15.09 15.09 0 006.59 6.59l2.2-2.2a1 1 0 011.13-.21c1.26.5 2.65.78 4.11.78a1 1 0 011 1v3.67a1 1 0 01-1 1c-8.19 0-15-6.81-15-15a1 1 0 011-1h3.67a1 1 0 011 1c0 1.46.28 2.85.78 4.11a1 1 0 01-.21 1.13l-2.2 2.2z"></path></svg>‘) no-repeat center center;
background-size: contain;
}
/* Styling for dt (titles) */
.contacts dt {
font-weight: bold;
color: #333;
}
/* Styling for dd (values) */
.contacts dd {
margin: 0;
padding: 0;
color: #555;
padding-left: 10px;
}
/* Links inside dd */
.contacts dd a {
color: #902c3a;
text-decoration: none;
transition: color 0.3s ease;
padding: 0 0 0 15px;
}
.contacts dd a:hover {
color: #1e7e34;
/* Darker green on hover */
}
/* Стили для мобильной версии */
@media (max-width: 768px) {
.contacts dl>div {
display: block;
/* Переключаем на блочную модель */
text-align: left;
padding: 10px;
}
/* Заголовок и иконка на одной линии */
.contacts dl>div::before {
display: inline-block;
margin-right: 5px;
}
.contacts dt {
display: inline-block;
vertical-align: bottom;
margin-bottom: 5px;
/* Добавляем отступ */
}
/* Данные (dd) ниже заголовка */
.contacts dd {
display: block;
margin-top: 5px;
padding-left: 29px;
/* Выравниваем с учётом иконки */
}
}
<p></p></dl>