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 | pre, .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: 0px dashed #2f6fab; | |||
-webkit-border-top-left-radius: 13px; | |||
-webkit-border-bottom-right-radius: 13px; | |||
-moz-border-radius-topleft: 13px; | |||
-moz-border-radius-bottomright: 13px; | |||
border-top-left-radius: 13px; | |||
border-bottom-right-radius: 13px; | |||
} | color: black; | ||
background-color: #f9f9f9; | |||
line-height: 1.1em; | |||
direction: ltr; | |||
text-align: left; | |||
font-size: 14px; | |||
white-space: pre-wrap; /* css-3 */ | |||
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ | |||
white-space: -pre-wrap; /* Opera 4-6 */ | |||
white-space: -o-pre-wrap; /* Opera 7 */ | |||
word-wrap: break-word; /* Internet Explorer 5.5+ */ | |||
} */ |
دوایین پێداچوونەوەی ٠٤:٣١، ٩ی کانوونی یەکەمی ٢٠١٤
/* CSS placed here will be applied to GeSHi syntax highlighting */
/*
pre, .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: 0px dashed #2f6fab;
-webkit-border-top-left-radius: 13px;
-webkit-border-bottom-right-radius: 13px;
-moz-border-radius-topleft: 13px;
-moz-border-radius-bottomright: 13px;
border-top-left-radius: 13px;
border-bottom-right-radius: 13px;
color: black;
background-color: #f9f9f9;
line-height: 1.1em;
direction: ltr;
text-align: left;
font-size: 14px;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
} */