「MediaWiki:Vector.css」:修訂間差異

出自台灣選舉維基百科 VoteTW
跳至導覽 跳至搜尋
無編輯摘要
無編輯摘要
 
(未顯示同一使用者於中間所作的 3 次修訂)
第1行: 第1行:
/* 此 CSS 會影響使用 Vector 介面外觀的使用者 */
/* 此 CSS 會影響使用 Vector 介面外觀的使用者 */
/* Bring the text to 14px */
body {
/* Bring the text to 14px */
background: #f5f5f5;
#mw-content-text {
font-family: "Effra", Helvetica, sans-serif;
  font-size: 0.875em;
font-size: 16px;
}
.mw-body-content {
    font-size: 1em;
}
}

於 2018年12月19日 (三) 18:19 的最新修訂

/* 此 CSS 會影響使用 Vector 介面外觀的使用者 */
body {
	background: #f5f5f5;
	font-family: "Effra", Helvetica, sans-serif;
	font-size: 16px;
}
.mw-body-content {
    font-size: 1em;
}