From dca8960e21273ed8100fa1fdaeab99ccf141a1f3 Mon Sep 17 00:00:00 2001 From: mikl <> Date: Tue, 6 May 2008 07:53:08 +0000 Subject: Imported JS documentor jGrouseDoc-2.0 --- buildscripts/jGrouseDoc/skins/common/css/jgdoc.css | 301 +++++++++++++++++++++ .../jGrouseDoc/skins/common/css/jgindex.css | 53 ++++ 2 files changed, 354 insertions(+) create mode 100644 buildscripts/jGrouseDoc/skins/common/css/jgdoc.css create mode 100644 buildscripts/jGrouseDoc/skins/common/css/jgindex.css (limited to 'buildscripts/jGrouseDoc/skins/common/css') diff --git a/buildscripts/jGrouseDoc/skins/common/css/jgdoc.css b/buildscripts/jGrouseDoc/skins/common/css/jgdoc.css new file mode 100644 index 00000000..a56481d5 --- /dev/null +++ b/buildscripts/jGrouseDoc/skins/common/css/jgdoc.css @@ -0,0 +1,301 @@ + +@CHARSET "ISO-8859-1"; +/* + jGrouseDoc stylesheet file. + @Copyright (c) 2007 by Denis Riabtchik. All rights reserved. See license.txt and http://jgrouse.com for details@ + $Id: jgdoc.css 340 2008-01-21 16:13:59Z broofa $ +*/ + +body +{ + /*font-family: Helvetica,Arial,sans-serif; + font-size: 0.9em;*/ +} + + +a +{ + text-decoration: none; +} + +.overviewTitle +{ + font-weight: bold; + font-size: 1.3em; + padding-top: 1em; + clear: both; +} + +.overviewItem +{ +} + + +.overviewSectionHeader +{ + font-weight: bold; + font-size: 1.1em; + padding-top: 0.5em; +} + +.sectionHeader +{ + border: 2px groove black; + font-size: 1.7em; + text-align: left; + font-weight: bold; + background-color: #ccccff; + color: black; + padding: 3px; +} + +.logicalSummary +{ +} + +.summaryTable +{ + border: 2px groove black; +} + +.summaryTableHeader +{ + font-size: 1.7em; + text-align: left; + font-weight: bold; + background-color: #ccccff; + color: black; + padding: 4px; +} + +.summaryTable .summaryItem +{ + border-top: 1px solid; + padding: 2px; +} + +.summaryTable .summaryItemRef +{ + font-weight: bold; +} + +.summaryTable .summaryItemDef +{ +} + +.summaryTable .inheritanceSummary +{ + border-top: 1px solid; + padding: 2px; +} + +.summaryTable .summaryItemDesc +{ + padding-left: 2em; +} + +.elementName +{ + font-weight: bold; +} + +.descSection +{ + font-weight: bold; +} + + +.navbar +{ + font-size: 0.9em; + padding-bottom: 4px; +} + +.currentPage +{ + font-weight: bold; +} + +.navbaritem +{ + float: left; + width: 10em; + background-color: #ccccff; + color: black; + padding: 4px; + margin: 2px; + padding-top: 2px; + padding-bottom: 2px; + text-align: center; +} + +.navbaritem a +{ + background-color: #ccccff; + color: black; + text-decoration: underline; +} + + +.projectDescRef +{ + font-weight: bold; +} + +.paddedDetails +{ + padding-left: 5em; +} + +.example +{ + font-size: 0.8em; + font-family: courier; + white-space: pre; +} + + + +.searchItem +{ + cursor: pointer; +} + +.jgdSelectedItem +{ + background-color: #0a246a; + color: white; +} + +.jgdSearchRect +{ + width:60%; + height:20em; + border: 2px inset; + overflow: auto; +} + +.jgdSearchString +{ + width:60%; +} + +.jgsInfo +{ + white-space: pre +} + + + +/*---------- NavTree ----------------*/ + + +#content { + font-size: .9em; + line-height:1.6; +} +.navTree a { + text-decoration: none; +} +.navTree a:hover { + text-decoration: underline; +} + +.navTree .contents +{ + list-style: none; + padding-left: 6px; + margin-left: 0px; + clear: both; +} + +.navTree .contents li +{ + clear: both; + white-space: nowrap; +} + + +.navTree .contents ul +{ + border-left: 1px solid #cccccc; + margin-left: 6px; + clear: both; +} + + +.navTree .contents span.node +{ + display: block; + float: left; +} + +.navTree span.node +{ + cursor: pointer; + background-repeat: no-repeat; + background-position: 0em 0.2em; +} + +.navTree .open span.node +{ + background-image: url(open.gif) ; +} + +.navTree .closed span.node +{ + background-image: url(closed.gif) ; +} + +.navTree .leaf span.node +{ + background-image: url(node.gif) ; +} + +.navTree .closed .contents +{ + display: none; +} + +.navTree .markerSpace +{ + padding-left: 12px; +} + +.navTree .openAll, +.navTree .closeAll { + font-size: .9em; + background-repeat: no-repeat; + padding-left: 16px; + padding-right: 7px; + background-position: left center; + cursor: pointer; +} + +.navTree .openAll { + background-image: url(openLarge.gif); +} + +.navTree .closeAll +{ + background-image: url(closedLarge.gif); +} + +.comment +{ + padding-top: 0.5em; + padding-bottom: 0.5em; +} + +ul.paramoption +{ + margin-top: 0px; + margin-bottom: 0px; +} + +a.srcUrlLink +{ + color:#66f; + float: right; + font-size: 11px; +} diff --git a/buildscripts/jGrouseDoc/skins/common/css/jgindex.css b/buildscripts/jGrouseDoc/skins/common/css/jgindex.css new file mode 100644 index 00000000..c113487f --- /dev/null +++ b/buildscripts/jGrouseDoc/skins/common/css/jgindex.css @@ -0,0 +1,53 @@ +/* + jGrouseDoc stylesheet file for index page. + Copyright (c) 2007 by Robert Kieffer and jGrouseDoc contributors + $Id: jgindex.css 302 2007-12-24 22:51:11Z denis.riabtchik $ +*/ +@CHARSET "ISO-8859-1"; + + dt { + clear:both; + float:left; + width: 200px; + margin-left: 20px; + } + a { + color: #009; + text-decoration: none; + } + a:hover { + color: #009; + text-decoration: underline; + } + dd { + /*float:left;*/ + } + dt, dd { + margin: 0px; + } + dt.even, dd.even { + border-bottom: dashed 1px #ddd; + } + dt.odd, dd.odd { + border-bottom: dotted 1px #eee; + } + dt.is_namespace { + font-weight:bold; + } + + #toc { + font-size: 12pt; + font-weight: bold; + } + #toc .has_entries a, + #toc .no_entries {padding: 0px 3px;} + #toc .no_entries {color:#999} + + .letter_section { + clear:both; + margin: 0px; + padding:15px 0px 6px; + } + .letter_section a { + color:#000; + } -- cgit v1.2.3