Дополнительные действия
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 );: →}: ...» |
DarkMuse (обсуждение | вклад) Нет описания правки |
||
| Строка 15: | Строка 15: | ||
.documentation-title { | .documentation-title { | ||
color: # | color: #000000; | ||
font-size: 18px; | font-size: 18px; | ||
font-weight: 700; | font-weight: 700; | ||
| Строка 26: | Строка 26: | ||
.documentation-subheader { | .documentation-subheader { | ||
color: # | color: #000000; | ||
font-size: 18px; | font-size: 18px; | ||
line-height: 150%; | line-height: 150%; | ||
| Строка 37: | Строка 37: | ||
.documentation-modulestats { | .documentation-modulestats { | ||
padding: 24px; | padding: 24px; | ||
background: # | background: #b3b3b3; | ||
border-radius: 5px; | border-radius: 5px; | ||
display: flex; | display: flex; | ||
Текущая версия от 17:23, 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: #000000;
font-size: 18px;
font-weight: 700;
line-height: 150%;
}
/*.documentation-links {*/
/* font-family: var( --font-family-monospace );*/
/*}*/
.documentation-subheader {
color: #000000;
font-size: 18px;
line-height: 150%;
}
.documentation-content {
margin-top: 24px;
}
.documentation-modulestats {
padding: 24px;
background: #b3b3b3;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: space-between;
}
.documentation-modulestats .wikitable {
margin: 0;
}