Chú ý: Sau khi lưu trang, có thể bạn sẽ phải xóa bộ nhớ đệm của trình duyệt để xem các thay đổi.

  • Firefox / Safari: Nhấn giữ phím Shift trong khi nhấn Tải lại (Reload), hoặc nhấn tổ hợp Ctrl-F5 hay Ctrl-R (⌘R trên Mac)
  • Google Chrome: Nhấn tổ hợp Ctrl-Shift-R (⇧⌘R trên Mac)
  • Internet Explorer / Edge: Nhấn giữ phím Ctrl trong khi nhấn Làm tươi (Refresh), hoặc nhấn tổ hợp Ctrl-F5
  • Opera: Nhấn tổ hợp Ctrl-F5.
/* CSS placed here will affect users of the Vector skin */
#contentSub,
#contentSub2 {
 font-size: 100%;
}

/* Hide title on the main page */
.page-Trang_Chính .firstHeading, .page-Trang_Chính #contentSub {
  display: none;
}

/* Giấu một số thông tin ra khỏi trang chính */
body.page-Trang_Chính #deleteconfirm,
body.page-Trang_Chính #t-cite,
body.page-Trang_Chính #footer-info-lastmod,
body.page-Trang_Chính #siteSub,
body.page-Trang_Chính h1.firstHeading {
	display: none !important;
}

/* WikidataPageBanner outputs a second <h1> and empties the original one.
   Hide this in Vector. [[phab:T97891]] */
#firstHeading:empty {
    display: none;
}