Дополнительные действия
DarkMuse (обсуждение | вклад) Новая страница: «.documentation { margin-top: 12px; padding-top: 12px; border-top: 1px solid; border-color: red; font-size: 14px; } .documentation-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; } .documentation-title { color: #fefefe; font-size: 18px; font-weight: 700; line-height: 150%; } →.documentation-links {: →font-family: var( --font-family-monospace );: →}: ...» |
(нет различий)
|
Версия от 17:22, 2 сентября 2024
.documentation {
margin-top: 12px;
padding-top: 12px;
border-top: 1px solid;
border-color: red;
font-size: 14px;
}
.documentation-header {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.documentation-title {
color: #fefefe;
font-size: 18px;
font-weight: 700;
line-height: 150%;
}
/*.documentation-links {*/
/* font-family: var( --font-family-monospace );*/
/*}*/
.documentation-subheader {
color: #fefefe;
font-size: 18px;
line-height: 150%;
}
.documentation-content {
margin-top: 24px;
}
.documentation-modulestats {
padding: 24px;
background: #030303;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: space-between;
}
.documentation-modulestats .wikitable {
margin: 0;
}