模块:Documentation/styles.css:修订间差异
来自INFWiki
更多操作
小 文字替换 -“documentation”替换为“Documentation” 标签:已被回退 |
无编辑摘要 标签:手工回退 |
||
| 第1行: | 第1行: | ||
. | .documentation { | ||
margin-top: var( --space-md ); | margin-top: var( --space-md ); | ||
padding-top: var( --space-md ); | padding-top: var( --space-md ); | ||
| 第5行: | 第5行: | ||
} | } | ||
. | .documentation-header { | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
| 第12行: | 第12行: | ||
} | } | ||
. | .documentation-header, | ||
. | .documentation-subheader { | ||
line-height: 1.25; | line-height: 1.25; | ||
} | } | ||
. | .documentation-title { | ||
color: var( --color-emphasized ); | color: var( --color-emphasized ); | ||
font-size: var( --font-size-large ); | font-size: var( --font-size-large ); | ||
| 第23行: | 第23行: | ||
} | } | ||
. | .documentation-links { | ||
font-family: var( --font-family-monospace ); | font-family: var( --font-family-monospace ); | ||
} | } | ||
. | .documentation-subheader { | ||
color: var( --color-subtle ); | color: var( --color-subtle ); | ||
font-size: var( --font-size-small ); | font-size: var( --font-size-small ); | ||
} | } | ||
. | .documentation-content { | ||
margin-top: var( --space-xl ); | margin-top: var( --space-xl ); | ||
} | } | ||
. | .documentation-modulestats { | ||
padding: var( --space-xxs ); | padding: var( --space-xxs ); | ||
background: var( --color-surface-1 ); | background: var( --color-surface-1 ); | ||
| 第45行: | 第45行: | ||
} | } | ||
. | .documentation-modulestats > * { | ||
margin: 0 !important; | margin: 0 !important; | ||
} | } | ||
2025年8月3日 (日) 19:38的最新版本
.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;
}