Modul:Documentation/styles.css: Forskelle mellem versioner
Fra Kammeraterikrig.dk
More actions
Admin (diskussion | bidrag) m 1 version importeret |
Admin (diskussion | bidrag) m 1 version importeret |
||
| (4 mellemliggende versioner af 3 andre brugere ikke vist) | |||
| Linje 1: | Linje 1: | ||
.documentation { | |||
margin-top: var( --space-md ); | |||
.documentation- | padding-top: var( --space-md ); | ||
border-top: var( --border-base ); | |||
} | |||
.documentation-header { | |||
display: flex; | |||
align-items: center; | |||
justify-content: space-between; | |||
flex-wrap: wrap; | |||
} | |||
.documentation-header, | |||
.documentation-subheader { | |||
line-height: 1.25; | |||
} | } | ||
.documentation { | .documentation-title { | ||
color: var( --color-emphasized ); | |||
font-size: var( --font-size-large ); | |||
font-weight: var( --font-weight-semi-bold ); | |||
} | } | ||
.documentation- | .documentation-links { | ||
font-family: var( --font-family-monospace ); | |||
} | } | ||
.documentation- | .documentation-subheader { | ||
color: var( --color-subtle ); | |||
font-size: var( --font-size-small ); | |||
} | } | ||
.documentation- | .documentation-content { | ||
margin-top: var( --space-xl ); | |||
} | } | ||
.documentation- | .documentation-modulestats { | ||
padding: var( --space-xxs ); | |||
background: var( --color-surface-1 ); | |||
border-radius: var( --border-radius-medium ); | |||
display: flex; | |||
align-items: center; | |||
justify-content: space-between; | |||
} | } | ||
.documentation- | .documentation-modulestats > * { | ||
margin: 0 !important; | |||
} | } | ||
Nuværende version fra 7. mar. 2026, 19:11
.documentation {
margin-top: var( --space-md );
padding-top: var( --space-md );
border-top: var( --border-base );
}
.documentation-header {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.documentation-header,
.documentation-subheader {
line-height: 1.25;
}
.documentation-title {
color: var( --color-emphasized );
font-size: var( --font-size-large );
font-weight: var( --font-weight-semi-bold );
}
.documentation-links {
font-family: var( --font-family-monospace );
}
.documentation-subheader {
color: var( --color-subtle );
font-size: var( --font-size-small );
}
.documentation-content {
margin-top: var( --space-xl );
}
.documentation-modulestats {
padding: var( --space-xxs );
background: var( --color-surface-1 );
border-radius: var( --border-radius-medium );
display: flex;
align-items: center;
justify-content: space-between;
}
.documentation-modulestats > * {
margin: 0 !important;
}