Шаблон:PageFrame/styles.css: различия между версиями
Материал из Celadon | Wiki Shiptest
Дополнительные действия
мНет описания правки |
мНет описания правки |
||
| Строка 3: | Строка 3: | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
border-radius: | border-radius: 4px; | ||
} | } | ||
| Строка 32: | Строка 32: | ||
border: 1px solid; | border: 1px solid; | ||
border-top: unset; | border-top: unset; | ||
border-radius: 0 | border-radius: 0 0 4px 4px; | ||
} | } | ||
Версия от 12:58, 30 августа 2025
.pageframe {
overflow: hidden;
display: flex;
flex-direction: column;
border-radius: 4px;
}
.pageframe hr {
margin: 0.5rem 0;
}
.pageframe-header {
display: flex;
align-items: center;
min-height: 1.75rem;
gap: 0.5rem;
padding: 2px 0.5rem 0;
border: 2px solid;
}
.pageframe-header-text {
flex: 1;
font-weight: bold;
text-align: center;
line-height: 1.1rem;
padding: 0.25em 0;
}
.pageframe-content {
text-align: center;
padding: 0.5rem;
border: 1px solid;
border-top: unset;
border-radius: 0 0 4px 4px;
}