summaryrefslogtreecommitdiff
path: root/buildscripts/jGrouseDoc/themes
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/jGrouseDoc/themes')
-rw-r--r--buildscripts/jGrouseDoc/themes/prado/build.xml11
-rw-r--r--buildscripts/jGrouseDoc/themes/prado/css/theme.css99
-rw-r--r--buildscripts/jGrouseDoc/themes/sample/build.xml14
-rw-r--r--buildscripts/jGrouseDoc/themes/sample/css/theme.css122
-rw-r--r--buildscripts/jGrouseDoc/themes/sample/img/closed.gifbin199 -> 0 bytes
-rw-r--r--buildscripts/jGrouseDoc/themes/sample/img/closedLarge.gifbin161 -> 0 bytes
-rw-r--r--buildscripts/jGrouseDoc/themes/sample/img/node.gifbin282 -> 0 bytes
-rw-r--r--buildscripts/jGrouseDoc/themes/sample/img/open.gifbin144 -> 0 bytes
-rw-r--r--buildscripts/jGrouseDoc/themes/sample/img/openLarge.gifbin158 -> 0 bytes
-rw-r--r--buildscripts/jGrouseDoc/themes/simple/build.xml11
-rw-r--r--buildscripts/jGrouseDoc/themes/simple/css/theme.css1
11 files changed, 0 insertions, 258 deletions
diff --git a/buildscripts/jGrouseDoc/themes/prado/build.xml b/buildscripts/jGrouseDoc/themes/prado/build.xml
deleted file mode 100644
index 80b31b40..00000000
--- a/buildscripts/jGrouseDoc/themes/prado/build.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="prado theme" default="applyJGrouseDoc">
-
- <target name="applyJGrouseDoc">
- <echo>Applying simple theme</echo>
- <copy todir="${outputDir}">
- <fileset dir="${jGrouseHome}/themes/prado/css" includes="*.css"></fileset>
- </copy>
- </target>
-</project>
diff --git a/buildscripts/jGrouseDoc/themes/prado/css/theme.css b/buildscripts/jGrouseDoc/themes/prado/css/theme.css
deleted file mode 100644
index 8fffb79e..00000000
--- a/buildscripts/jGrouseDoc/themes/prado/css/theme.css
+++ /dev/null
@@ -1,99 +0,0 @@
-body {
- margin:10px;
- padding:0px;
-}
-body,div,span,p,input {
- color:#333333;
- font-family:Verdana,sans-serif,Arial;
- font-size: 10pt;
-}
-h1, h2, h3, h4 {
- color:#821B18;
- font-family:Verdana,Helvetica,Arial,Lucida Grande,Trebuchet MS;
- font-weight:normal;
- margin:0px 0px 10px;
- padding:0px;
-}
-
-a, a span {
- color:#CD2C27;
- text-decoration:none;
-}
-a:hover {
- color:#821B18;
- text-decoration:underline;
-}
-
-hr{
- border: 0px;
- border-top: solid 1px silver;
- border-bottom: solid 1px #fff;
-}
-
-.banner { display: none }
-
-.comment {
- background-color:#F0F0F0;
- margin-bottom:5px;
- margin-top:10px;
- padding:1em 8px;
-}
-
-.summaryTable, .details {
- margin-top: .5em;
- border: 1px solid silver;
- font-size: 1em;
-}
-.summaryTableHeader, .details .sectionHeader {
- border: 0;
- background-color:#F0F0F0;
- font-size:1.2em;
- font-weight:bold;
- padding:5px;
- text-align:left;
-}
-.summaryTable .summaryItem {
- padding: .25em;
- border-top: 1px solid silver;
-}
-.summaryTable .summaryItemDef {
- font-family: "courier new", courier;
-}
-.summaryTable .summaryItemDesc {
- margin-top: .25em;
-}
-
-.details .comment {
- background-color: #fff;
-}
-
-.details h3, .details div code {
- margin-top: .25em;
- padding: .25em;
-}
-.details h3 a span {
- font-size: 18px;
- color:#750000;
-}
-.details div code {
- color: #000;
- font-weight: bold;
-}
-.details div code span {
- font-weight: normal;
-}
-
-.details .returns, .details .parameters {
- border: 1px solid silver;
- margin: .5em;
-}
-.details .returns br, .details .parameters br, .details h3 a span.objType {
- display: none;
-}
-.details .returns .descSection, .details .parameters .descSection {
- display: block;
- border-bottom: 1px solid silver;
- background-color:#F0F0F0;
- padding: .25em;
-}
- \ No newline at end of file
diff --git a/buildscripts/jGrouseDoc/themes/sample/build.xml b/buildscripts/jGrouseDoc/themes/sample/build.xml
deleted file mode 100644
index 9e029fe5..00000000
--- a/buildscripts/jGrouseDoc/themes/sample/build.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="sample theme" default="applyJGrouseDoc">
-
- <target name="applyJGrouseDoc">
- <echo>Applying sample theme</echo>
- <copy todir="${outputDir}" overwrite="yes">
- <fileset dir="${jGrouseHome}/themes/sample/css" includes="*.css"></fileset>
- </copy>
- <copy todir="${outputDir}" overwrite="yes">
- <fileset dir="${jGrouseHome}/themes/sample/img" includes="*"></fileset>
- </copy>
- </target>
-</project>
diff --git a/buildscripts/jGrouseDoc/themes/sample/css/theme.css b/buildscripts/jGrouseDoc/themes/sample/css/theme.css
deleted file mode 100644
index 7a1484e5..00000000
--- a/buildscripts/jGrouseDoc/themes/sample/css/theme.css
+++ /dev/null
@@ -1,122 +0,0 @@
-/*--------- sample theme --------------*/
-
-body {
- font-family: sans-serif;
- font-size: 0.9em;
-}
-
-code {
- font-size: 1.1em;
-}
-
-a:link, a:visited
-{
- color: blue;
-}
-
-
-a:hover {
- text-decoration: underline;
-}
-
-a[name]:hover {
- text-decoration: none;
-}
-
-
-hr {
- border: 1px;
- background-color: #D0D0D0;
-}
-
-.summaryTable {
- border: medium none;
- margin-top: 0.5em;
-}
-
-.summaryTableHeader {
- background-color: #66CCCC;
- font-size: 1.3em;
-}
-
-.summaryTable .summaryItem {
- border : none;
- border-bottom: 1px solid;
- border-color: #d0d0d0;
- padding-top: 0.3em;
-}
-
-.summaryTable .summaryItemRef
-{
- font-weight: normal;
-}
-
-
-.summaryTable .inheritanceSummary
-{
- border: none;
-}
-
-.sectionHeader {
- background-color: #66CCCC;
- border: medium none;
- font-size: 1.3em;
-}
-
-.elementName {
- font-weight: normal;
-}
-
-.paddedDetails {
- font-size: 0.9em;
-}
-
-.paddedDetails code {
- font-weight: bolder;
-}
-
-.type
-{
- color: green;
- font-weight: bolder;
-}
-
-.modifiers
-{
- color: purple;
-}
-
-.logicalDetail .summaryTable
-{
- display: inherit;
-}
-
-.navbaritem
-{
- background-color: #66CCCC;
-}
-
-.navbaritem a
-{
- background-color: #66CCCC;
- color: black;
- text-decoration: underline;
-}
-
-/** this is to show how to hide parent names */
-.overview .parent
-{
- /*display: none;*/
-}
-
-a.searchItem
-{
- color: black;
-}
-
-a.jgdSelectedItem.searchItem
-{
- color: white;
- text-decoration: none;
-}
-
diff --git a/buildscripts/jGrouseDoc/themes/sample/img/closed.gif b/buildscripts/jGrouseDoc/themes/sample/img/closed.gif
deleted file mode 100644
index 1fe701b8..00000000
--- a/buildscripts/jGrouseDoc/themes/sample/img/closed.gif
+++ /dev/null
Binary files differ
diff --git a/buildscripts/jGrouseDoc/themes/sample/img/closedLarge.gif b/buildscripts/jGrouseDoc/themes/sample/img/closedLarge.gif
deleted file mode 100644
index c136e65d..00000000
--- a/buildscripts/jGrouseDoc/themes/sample/img/closedLarge.gif
+++ /dev/null
Binary files differ
diff --git a/buildscripts/jGrouseDoc/themes/sample/img/node.gif b/buildscripts/jGrouseDoc/themes/sample/img/node.gif
deleted file mode 100644
index e823455d..00000000
--- a/buildscripts/jGrouseDoc/themes/sample/img/node.gif
+++ /dev/null
Binary files differ
diff --git a/buildscripts/jGrouseDoc/themes/sample/img/open.gif b/buildscripts/jGrouseDoc/themes/sample/img/open.gif
deleted file mode 100644
index eee77bda..00000000
--- a/buildscripts/jGrouseDoc/themes/sample/img/open.gif
+++ /dev/null
Binary files differ
diff --git a/buildscripts/jGrouseDoc/themes/sample/img/openLarge.gif b/buildscripts/jGrouseDoc/themes/sample/img/openLarge.gif
deleted file mode 100644
index a23ed9ba..00000000
--- a/buildscripts/jGrouseDoc/themes/sample/img/openLarge.gif
+++ /dev/null
Binary files differ
diff --git a/buildscripts/jGrouseDoc/themes/simple/build.xml b/buildscripts/jGrouseDoc/themes/simple/build.xml
deleted file mode 100644
index c4c8f57f..00000000
--- a/buildscripts/jGrouseDoc/themes/simple/build.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="sample theme" default="applyJGrouseDoc">
-
- <target name="applyJGrouseDoc">
- <echo>Applying simple theme</echo>
- <copy todir="${outputDir}">
- <fileset dir="${jGrouseHome}/themes/simple/css" includes="*.css"></fileset>
- </copy>
- </target>
-</project>
diff --git a/buildscripts/jGrouseDoc/themes/simple/css/theme.css b/buildscripts/jGrouseDoc/themes/simple/css/theme.css
deleted file mode 100644
index 2ec9fe9b..00000000
--- a/buildscripts/jGrouseDoc/themes/simple/css/theme.css
+++ /dev/null
@@ -1 +0,0 @@
-/* empty theme */ \ No newline at end of file