ja>えのきだたもつ 細 (「モジュール:Documentation/styles.css」の保護レベルを変更しました: Wikipedia:保護の方針#半永久的な保護「影響が特に大きいテンプレート」に基づき無期限拡張半保護 ([編集=拡張承認された利用者と管理者に許可] (無期限) [移動=拡張承認された利用者と管理者に許可] (無期限))) |
ja>Alistair3149 編集の要約なし |
||
1行目: | 1行目: | ||
.documentation { | |||
margin-top: var( --space-md ); | |||
.documentation- | 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 { | .documentation-title { | ||
color: var( --color-base--emphasized ); | |||
font-size: var( --font-size-x-large ); | |||
font-weight: var( --font-weight-semibold ); | |||
line-height: var( --line-height-xs ); | |||
} | } | ||
.documentation- | .documentation-links { | ||
font-family: var( --font-family-monospace ); | |||
} | } | ||
.documentation- | .documentation-subheader { | ||
color: var( --color-base--subtle ); | |||
font-size: var( --font-size-x-small ); | |||
line-height: var( --line-height-sm ); | |||
} | } | ||
.documentation- | .documentation-content { | ||
margin-top: var( --space-xl ); | |||
} | } | ||
.documentation- | .documentation-modulestats { | ||
padding: var( --space-xxs ); | |||
background: var( --color-surface-2 ); | |||
border-radius: var( --border-radius--medium ); | |||
display: flex; | |||
align-items: center; | |||
justify-content: space-between; | |||
} | } | ||
.documentation- | .documentation-modulestats .wikitable { | ||
margin: 0; | |||
} | } | ||
2024年2月28日 (水) 06:47時点における版
.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-base--emphasized ); font-size: var( --font-size-x-large ); font-weight: var( --font-weight-semibold ); line-height: var( --line-height-xs ); } .documentation-links { font-family: var( --font-family-monospace ); } .documentation-subheader { color: var( --color-base--subtle ); font-size: var( --font-size-x-small ); line-height: var( --line-height-sm ); } .documentation-content { margin-top: var( --space-xl ); } .documentation-modulestats { padding: var( --space-xxs ); background: var( --color-surface-2 ); border-radius: var( --border-radius--medium ); display: flex; align-items: center; justify-content: space-between; } .documentation-modulestats .wikitable { margin: 0; }