跳转到内容

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

勤求古训,博采众方
入我相思门将页面中医百科:首页/styles.css的内容模型从“wikitext”更改为“已过滤的CSS”
无编辑摘要
第32行: 第32行:
body.action-view #contentSub {  
body.action-view #contentSub {  
display: none;
display: none;
}
/******************************
* 分割线
******************************/
.fgx{ 
    padding: 0 20px 0; 
    margin: 20px 0; 
    line-height: 1px; 
    border-left: 190px solid #ddd; 
    border-right: 190px solid #ddd; 
    text-align: center; 
}
}

2022年7月1日 (五) 16:39的版本

/******************************
 * 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;
}

/******************************
 * 分割线
 ******************************/
.fgx{  
    padding: 0 20px 0;  
    margin: 20px 0;  
    line-height: 1px;  
    border-left: 190px solid #ddd;  
    border-right: 190px solid #ddd;  
    text-align: center;  
}