「テンプレート:TOC right/styles.css」の版間の差分

提供:S-bou Wiki
ナビゲーションに移動 検索に移動
ja>ネイ
(en:Template:TOC right/styles.css oldid=1018014301 より)
 
(1版 をインポートしました)
 
(相違点なし)

2021年10月23日 (土) 02:42時点における最新版

@media all and (max-width: 719px) {
	body.skin-minerva .tocright {
		display:none;
	}
}
.tocright {
	float: right;
	clear: right;
	width: auto;
	background: none;
	padding: .5em 0 .8em 1.4em;
	margin-bottom: .5em; 
}
.tocright-clear-left {
	clear: left;
}
.tocright-clear-both {
	clear: both;
}
.tocright-clear-none {
	clear: none;
}
/* [[Category:テンプレートスタイル]] */