簡歷

待辦事項

  • CSS
  • Javascript(全局和Gadgets)
  • 濫用過濾器
  • 模板和Widgets
  • 幫助頁面

經驗總結

CSS

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

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

Javascript

試着整理下本站各主要JS腳本(全局JS和Gadgets)的合理執行時機: