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 --- .../jGrouseDoc/themes/sample/css/theme.css | 122 +++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 buildscripts/jGrouseDoc/themes/sample/css/theme.css (limited to 'buildscripts/jGrouseDoc/themes/sample/css/theme.css') diff --git a/buildscripts/jGrouseDoc/themes/sample/css/theme.css b/buildscripts/jGrouseDoc/themes/sample/css/theme.css new file mode 100644 index 00000000..7a1484e5 --- /dev/null +++ b/buildscripts/jGrouseDoc/themes/sample/css/theme.css @@ -0,0 +1,122 @@ +/*--------- 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; +} + -- cgit v1.2.3