MediaWiki:Group-extendedconfirmed.css

Bách khoa toàn thư mở Wikipedia

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.

/* Mã CSS tại đây sẽ chỉ ảnh hưởng đến các thành viên được xác nhận mở rộng */
/* Hiện các mục ẩn có class="extendedconfirmed-show". */
div.extendedconfirmed-show,
p.extendedconfirmed-show {
  display: block !important;
}

span.extendedconfirmed-show,
small.extendedconfirmed-show {
  display: inline !important;
}

table.extendedconfirmed-show {
  display: table !important;
}

li.extendedconfirmed-show {
  display: list-item !important;
}

.nonextendedconfirmed-show {
  display: none !important;
}