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 --- .../jGrouseDoc/themes/sample/css/theme.css | 122 --------------------- 1 file changed, 122 deletions(-) delete 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 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; -} - -- cgit v1.2.3