Шаблон:SwearingWarning/styles.css: различия между версиями
Перейти к навигации
Перейти к поиску
Hloth (обсуждение | вклад) Нет описания правки |
Hloth (обсуждение | вклад) Нет описания правки |
||
| Строка 17: | Строка 17: | ||
} | } | ||
.message-box.warning::before { | .message-box.warning::before { | ||
background: | background: hsl(200,60%,72%); | ||
} | } | ||
.message-box-image { | .message-box-image { | ||
Версия от 03:30, 15 марта 2025
.message-box {
margin-bottom: 6px;
background: rgba(230,230,230,0.25);
border-radius: 5px;
overflow: hidden;
display: flex;
flex-direction: row;
border: 1px solid #b3b3b3;
align-items: center;
}
.message-box::before {
content: "";
display: block;
width: 6px;
flex-shrink: 0;
align-self: stretch;
}
.message-box.warning::before {
background: hsl(200,60%,72%);
}
.message-box-image {
padding: 6px 0 6px 12px;
}
.message-box-text {
padding: 6px 12px;
flex-shrink: 0;
}