模块:Documentation/styles.css:修订间差异
来自INFWiki
更多操作
创建页面,内容为“.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-w…” |
小 文字替换 -“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月2日 (六) 19:08的版本
.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;
}