Module:Documentation/styles.css: Difference between revisions
From Drawing Wiki
More actions
starcitizen>Alistair3149 No edit summary |
Zippybonzo changed the content model of the page Module:Documentation/styles.css from "plain text" to "Sanitized CSS" |
||
(One intermediate revision by the same user not shown) | |||
(No difference)
|
Latest revision as of 13:00, 8 May 2025
.documentation {
margin-top: var( --space-md );
padding-top: var( --space-md );
border-top: 1px solid;
border-color: var( --border-color-base );
font-size: var( --font-size-small );
}
.documentation-header {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.documentation-title {
color: var( --color-emphasized );
font-size: var( --font-size-x-large );
font-weight: var( --font-weight-semi-bold );
line-height: var( --line-height-xxx-small );
}
.documentation-links {
font-family: var( --font-family-monospace );
}
.documentation-subheader {
color: var( --color-subtle );
font-size: var( --font-size-x-small );
line-height: var( --line-height-xx-small );
}
.documentation-content {
margin-top: var( --space-xl );
}
.documentation-modulestats {
display: flex;
align-items: center;
justify-content: space-between;
}
.documentation-modulestats > * {
margin: 0 !important;
}