LLWiki正在建設中,歡迎加入我們

Widget:遊戲主界面

出自LLWiki
於 2021年2月5日 (五) 22:21 由 Bhsd留言 | 貢獻 所做的修訂 (使用页面/文本对比查看器快速编辑)
跳至導覽 跳至搜尋
Template-info.png 小部件文檔
這個文檔是內聯文檔。

請使用導航模板調用。

JavaScript腳本:User:Bhsd/widget/nav.js

CSS樣式表:

 */
.start-screen {
	text-align: center;
	position: sticky;
	bottom: 3px;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
}
.start-screen a {
	scroll-snap-align: start;
}
.start-screen table {
	display: inline-table;
	margin: 0;
	width: auto !important;
}

/* 提前加载FontAwesome部分CSS */
.fa, .fab, .fad, .fal, .far, .fas {
	display: inline-block;
}
/*