Шаблон:PageFrame/styles.css: различия между версиями
Материал из Celadon | Wiki Shiptest
Дополнительные действия
мНет описания правки |
мНет описания правки |
||
| (не показана 1 промежуточная версия этого же участника) | |||
| Строка 3: | Строка 3: | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
border-radius: 4px; | border-radius: 4px 4px 0 0; | ||
} | } | ||
| Строка 30: | Строка 30: | ||
text-align: center; | text-align: center; | ||
padding: 0.5rem; | padding: 0.5rem; | ||
border: | border: 2px solid; | ||
border-top: unset; | border-top: unset; | ||
border-radius: 0 0 4px 4px; | border-radius: 0 0 4px 4px; | ||
} | } | ||
Текущая версия от 12:59, 30 августа 2025
.pageframe {
overflow: hidden;
display: flex;
flex-direction: column;
border-radius: 4px 4px 0 0;
}
.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: 2px solid;
border-top: unset;
border-radius: 0 0 4px 4px;
}