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.

/** This is Quenhitran's customization of Wikipedia's interface for her own use **/
body {
	background-color: #fed7fa;
}
.mw-body, .catlinks {
	border: 1px solid #fc4afa !important;
}

#mw-page-base {
    background: #fed7fa; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffffff, #fed7fa); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #fed7fa); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #fed7fa); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #fed7fa); /* Standard syntax */
}

div.vectorTabs li.selected {
	background: #ffffff;
	font-weight: bold;
}
div.vectorTabs ul li {
    background: #fed7fa; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffffff, #fed7fa); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #fed7fa); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #fed7fa); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #fed7fa); /* Standard syntax */
    background-image: none !important;
}

h1, h2 {
	border-bottom: 1px solid  #fd9bfc;
}