「モジュール:Documentation/styles.css」の版間の差分

提供:TAIchannelWiki
ja>Alistair3149
編集の要約なし
(1版 をインポートしました)
1行目: 1行目:
.documentation {
/* {{pp-template}} */
    margin-top: var( --space-md );
.documentation,
    padding-top: var( --space-md );
.documentation-metadata {
    border-top: 1px solid;
border: 1px solid #a2a9b1;
    border-color: var( --border-color-base );
background-color: #ecfcf4;
    font-size: var( --font-size-small );
clear: both;
}
}


.documentation-header {
.documentation {
    display: flex;
margin: 1em 0 0 0;
    align-items: center;
padding: 1em;
    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 {
.documentation-metadata {
     font-family: var( --font-family-monospace );
margin: 0.2em 0; /* same margin left-right as .documentation */
     font-style: italic;
    padding: 0.4em 1em; /* same padding left-right as .documentation */
}
}


.documentation-subheader {
.documentation-startbox {
    color: var( --color-base--subtle );
padding-bottom: 3px;
    font-size: var( --font-size-x-small );
border-bottom: 1px solid #aaa;
    line-height: var( --line-height-sm );
margin-bottom: 1ex;
}
}


.documentation-content {
.documentation-heading {
    margin-top: var( --space-xl );
font-weight: bold;
font-size: 125%;
}
}


.documentation-modulestats {
.documentation-clear { /* Don't want things to stick out where they shouldn't. */
    padding: var( --space-xxs );
clear: both;
    background: var( --color-surface-2 );
    border-radius: var( --border-radius--medium );
    display: flex;
    align-items: center;
    justify-content: space-between;
}
}


.documentation-modulestats .wikitable {
.documentation-toolbar {
    margin: 0;
font-style: normal;
font-size: 85%;
}
}
/* [[カテゴリ:テンプレートスタイル]] */

2024年5月19日 (日) 14:45時点における版

/* {{pp-template}} */
.documentation,
.documentation-metadata {
	border: 1px solid #a2a9b1;
	background-color: #ecfcf4;
	clear: both;
}

.documentation {
	margin: 1em 0 0 0;
	padding: 1em;
}

.documentation-metadata {
	margin: 0.2em 0; /* same margin left-right as .documentation */
    font-style: italic;
    padding: 0.4em 1em; /* same padding left-right as .documentation */
}

.documentation-startbox {
	padding-bottom: 3px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 1ex;
}

.documentation-heading {
	font-weight: bold;
	font-size: 125%;
}

.documentation-clear { /* Don't want things to stick out where they shouldn't. */
	clear: both;
}

.documentation-toolbar {
	font-style: normal;
	font-size: 85%;
}
/* [[カテゴリ:テンプレートスタイル]] */
Cookieは私達のサービスを提供するのに役立ちます。このサービスを使用することにより、お客様はCookieの使用に同意するものとします。