「MediaWiki:Common.css」の版間の差分

提供:シラキのコホリ
ページの作成:「→‎ここに記述したCSSはすべての外装に反映されます: →‎wikitable/prettytable class for skinning normal tables: table.wikitable, table.prettytable { margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; } table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td { border: 1px #aaa solid; padding: 0.2em; } table.wikitable th, table.prettytable th { background: #f2f2f2; t…」
 
編集の要約なし
 
25行目: 25行目:
margin-left: inherit;
margin-left: inherit;
margin-right: inherit;
margin-right: inherit;
}
/* Google Fontsから BIZ UDP明朝 を読み込む */
@import url('https://googleapis.com');
/* 見出しに BIZ UDP明朝 を適用する */
.mw-headline {
    font-family: 'BIZ UDPMincho', 'Linux Libertine', 'Times New Roman', 'Liberation Serif', 'Nimbus Roman', 'Noto Serif JP', 'Times', serif !important;
}
}

2026年8月26日 (水) 21:54時点における最新版

/* ここに記述したCSSはすべての外装に反映されます */
/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
	margin:	1em 1em 1em 0;
	background:	#f9f9f9;
	border:	1px #aaa solid;
	border-collapse:	collapse;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
	border:	1px #aaa solid;
	padding:	0.2em;
}

table.wikitable th,
table.prettytable th {
	background:	#f2f2f2;
	text-align:	center;
}

table.wikitable caption,
table.prettytable caption {
	margin-left:	inherit;
	margin-right:	inherit;
}

/* Google Fontsから BIZ UDP明朝 を読み込む */
@import url('https://googleapis.com');

/* 見出しに BIZ UDP明朝 を適用する */
.mw-headline {
    font-family: 'BIZ UDPMincho', 'Linux Libertine', 'Times New Roman', 'Liberation Serif', 'Nimbus Roman', 'Noto Serif JP', 'Times', serif !important;
}