ميدياويكي:Gadget-charinsert-styles.css

من ويكيبيديا، الموسوعة الحرة

ملاحظة: بعد الحفظ، قد يلزمك إفراغ الكاش لرؤية التغييرات.

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

/* Overwrites selector from MediaWiki:Common.css */
/*
div#editpage-specialchars {
	display: block;
	border: 1px solid #c0c0c0;
	padding: .5em 1em;
}
*/

/*
#editpage-specialchars a {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	padding: 1px 4px;
} */

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

/* منقولة من ملف js */
#وسوم a {
	direction:ltr;
	unicode-bidi:embed;
}

#editpage-specialchars a {
	font-family:georgia,monospace;
	border:solid 1px silver;
	background-color:white;
	padding:.1em;
	margin:-.1em;
	color:darkblue;
}

#editpage-specialchars a:hover{
	color:silver !important
}

#editpage-specialchars {
	padding: .2em;
	background-color: #f0f0f0;
	border: 1px solid #c0c0c0;
	border-top-width: 0;
	border-bottom-color:gainsboro;
}

#specialchars {
	display:none
}

#editpage-specialchars b {
	color: grey;
	font-size: 85%;
}