ਮੀਡੀਆਵਿਕੀ:Gadget-charinsert-core.css

ਵਿਕੀਸਰੋਤ ਤੋਂ

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*  _____________________________________________________________________________
 * |                                                                             |
 * |                    === 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;
}
/*
div#editpage-specialchars a {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	padding: 1px;
}
*/
textarea#wpTextbox1 + div#editpage-specialchars, div.wikiEditor-ui-clear + div#editpage-specialchars {
	border-top: none;
}
/*
div.wikiEditor-ui + div#editpage-specialchars {
	border-bottom: none !important;
}
*/