--- nfo/php/libs/com.newsblob.phphtmllib/doc/media/stylesheet.css 2003/02/22 20:55:59 1.1 +++ nfo/php/libs/com.newsblob.phphtmllib/doc/media/stylesheet.css 2003/09/20 00:21:54 1.2 @@ -1,115 +1,133 @@ -a.links:active, a.links:visited, a.links:link { - font-family: arial; - font-size: .833em; - font-weight: bold; - padding: 0px 2px 0px 2px; - color: #444444; -} - -a.links:hover { - font-family: arial; - font-size: .833em; - font-weight: bold; - background-color: #999999; - color: #000000; - padding: 0px 2px 0px 2px; -} - -a:visited, a:link { - font-family: arial; - font-size: 10pt; - color: #0000ff; - outline: thick red; -} - -a:hover { - color: #FF0000; -} - -div.links, table.links { - border: 2px solid #999999; - background-color: #dadada; -} - -div.function { - font-family: arial; - font-size: .833em; - background-color: #dadada; - border: 1px solid #999999; - width: 99%; - padding: 5px 0px 5px 5px; -} - -.tableheadingcolor { - background-color: #dadada; - color: #000000; - border-bottom: 2px solid #999999; -} - -table.border { - border: 2px solid #999999; -} - -table.bordernobottom { - border-top: 2px solid #999999; - border-left: 2px solid #999999; - border-right: 2px solid #999999; -} - -th { - font-family: arial; - font-size: .833em; - font-weight: bold; - white-space: nowrap; -} - - - -.font8 { - font-family: arial, helvetica, lucida; - font-size: 8pt; -} -.font8bold { - font-family: arial, helvetica, lucida; - font-size: 8pt; - font-weight: bold; -} -.font10 { - font-family: arial, helvetica, lucida; - font-size: 10pt; -} -.font10bold { - font-family: arial, helvetica, lucida; - font-size: 10pt; - font-weight: bold; -} -.font12 { - font-family: arial, helvetica, lucida; - font-size: 12pt; -} -.font12bold { - font-family: arial, helvetica, lucida; - font-size: 12pt; - font-weight: bold; -} -.font14 { - font-family: arial, helvetica, lucida; - font-size: 14pt; -} -.font14bold { - font-family: arial, helvetica, lucida; - font-size: 15pt; - font-weight: bold; -} - -ul { - margin: 0px; - padding: 0px; - padding-left: 5px; -} - -li { - text-indent: -15px; - padding-bottom: 2px; - padding-left: 14px; -} +a { color: #0000FF; text-decoration: none; } +a:hover { color: #FF0000; text-decoration: underline; } +a:active { color: #FF0000; text-decoration: underline; } + +body { background-color: #EEEEEE; font-family: Verdana, Arial, sans-serif } +body, table { font-size: 10pt } +a img { border: 0px; } +dd { margin-left: 0px; padding-left: 1em; } + +/* Page layout/boxes */ + +.info-box {} +.info-box-title { margin: 1em 0em 0em 0em; padding: .25em; font-weight: normal; font-size: 14pt; border: 2px solid #999999; background-color: #DDDDDD } +.info-box-body { border: 1px solid #999999; padding: .5em; background-color: #F8F8F8; } +.nav-bar { font-size: 8pt; white-space: nowrap; text-align: right; padding: .2em; margin: 0em 0em 1em 0em; } + +.oddrow { background-color: #DDDDDD; border: 1px solid #999999; padding: .5em; margin-bottom: 1em} +.evenrow { background-color: #DDDDDD; border: 1px solid #999999; padding: .5em; margin-bottom: 1em} + +.page-body { max-width: 800px; margin: auto; } +.tree dl { margin: 0px } + +/* 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; font-style: italic; list-style-type: square; } +.redefinitions { font-size: 8pt; padding-left: 0em; margin-left: 2em; } +.package { } +.package-title { font-weight: bold; font-size: 14pt; border-bottom: 1px solid black } +.package-details { font-size: 85%; } +.sub-package { font-weight: bold; font-size: 120% } +.tutorial { border-width: thin; border-color: #0066ff } +.tutorial-nav-box { width: 100%; border: 2px solid #999999; background-color: #DDDDDD } +.nav-button-disabled { color: #999999; } +.nav-button:active, +.nav-button:focus, +.nav-button:hover { background-color: #AAAAAA; outline: 1px solid #666666; text-decoration: none } +.folder-title { font-style: italic } + +/* 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: #000000; font-weight: bold; } + +.method-summary { padding-left: 1em; font-size: 8pt } +.method-header { } +.method-definition { margin-bottom: .3em } +.method-title { font-weight: bold; } +.method-name { font-weight: bold; } +.method-signature { font-size: 85%; color: #0066BB; margin: .5em 0em } +.method-result { font-style: italic; } + +.var-summary { padding-left: 1em; font-size: 8pt; } +.var-header { } +.var-title { margin-bottom: .3em } +.var-type { color: red; font-weight: bold } +.var-name { font-weight: bold; } +.var-default {} +.var-description { font-weight: normal; color: #000000; } + +.include-title { } +.include-type { font-style: italic; } +.include-name { font-weight: bold; } + +.const-title { } +.const-name { font-weight: bold; } + +/* Syntax highlighting */ + +.src-code { border: 1px solid #336699; padding: 1em; background-color: #EEEEEE; } + +.src-comm { color: #666666; } +.src-id { } +.src-inc { color: #0000FF; } +.src-key { color: #0000FF; } +.src-num { color: #CC0000; } +.src-str { color: #66cccc; } +.src-sym { font-weight: bold; } +.src-var { } + +.src-php { font-weight: bold; } + +.src-doc { color: #009999 } +.src-doc-close-template { color: #0000FF } +.src-doc-coretag { color: #0099FF; font-weight: bold } +.src-doc-inlinetag { color: #0099FF } +.src-doc-internal { color: #6699cc } +.src-doc-tag { color: #0080CC } +.src-doc-template { color: #0000FF } +.src-doc-type { font-style: italic } +.src-doc-var { font-style: italic } + +/* 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 { background-color: #DDDDDD; border: 1px solid #999999; padding: .5em } +.listing { background-color: #DDDDDD; border: 1px solid #999999; padding: .5em; white-space: nowrap } +.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 #888888; color: #888888; } +.cmd-synopsis { margin: 1em 0em } +.cmd-title { font-weight: bold } +.toc { margin-left: 2em; padding-left: 0em } +