summaryrefslogtreecommitdiff
path: root/buildscripts/jGrouseDoc/skins/common/css/jgdoc.css
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/jGrouseDoc/skins/common/css/jgdoc.css')
-rw-r--r--buildscripts/jGrouseDoc/skins/common/css/jgdoc.css301
1 files changed, 301 insertions, 0 deletions
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;
+}