[Pureuseradmin-cvs] PureUserAdmin/docs/media style.css,NONE,1.1 background.png,NONE,1.1 print.css,NO
Status: Abandoned
Brought to you by:
mvanbaak
|
From: Michiel v. B. <mva...@us...> - 2004-10-03 16:10:53
|
Update of /cvsroot/pureuseradmin/PureUserAdmin/docs/media In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27765/docs/media Added Files: style.css background.png print.css empty.png layout.css Log Message: api docs --- NEW FILE: background.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: empty.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: print.css --- BODY { margin: 1em; } #header { } #nav { display: none; } #packagePosition { text-align: right; } #packageTitle { display: inline; margin: 5px; } #packageTitle2 { display: none; } #elementPath { display: inline; margin: 5px; } #navLinks { display: none; } --- NEW FILE: style.css --- .php { padding: 1em; } /* This will not be executed by IE, so now we have a fix! */ *[class="php-src"], *[class="php"], *[class="listing"] { line-height: 0px; } body { color: #000000; background-color: #ffffff; background-image: url("background.png"); background-repeat: repeat-y; font-family: tahoma, verdana, arial, sans-serif; font-size: 10pt; margin: 0; padding: 0; } a { color: #000099; background-color: transparent; text-decoration: none; } a:hover { text-decoration: underline; } a.menu { color: #ffffff; background-color: transparent; } td { font-size: 10pt; } td.header_top { color: #ffffff; background-color: #9999cc; font-size: 16pt; font-weight: bold; text-align: right; padding: 10px; } td.header_line { color: #ffffff; background-color: #333366; } td.header_menu { color: #ffffff; background-color: #666699; font-size: 8pt; text-align: right; padding: 2px; padding-right: 5px; } td.menu { padding: 2px; padding-left: 5px; } td.code_border { color: #000000; background-color: #c0c0c0; } td.code { color: #000000; background-color: #f0f0f0; } td.type { font-style: italic; } div.credit { font-size: 8pt; text-align: center; } div.package { padding-left: 5px; } div.tags { padding-left: 15px; } div.function { padding-left: 15px; } div.top { font-size: 8pt; } div.warning { color: #ff0000; background-color: transparent; } div.description { padding-left: 15px; } hr { height: 1px; border-style: solid; border-color: #c0c0c0; margin-top: 10px; margin-bottom: 10px; } span.smalllinenumber { font-size: 8pt; } ul { margin-left: 0px; padding-left: 8px; } /* Syntax highlighting */ .src-code { background-color: #f5f5f5; border: 1px solid #ccc9a4; padding: 0px; margin : 0px} /*.src-code pre { }*/ .src-comm { color: green; } .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 } .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; } .listing { border: 1px dashed #999999; background-color: #EEEEEE; 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; margin: 1em 0em 0em 0em; padding: .25em; border: 2px solid #999999; background-color: #9999CC } .cmd-synopsis { margin: 1em 0em } .cmd-title { font-weight: bold } .toc { margin-left: 2em; padding-left: 0em } --- NEW FILE: layout.css --- #header { z-index: 100; position: absolute; top: 0px; left: 0px; width: 100%; height: 5%; } #nav { z-index: 200; position: absolute; top: 5%; left: 0px; width: 15%; height: 1600px; clip: auto; overflow: auto; } #body { position: absolute; top: 6%; left: 17%; width: 82%; } #content { clear: both; top: -1px; } #packagePosition { position: absolute; right: 5px; top: 0px; width: 35%; height: 100%; } #packageTitle { position: absolute; right: 0px; } #packageTitle2 { position: absolute; right: -3px; top: -2px; } #elementPath { position: absolute; right: 0px; bottom: 0px; } #navLinks { position: absolute; top: 0px; left: 10px; height: 100%; } .leftCol { width: auto; float: left; } .middleCol { width: auto; float: left; } .rightCol { width: auto; float: left; } #credit { margin-top: 20px; margin-bottom: 50px; } /** Fixed layout for nav on mozilla */ head:first-child+body div#header { position: fixed; } head:first-child+body div#nav { position: fixed; height: 94% } |