Chú ý: Sau khi lưu thay đổi trang, bạn phải xóa bộ nhớ đệm của trình duyệt để nhìn thấy các thay đổi. Google Chrome, Firefox, Internet ExplorerSafari: Giữ phím ⇧ Shift và nhấn nút Reload/Tải lại trên thanh công cụ của trình duyệt. Để biết chi tiết và hướng dẫn cho các trình duyệt khác, xem Trợ giúp:Xóa bộ nhớ đệm.

/**
 * @author: Mxn
 * @base_code: https://vi.wiktionary.org/wiki/Thành_viên:Mxn/common.css
 * @clone_at: Dec 7th, 2021
 */

/* Các liên kết đến cùng trang */
strong.selflink {
    background-color: #c0c0c0;
}

/* Các liên kết đến trang định hướng */
.mw-disambig {
	background-color: #ddeeff;
	-moz-text-decoration-style: dashed;
	text-decoration-style: dashed;
}

/* Các liên kết đến trang đổi hướng */
.mw-redirect {
    background-color: #ddeeff;
	-moz-text-decoration-style: wavy;
	text-decoration-style: wavy;
}

/* Hiện chữ mờ "Xem trước" vào nền trang xem trước để nhắc nhở lưu trang. */
#wikiPreview .mw-content-ltr,
#wikiPreview .mw-content-rtl {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="360" height="55"><text x="0" y="50" fill="rgba(37, 37, 37, 0.03)" style="font-family: sans-serif; font-size: 40pt; font-weight: bold; text-transform: uppercase;">Xem trước</text></svg>');
	background-position: center;
}