|
|
(١٦ دەستکاری لەلایەن ھەمان بەکارھێنەرەوە پیشاننادرێت) |
ھێڵی ١: |
ھێڵی ١: |
| /* CSS placed here will be applied to GeSHi syntax highlighting */ | | /* CSS placed here will be applied to GeSHi syntax highlighting */ |
| a { color: #000090; text-decoration: none; }
| | /* |
| a:hover, a:active, a:focus { color: highlighttext; background-color: highlight; text-decoration: none; }
| | 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; |
| body { background: #FFFFFF; }
| | border: 0px dashed #2f6fab; |
| body, table { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
| | -webkit-border-top-left-radius: 13px; |
| | | -webkit-border-bottom-right-radius: 13px; |
| a img { border: 0px; }
| | -moz-border-radius-topleft: 13px; |
| | | -moz-border-radius-bottomright: 13px; |
| /* Page layout/boxes */
| | border-top-left-radius: 13px; |
| | | border-bottom-right-radius: 13px; |
| .info-box { } | | color: black; |
| .info-box-title { margin: 1em 0em 0em 0em; font-weight: normal; font-size: 14pt; color: #999999; border-bottom: 2px solid #999999; } | | background-color: #f9f9f9; |
| .info-box-body { border: 1px solid #999999; padding: .5em; } | | line-height: 1.1em; |
| .nav-bar { font-size: 8pt; white-space: nowrap; text-align: right; padding: .2em; margin: 0em 0em 1em 0em; } | | direction: ltr; |
| | | text-align: left; |
| .oddrow { background-color: #F8F8F8; border: 1px solid #AAAAAA; padding: .5em; margin-bottom: 1em} | | font-size: 14px; |
| .evenrow { border: 1px solid #AAAAAA; padding: .5em; margin-bottom: 1em} | | white-space: pre-wrap; /* css-3 */ |
| | | white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ |
| .page-body { max-width: 800px; margin: auto; } | | white-space: -pre-wrap; /* Opera 4-6 */ |
| .tree { white-space: nowrap; font: icon } | | white-space: -o-pre-wrap; /* Opera 7 */ |
| .tree dd { margin-left: 19px } | | word-wrap: break-word; /* Internet Explorer 5.5+ */ |
| .tree dl { margin: 0px } | | } */ |
| .tree-icon { vertical-align: middle; border: 0px; margin-right: 3px } | |
| | |
| /* Index formatting classes */
| |
| | |
| .index-item-body { margin-top: .5em; margin-bottom: .5em} | |
| .index-item-description { margin-top: .25em } | |
| .index-item-details { font-weight: normal; font-style: italic; font-size: 8pt } | |
| .index-letter-section { background-color: #EEEEEE; border: 1px dotted #999999; padding: .5em; margin-bottom: 1em} | |
| .index-letter-title { font-size: 12pt; font-weight: bold } | |
| .index-letter-menu { text-align: center; margin: 1em } | |
| .index-letter { font-size: 12pt }
| |
| | |
| /* Docbook classes */
| |
| | |
| .description {} | |
| .short-description { font-weight: bold; color: #666666; } | |
| .tags { padding-left: 0em; margin-left: 3em; color: #666666; list-style-type: square; }
| |
| .parameters { padding-left: 0em; margin-left: 3em; color: #014fbe; list-style-type: square; }
| |
| .redefinitions { font-size: 8pt; padding-left: 0em; margin-left: 2em; }
| |
| .package { font-weight: bold; }
| |
| .package-title { font-weight: bold; font-size: 14pt; border-bottom: 1px solid black }
| |
| .package-details { font-size: 85%; }
| |
| .sub-package { font-weight: bold; }
| |
| .tutorial { border-width: thin; border-color: #0066ff; }
| |
| .tutorial-nav-box { width: 100%; border: 1px solid #999999; background-color: #F8F8F8; }
| |
| .folder-title { font-style: italic; font-family: Verdana, Arial, Helvetica, sans-serif }
| |
| | |
| /* Generic formatting */
| |
| | |
| .field { font-weight: bold; }
| |
| .detail { font-size: 8pt; }
| |
| .notes { font-style: italic; font-size: 8pt; }
| |
| .separator { background-color: #999999; height: 2px; }
| |
| .warning { color: #FF6600; }
| |
| .disabled { font-style: italic; color: #999999; }
| |
| | |
| /* Code elements */
| |
| | |
| .line-number { }
| |
| | |
| .class-table { width: 100%; }
| |
| .class-table-header { border-bottom: 1px dotted #666666; text-align: left}
| |
| .class-name { color: #0000AA; font-weight: bold; }
| |
| | |
| .method-summary { color: #009000; padding-left: 1em; font-size: 8pt; }
| |
| .method-header { }
| |
| .method-definition { margin-bottom: .2em }
| |
| .method-title { color: #009000; font-weight: bold; }
| |
| .method-name { font-weight: bold; }
| |
| .method-signature { font-size: 85%; color: #666666; margin: .5em 0em }
| |
| .method-result { font-style: italic; }
| |
| | |
| .var-summary { padding-left: 1em; font-size: 8pt; } | |
| .var-header { }
| |
| .var-title { color: #014fbe; margin-bottom: .3em }
| |
| .var-type { font-style: italic; }
| |
| .var-name { font-weight: bold; }
| |
| .var-default {}
| |
| .var-description { font-weight: normal; color: #000000; }
| |
| | |
| .include-title { color: #014fbe;}
| |
| .include-type { font-style: italic; }
| |
| .include-name { font-weight: bold; }
| |
| | |
| .const-title { color: #FF6600; }
| |
| .const-name { font-weight: bold; }
| |
| | |
| /* Syntax highlighting */ | |
| | |
| .src-code { font-family: 'Courier New', Courier, monospace; font-weight: normal; }
| |
| .src-line { font-family: 'Courier New', Courier, monospace; font-weight: normal; }
| |
| | |
| .src-code a:link { padding: 1px; text-decoration: underline; color: #0000DD; }
| |
| .src-code a:visited { text-decoration: underline; color: #0000DD; }
| |
| .src-code a:active { background-color: #FFFF66; color: #008000; }
| |
| .src-code a:hover { background-color: #FFFF66; text-decoration: overline underline; color: #008000; }
| |
| | |
| .src-comm { color: #666666; }
| |
| .src-id { color: #FF6600; font-style: italic; }
| |
| .src-inc { color: #0000AA; font-weight: bold; }
| |
| .src-key { color: #0000AA; font-weight: bold; }
| |
| .src-num { color: #CC0000; }
| |
| .src-str { color: #CC0000; }
| |
| .src-sym { }
| |
| .src-var { }
| |
| | |
| .src-php { font-weight: bold; }
| |
| | |
| .src-doc { color: #666666; }
| |
| .src-doc-close-template { color: #666666 }
| |
| .src-doc-coretag { color: #008000; }
| |
| .src-doc-inlinetag {}
| |
| .src-doc-internal {}
| |
| .src-doc-tag { color: #0080CC; }
| |
| .src-doc-template { color: #666666 }
| |
| .src-doc-type { font-style: italic; color: #444444 }
| |
| .src-doc-var { color: #444444 }
| |
| | |
| .tute-tag { color: #009999 }
| |
| .tute-attribute-name { color: #0000FF }
| |
| .tute-attribute-value { color: #0099FF }
| |
| .tute-entity { font-weight: bold; }
| |
| .tute-comment { font-style: italic }
| |
| .tute-inline-tag { color: #636311; font-weight: bold }
| |
| | |
| /* tutorial */ | |
| | |
| .authors { }
| |
| .author { font-style: italic; font-weight: bold }
| |
| .author-blurb { margin: .5em 0em .5em 2em; font-size: 85%; font-weight: normal; font-style: normal }
| |
| .example { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; }
| |
| *[class="example"] { line-height : 1.0em; } | |
| .listing { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; white-space: nowrap; }
| |
| *[class="listing"] { line-height : 1.0em; } | |
| .release-info { font-size: 85%; font-style: italic; margin: 1em 0em }
| |
| .ref-title-box { }
| |
| .ref-title { }
| |
| .ref-purpose { font-style: italic; color: #666666 }
| |
| .ref-synopsis { }
| |
| .title { font-weight: bold; border-bottom: 1px solid #999999; color: #999999; }
| |
| .cmd-synopsis { margin: 1em 0em }
| |
| .cmd-title { font-weight: bold }
| |
| .toc { margin-left: 2em; padding-left: 0em }
| |