跳转到内容

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

勤求古训,博采众方
无编辑摘要
无编辑摘要
 
(未显示同一用户的9个中间版本)
第33行: 第33行:
display: none;
display: none;
}
}
/******************************
* 分割线
******************************/
.title-flex {
        display: flex;
        align-items: center;
        font-size: 0.4rem;
        color: pink;
    }
    .title-flex::before,
    .title-flex::after {
        content: '';
        flex: 1;
        height: 1px;
        background: pink;
    }
    .title-flex::before {
        margin-right: 0.25rem;
    }
    .title-flex::after {
        margin-left: 0.25rem;
    }

2022年7月4日 (一) 08:38的最新版本

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