Skip to content

Commit f525e4d

Browse files
committed
Remove blueish colors from Javadoc stylesheet and other CSS enhancements
1 parent 5578b25 commit f525e4d

File tree

1 file changed

+24
-14
lines changed

1 file changed

+24
-14
lines changed

src/javadoc/stylesheet.css

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ ul.subNavList li {
254254
}
255255
.indexNav {
256256
position:relative;
257-
font-size:12px;
258-
background-color:#dee3e9;
257+
font-size:inherit;
258+
background-color:#eee;
259259
}
260260
.indexNav ul {
261261
margin-top:0;
@@ -273,6 +273,7 @@ ul.subNavList li {
273273
.title {
274274
color:#2c4557;
275275
margin:10px 0;
276+
font-size: 32px;
276277
}
277278
.subTitle {
278279
margin:5px 0 0 0;
@@ -292,14 +293,14 @@ ul.subNavList li {
292293
* Styles for headings.
293294
*/
294295
div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
295-
background-color:#dee3e9;
296-
border:1px solid #d0d9e0;
296+
background-color:#ddd;
297+
border:1px solid #ddd;
297298
margin:0 0 6px -8px;
298299
padding:7px 5px;
299300
}
300301
ul.blockList ul.blockList ul.blockList li.blockList h3 {
301-
background-color:#dee3e9;
302-
border:1px solid #d0d9e0;
302+
background-color:#ddd;
303+
border:1px solid #ddd;
303304
margin:0 0 6px -8px;
304305
padding:7px 5px;
305306
}
@@ -343,8 +344,8 @@ ul.blockList li.blockList h2 {
343344
}
344345
.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
345346
margin:5px 0 10px 0px;
346-
font-size:14px;
347-
font-family:'Open Sans', Arial, Helvetica, serif;
347+
font-size:inherit;
348+
font-family:inherit;
348349
}
349350
.serializedFormContainer dl.nameValue dt {
350351
margin-left:1px;
@@ -464,7 +465,7 @@ table tr td dl, table tr td dl dt, table tr td dl dd {
464465
}
465466
.useSummary caption a:link, .useSummary caption a:hover, .useSummary caption a:active,
466467
.useSummary caption a:visited {
467-
color:#1f389c;
468+
color:inherit;
468469
}
469470
.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
470471
.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span,
@@ -563,9 +564,9 @@ th.colFirst, th.colSecond, th.colLast, th.colConstructorName, th.colDeprecatedIt
563564
}
564565
th.colFirst, th.colSecond, th.colLast, th.colConstructorName, th.colDeprecatedItemName, .constantsSummary th,
565566
.packagesSummary th {
566-
background:#dee3e9;
567+
background:#ddd;
567568
text-align:left;
568-
padding:8px 3px 3px 7px;
569+
padding:8px 3px 6px 10px;
569570
}
570571
td.colFirst, th.colFirst {
571572
white-space:nowrap;
@@ -653,7 +654,7 @@ h1.hidden {
653654
}
654655
.block {
655656
display:block;
656-
margin:3px 10px 2px 0px;
657+
margin:0px 10px 5px 0px;
657658
color:#474747;
658659
}
659660
.deprecatedLabel, .descfrmTypeLabel, .implementationLabel, .memberNameLabel, .memberNameLink,
@@ -666,8 +667,8 @@ h1.hidden {
666667
font-style:italic;
667668
}
668669
.deprecationBlock {
669-
font-size:14px;
670-
font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
670+
font-size:inherit;
671+
font-family:inherit;
671672
border-style:solid;
672673
border-width:thin;
673674
border-radius:10px;
@@ -902,3 +903,12 @@ table.striped > tbody > tr > th, table.striped > tbody > tr > td {
902903
table.striped > tbody > tr > th {
903904
font-weight: normal;
904905
}
906+
907+
/*
908+
* JUnit Additions
909+
*/
910+
911+
hr {
912+
border: 1px solid #eee;
913+
margin-bottom: 14px;
914+
}

0 commit comments

Comments
 (0)