From 3069eaf35e833ffe4a1c1c7829dd7e168ae27420 Mon Sep 17 00:00:00 2001 From: Ciro Mattia Gonano Date: Wed, 11 Sep 2013 15:56:48 +0200 Subject: Merge up to r3319 --- buildscripts/jGrouseDoc/themes/prado/build.xml | 11 -- buildscripts/jGrouseDoc/themes/prado/css/theme.css | 99 ----------------- buildscripts/jGrouseDoc/themes/sample/build.xml | 14 --- .../jGrouseDoc/themes/sample/css/theme.css | 122 --------------------- .../jGrouseDoc/themes/sample/img/closed.gif | Bin 199 -> 0 bytes .../jGrouseDoc/themes/sample/img/closedLarge.gif | Bin 161 -> 0 bytes buildscripts/jGrouseDoc/themes/sample/img/node.gif | Bin 282 -> 0 bytes buildscripts/jGrouseDoc/themes/sample/img/open.gif | Bin 144 -> 0 bytes .../jGrouseDoc/themes/sample/img/openLarge.gif | Bin 158 -> 0 bytes buildscripts/jGrouseDoc/themes/simple/build.xml | 11 -- .../jGrouseDoc/themes/simple/css/theme.css | 1 - 11 files changed, 258 deletions(-) delete mode 100644 buildscripts/jGrouseDoc/themes/prado/build.xml delete mode 100644 buildscripts/jGrouseDoc/themes/prado/css/theme.css delete mode 100644 buildscripts/jGrouseDoc/themes/sample/build.xml delete mode 100644 buildscripts/jGrouseDoc/themes/sample/css/theme.css delete mode 100644 buildscripts/jGrouseDoc/themes/sample/img/closed.gif delete mode 100644 buildscripts/jGrouseDoc/themes/sample/img/closedLarge.gif delete mode 100644 buildscripts/jGrouseDoc/themes/sample/img/node.gif delete mode 100644 buildscripts/jGrouseDoc/themes/sample/img/open.gif delete mode 100644 buildscripts/jGrouseDoc/themes/sample/img/openLarge.gif delete mode 100644 buildscripts/jGrouseDoc/themes/simple/build.xml delete mode 100644 buildscripts/jGrouseDoc/themes/simple/css/theme.css (limited to 'buildscripts/jGrouseDoc/themes') 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 @@ - - - - - - Applying simple theme - - - - - 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 @@ - - - - - - Applying sample theme - - - - - - - - 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 Binary files a/buildscripts/jGrouseDoc/themes/sample/img/closed.gif and /dev/null 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 Binary files a/buildscripts/jGrouseDoc/themes/sample/img/closedLarge.gif and /dev/null 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 Binary files a/buildscripts/jGrouseDoc/themes/sample/img/node.gif and /dev/null 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 Binary files a/buildscripts/jGrouseDoc/themes/sample/img/open.gif and /dev/null 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 Binary files a/buildscripts/jGrouseDoc/themes/sample/img/openLarge.gif and /dev/null 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 @@ - - - - - - Applying simple theme - - - - - 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 -- cgit v1.2.3