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

لە چاوگ
(Rûpela nû: ←‏CSS placed here will affect the print output: ←‏CSS placed here will be applied to all skins: code { background-color: #f9f9f9; direction: ltr; text-align: left; } tt { back...)
 
No edit summary
 
(٨ دەستکاری لەلایەن ھەمان بەکارھێنەرەوە پیشاننادرێت)
ھێڵی ١: ھێڵی ١:
/* CSS placed here will affect the print output */
/* code u syntax bo kurdi */
/* CSS placed here will be applied to all skins */
 
code {
code {
background-color: #f9f9f9;
background-color: #f9f9f9;
ھێڵی ٢٤: ھێڵی ٢٢:
line-height: 1.1em ;
line-height: 1.1em ;
direction: ltr;
direction: ltr;
text-align: left;
}
}
.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  {
.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  {
ھێڵی ٣٢: ھێڵی ٣١:
line-height: 1.1em;
line-height: 1.1em;
direction: ltr;
direction: ltr;
text-align: left;
}
#globalWrapper {
padding-right: 3px;
width: 93%;
}
}
input, textarea, #searchInput {
font: 9pt Tahoma, "DejaVu Sans", Verdana;
}

دوایین پێداچوونەوەی ‏٠١:١٦، ١٣ی ئازاری ٢٠٠٩

/* code u syntax bo kurdi */
code {
	background-color: #f9f9f9;
	direction: ltr;
	text-align: left;
}
tt {
background-color: #F7F7F7;
padding-top: 2px;
padding-right: 4px;
padding-bottom: 2px;
padding-left: 4px;
font-size: 14px;
direction: ltr;
text-align: left;
}
pre  {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em ;
	direction: ltr;
	text-align: left;
}
.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;
}
#globalWrapper {
padding-right: 3px;
width: 93%;
}