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

勤求古训,博采众方
删除的内容 添加的内容
无编辑摘要
无编辑摘要
第37行: 第37行:
* 分割线
* 分割线
******************************/
******************************/
#mp-2012-sisters {
.line{height: 1px;border-top: 1px solid #ddd;text-align: center;}
margin-top: 50px;
.line span{position: relative;top: -8px;background: #fff;padding: 0 20px;}
clear:both;
padding-top: 15px;
border-top: 3px double #CCC;
color: #222;
line-height: 120%;
}

2022年7月2日 (六) 00:06的版本

/******************************
 * Styles for mobile main page
 ******************************/

@media all and (min-width: 768px) {
	.wikidata-mainpage-column {
		float: left;
		width: 50%;
	}
	.wikidata-mainpage-column-first {
		padding-right: 5px;
	}
	.wikidata-mainpage-column-second {
		padding-left: 5px;
	}
	.wikidata-mainpage-sister-projects {
		text-align: center;
	}
}

/**
 * Hide title on main pages, village pumps and project chats
 * 
 * @author 
 * @maintainer 
 */

body.action-view .firstHeading {
	display: none;
}

body.action-view #contentSub { 
	display: none;
}

/******************************
 * 分割线
 ******************************/
#mp-2012-sisters {
    margin-top: 50px;
    clear:both;
    padding-top: 15px;
    border-top: 3px double #CCC;
    color: #222;
    line-height: 120%;
}