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

用戶:Bhsd

出自LLWiki
於 2020年8月10日 (一) 10:52 由 Bhsd對話 | 貢獻 所做的修訂 →‎待办事项:​ // 使用Wikiplus小工具快速编辑
跳至導覽 跳至搜尋

待辦事項

  • 使用測試賬號User:Bhsd Test測試權限設置、驗證碼、濫用過濾器等。
  • 調整common.css
  • 學習jQuery,調整common.js
  • 搬運和修改必要的模板、Widgets和Gadgets。
  • 搬運和翻譯幫助頁面。
  • 學習Lua。

經驗總結

移動版已知會自動添加以下樣式:

table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
}
table {
	border-collapse: collapse;
}
.content table {
	margin: 1em 0;
	overflow: auto;
	overflow-y: hidden;
	overflow-x: auto;
}
@media only screen and (max-width: 720px) {
	.content table {
		display: block;
		width: 100% !important;
	}
}