MediaWiki:Gadget-charinsert-core.css

Văn thư lưu trữ mở Wikisource

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

Firefox, Chrome, Safari, Opera — Shift­Reload / Tải lại       Internet Explorer — Ctrl­Refresh / Làm tươi       Konqueror — Reload / Tải lại

Nếu bạn viết mã JavaScript, chú ý đọc hướng dẫn để tránh mâu thuẫn với mã mặc định của mạng.

/*  _____________________________________________________________________________
 * |                                                                             |
 * |                    === WARNING: GLOBAL GADGET FILE ===                      |
 * |                  Changes to this page affect many users.                    |
 * | Please discuss changes on the talk page or on [[WT:Gadget]] before editing. |
 * |_____________________________________________________________________________|
 *
 */

div#editpage-specialchars {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #c0c0c0;
/*	background-image: url(/w/extensions/WikiEditor/modules/images/toolbar/base.png); */
/*	background-position: left top; */
/*	background-repeat: repeat-x; */
	background-color: rgb(248, 248, 255) !important;
	line-height: normal;
	padding: 0.37em;
}

textarea#wpTextbox1 + div#editpage-specialchars, div.wikiEditor-ui-clear + div#editpage-specialchars {
	border-top: none;
}