“模板:TOCright/styles.css”的版本间的差异

来自萌娘文库
跳转至: 导航搜索
(创建页面,内容为“.tocright { float: right; clear: right; width: auto; background: none; padding: .5em 0 .8em 1.4em; margin-bottom: .5em; } .tocright-clear-left { clear: left;…”)
 
(+ CAT)
 
第16行: 第16行:
 
clear: none;
 
clear: none;
 
}
 
}
 +
 +
/** [[Category:在模板名字空间下的CSS页面]] **/

2022年3月7日 (一) 23:31的最新版本

.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:在模板名字空间下的CSS页面]] **/