diff options
author | Sven Gothel <[email protected]> | 2020-01-02 08:43:55 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-01-02 08:43:55 +0100 |
commit | aad3bc50ee2b6ada76fbd97b32f88951f7571084 (patch) | |
tree | 6e8d59ab7d08d9e86ecc7725ae94a9e3f56b2fa3 | |
parent | 509389b399c0f49cf073beb737c64acadafeb773 (diff) |
javadoc stylesheet: Apply JogAmp Style ..
-rw-r--r-- | make/doc/javadoc/stylesheet.css | 45 |
1 files changed, 26 insertions, 19 deletions
diff --git a/make/doc/javadoc/stylesheet.css b/make/doc/javadoc/stylesheet.css index fa24676..68ed57d 100644 --- a/make/doc/javadoc/stylesheet.css +++ b/make/doc/javadoc/stylesheet.css @@ -1,6 +1,12 @@ /* * Javadoc style sheet */ +/* Enhanced for JogAmp */ +/* +Overall document style + background-color:#c9e2ff; +#menu a, #footer a, #footer {color: #3b4d4f} +*/ @import url('resources/fonts/dejavu.css'); @@ -12,10 +18,11 @@ */ body { - background-color:#ffffff; - color:#353833; + background-color:#f5f5f5; + color:#111111; font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size:14px; + font-size:13px; + line-height:1.4; margin:0; padding:0; height:100%; @@ -49,7 +56,7 @@ a[name]:before, a[name]:target, a[id]:before, a[id]:target { } pre { font-family:'DejaVu Sans Mono', monospace; - font-size:14px; + font-size:13px; } h1 { font-size:20px; @@ -75,19 +82,19 @@ ul { } code, tt { font-family:'DejaVu Sans Mono', monospace; - font-size:14px; + font-size:13px; padding-top:4px; margin-top:8px; line-height:1.4em; } dt code { font-family:'DejaVu Sans Mono', monospace; - font-size:14px; + font-size:13px; padding-top:4px; } table tr td dt code { font-family:'DejaVu Sans Mono', monospace; - font-size:14px; + font-size:13px; vertical-align:top; padding-top:4px; } @@ -137,7 +144,7 @@ sup { * Styles for navigation bar. */ .bar { - background-color:#4D7A97; + background-color:#c9e2ff; color:#FFFFFF; padding:.8em .5em .4em .8em; height:auto;/*height:1.8em;*/ @@ -154,7 +161,7 @@ sup { background-color:#ffffff; } .topNav { - background-color:#4D7A97; + background-color:#c9e2ff; color:#FFFFFF; float:left; padding:0; @@ -167,7 +174,7 @@ sup { } .bottomNav { margin-top:10px; - background-color:#4D7A97; + background-color:#c9e2ff; color:#FFFFFF; float:left; padding:0; @@ -342,8 +349,8 @@ ul.blockList li.blockList h2 { } .contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { margin:5px 0 10px 0px; - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + font-size:13px; + /* font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; */ } .serializedFormContainer dl.nameValue dt { margin-left:1px; @@ -501,7 +508,7 @@ table tr td dl, table tr td dl dt, table tr td dl dd { margin-right:3px; display:inline-block; float:left; - background-color:#4D7A97; + background-color:#c9e2ff; height:16px; } .memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab, @@ -539,7 +546,7 @@ table tr td dl, table tr td dl dt, table tr td dl dd { width:5px; margin-right:3px; position:relative; - background-color:#4D7A97; + background-color:#c9e2ff; float:left; } .rowColor th, .altColor th { @@ -629,8 +636,8 @@ ul.blockList ul.blockList ul.blockList li.blockList h3 { font-style:normal; } div.block { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + font-size:13px; + /* font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; */ } td.colLast div { padding-top:0px; @@ -665,8 +672,8 @@ h1.hidden { font-style:italic; } .deprecationBlock { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + font-size:13px; + /* font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; */ border-style:solid; border-width:thin; border-radius:10px; @@ -750,7 +757,7 @@ main, nav, header, footer, section { font-weight:bold; font-size:15px; padding:7px 0 7px 3px; - background-color:#4D7A97; + background-color:#c9e2ff; color:#FFFFFF; } .resultItem { |