Chú ý: Sau khi lưu trang này, phải xóa bộ nhớ đệm (cache) của trình duyệt để những thay đổi hiện ra

  • 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.
/* Phần mã cho giao diện Monobook */

/* Donations link to be uncommented during fundraising drives  */
#siteNotice {
    margin-top:5px;
    padding-left: 4px;
    font-style: italic;
    text-align: center;
}

/* BẮT ĐẦU PHẦN MÀU XANH LÁ ÁNH SÁNG
   Làm cho vùng nội dung có màu xanh lam nhạt trong tất cả các không gian tên ngoại trừ mục từ (chính).
   Điều này được thực hiện bằng cách đặt màu nền cho tất cả #content
   thành màu xanh lam nhạt và sau đó ghi đè nó trở lại màu trắng cho bất kỳ #content
   nào trong .ns-0 (không gian). Làm tương tự như vậy đối với nền "tab"
   và một số khu vực khác. */

div#content,
div#p-cactions li a:hover,
div#p-cactions li.selected a,
div#content div.thumb {          /* "Margin" for thumbs, padding for galleries */
	background-color: #F8FCFF;   /* Xanh lam nhạt */
}
div#p-cactions li a {
	background-color: #F7F9FB;   /* Tab không hoạt động màu xám xanh nhạt */
}

.ns-0 div#content,
.ns-0 div#p-cactions li a:hover, .ns-0 div#p-cactions li.selected a,
.ns-0 div#content div.thumb {
	background-color: white;     /* Màu trắng cho mục từ */
}
.ns-0 div#p-cactions li a {
	background-color: #FBFBFB;   /* Tab không hoạt động màu xám nhạt */
}

/* Bắt buộc nền trắng đối với Wiktionary:Trang Chính */
body.page-Wiktionary_Trang_Chính #content,
body.page-Wiktionary_Trang_Chính #p-cactions li a {
	background-color: white;
}

@media print {
	div#content {
		background: white;
	} /* Nền trắng khi in */
	
	/* Không in một số lớp nhất định không nên xuất hiện khi in */
    .editlink, .noprint, .metadata { display: none }
}

/* Đủ chỗ cho logo */
/* #p-logo a, #p-logo a:hover { */
/*    height: 180px; */
/* } */
.mw-wiki-logo {
   background-size: contain;
}

/* Display "Từ điển mở Wiktionary" */
#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}

#bodyContent #siteSub a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    padding-right: 0;
}

/* In đậm 'sửa đổi' */
#ca-edit { font-weight: bold !important; }

p.error {
  font-weight: bold;
}


/* Class styles */

/* .toccolours added here because version in 
   monobook/main.css wasn't being used by the print style */
.toccolours { 
   border:1px solid #aaaaaa;
   background-color:#f9f9f9;
   padding:5px;
   font-size: 95%;
}


/* Remove padding from external links displayed without icon */
#bodyContent .plainlinks a {padding: 0px !important}


/* If you don't want to see special characters list at all,
   put the following line in your User:You/monobook.css file
  (and remove the slash-asterisk comments) */
/* #editpage-specialchars { display: none; } */

/* Provide special icons on the titles of pages of certain namespaces. Basically, we'll want to have a different icon for each namespace, except for the main one. The icons are culled from various parts of the interface and a few different MediaWiki websites. */

h1.firstHeading {
   background-position: bottom right; background-repeat: no-repeat;
}

/* Màu nền vàng cho tiêu đề
 * Màu nền cho tiêu đề cấp hai cho các mục từ thuộc không gian chính.
 * Chú ý: mã này đi kèm với mã dưới đây (#toc h2), vì mã này làm cho title của toc cũng đổi màu
 * nên cần có mã thứ hai ở dưới để giữ nguyên màu cho toc
 */
body.ns-0 h2 {
   background-color: #DCECFA;
}
#toc h2 {
   background-color: #f9f9f9;
}

/* Highlight focused footnotes and references */
sup.reference:target, ol.references li:target {
    background-color: #ffffcc;
}
sup.reference:target {
    font-weight: bold;
}

.columns {
    -moz-column-rule: 1px solid #aaaaaa; -webkit-column-rule: 1px solid #aaaaaa; column-rule: 1px solid #aaaaaa;
}

/* Logo Tết */
/*	Logo Tết
	Ghi chú: Khi cần tắt logo Tết thì chỉ cần bôi đen và nhấn Ctrl + /
	để tránh mất công viết lại */

/* #p-logo a {
    background-size: 120px;
	background-image: url('//upload.wikimedia.org/wikipedia/commons/b/bc/Wiktionary-logo-vi-2022.svg') !important;
} */

/*
Hết mã cho Monobook
*/