「テンプレート:Col-begin/styles.css」の版間の差分

提供: uwuzu 非公式Wiki
ナビゲーションに移動 検索に移動
キャッシュの破棄を兼ねて{{pp-template}}
 
K.Yuzen (トーク | 投稿記録)
1版をインポートしました
 
(相違点なし)

2026年2月6日 (金) 08:50時点における最新版

@media all and (max-width:720px) {
	table.multicol > tr > td,
	table.multicol > tbody > tr > td {
		display:block !important;
		width:100% !important;
		padding:0 !important;
	}
	table.multicol {
		width:100% !important;
	}
}
table.multicol {
	border: 0;
	border-collapse: collapse;
	background-color: transparent;
	padding: 0;
}
table.multicol > tr > td,
table.multicol > tbody > tr > td {
	vertical-align: top;
}
/* [[Category:テンプレートスタイル|Col-begin]] */
/* {{pp-template}} */