中医百科:首页/banner/模块/styles.css:修订间差异

勤求古训,博采众方
删除的内容 添加的内容
创建页面,内容为“.index-module { font-family: serif; width: 40em; background: #eee; border: 1px solid #bbb; float: left; border-radius: 0.5em; box-shadow: 0 2px 8px rgba(0,0,0, 0.15), 0 1px 3px rgba(0,0,0, 0.2); box-sizing: border-box; margin: 0.3em; } .index-module-inner { margin: 1em auto; min-height: 6em; overflow: hidden; position: relative; } .index-module-title { font-size: 200%; color: #000; font-weight: 700; text-align: center; line-height: 1.2em;…”
 
入我相思门将页面中医百科:首页/banner/模块/styles.css的内容模型从“wikitext”更改为“已过滤的CSS”
标签内容模型更改
 
(没有差异)

2022年5月28日 (六) 11:11的最新版本

.index-module {
	font-family: serif;
	width: 40em;
	background: #eee;
	border: 1px solid #bbb;
	float: left; 
	border-radius: 0.5em;
	box-shadow: 0 2px 8px rgba(0,0,0, 0.15), 0 1px 3px rgba(0,0,0, 0.2);
	box-sizing: border-box;
	margin: 0.3em;
}

.index-module-inner {
	margin: 1em auto;
	min-height: 6em;
	overflow: hidden;
	position: relative;
}

.index-module-title {
	font-size: 200%;
	color: #000;
	font-weight: 700;
	text-align: center;
	line-height: 1.2em;
	margin: 5px 5px 10px;
}

@media screen and (max-width: 830px) {
	/* .index-module-title {
		line-height: 1em;
		margin: 0 5px 5px;
	} */
}