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.
/* Don't display some stuff on Main Page
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.action-view #siteSub,
body.page-Trang_Chính.action-view #contentSub,
body.page-Trang_Chính.action-view h1.firstHeading {
    display: none !important;
}
*/
/* Hide title on Main Page */
body.page-Trang_Chính h1.firstHeading {
  display: none;
}

#mobileworld img {
 max-width: 100%;
 height: auto;
 width: auto\9; /* ie8 */
}

/* CSS for article status templates, eg Usablecity, Guidepark */
.article-status {
 width: 60%;
 background: #fff;
 margin: 0 auto;
 border: solid 2px lightblue;
 text-align: center;
 font-size:90%;
 font-style:italic;
}

/* Sửa các lỗi của Vector mới */
body.skin-vector-search-vue #right-navigation .vector-menu-dropdown li,
body.skin-vector-search-vue #siteSub {
    font-size: 0.8125em;
}

body.skin-vector-search-vue #right-navigation .vector-menu-dropdown li a span {
	font-size: inherit;
}

body.skin-vector-search-vue .vector-user-links .vector-user-menu li > a:not(.mw-ui-icon) {
    font-size: 0.875em;
}

body.skin-vector-search-vue .vector-menu-dropdown:hover .vector-menu-content {
    opacity: 1;
    visibility: visible;
}

/* Ẩn những nội dung chỉ cho bảo quản viên biết. Hãy viết tương tự trong
   [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-accountcreator.css]], và
   [[Mediawiki:Group-autoconfirmed.css]].
 */
.sysop-show,
.accountcreator-show,
.autoconfirmed-show {
    display: none;
}

/* Cho tài liệu bản mẫu */
.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa;
    background-color: #ecfcf4;
    padding: 1em;
}