میدیاویکی:Geshi.css: جیاوازیی نێوان پێداچوونەوەکان

لە چاوگ
No edit summary
No edit summary
ھێڵی ١: ھێڵی ١:
/* CSS placed here will be applied to GeSHi syntax highlighting */
/* CSS placed here will be applied to GeSHi syntax highlighting */


 
.c.source-c, .cpp.source-cpp, .xml.source-xml, .ruby.source-ruby, .mysql.source-mysql, .java.source-java, .sql.source-sql, .php.source-php, .css.source-css, .bash.source-bash, .javascript.source-javascript, .perl.source-perl, .python.source-python, .text.source-text, .html4strict.source-html4strict  {
 
.source {
padding: 1em;
padding: 1em;
border: 1px dashed #2f6fab;
border: 1px dashed #2f6fab;
ھێڵی ١١: ھێڵی ٩:
direction: ltr;
direction: ltr;
text-align: left;
text-align: left;
font-size: 18px;
font-size: 14px;
}
}

وەک پێداچوونەوەی ‏١٩:٢٥، ١٩ی حوزەیرانی ٢٠٠٩

/* CSS placed here will be applied to GeSHi syntax highlighting */

.c.source-c, .cpp.source-cpp, .xml.source-xml, .ruby.source-ruby, .mysql.source-mysql, .java.source-java, .sql.source-sql, .php.source-php, .css.source-css, .bash.source-bash, .javascript.source-javascript, .perl.source-perl, .python.source-python, .text.source-text, .html4strict.source-html4strict  {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
	direction: ltr;
	text-align: left;
	font-size: 14px;
}