Improved the custom Javadoc stylesheet
This commit is contained in:
parent
2729f88bdf
commit
eabc83fb92
@ -55,13 +55,32 @@ h5 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Tables */
|
/* Tables */
|
||||||
th { text-align: left; background: #CCCCFF; color:#000000; }
|
th {
|
||||||
td { vertical-align: top; }
|
text-align: left;
|
||||||
|
background: #CCCCFF;
|
||||||
|
color:#000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
/* Table colors */
|
/* Table colors */
|
||||||
.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */
|
.TableHeadingColor {
|
||||||
.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */
|
background: #CCCCFF; /* Dark mauve */
|
||||||
.TableRowColor { background: #FFFFFF; color:#000000 } /* White */
|
color:#000000;
|
||||||
|
}
|
||||||
|
.TableHeadingColor TH * {
|
||||||
|
font-size: 1.2em !important;
|
||||||
|
}
|
||||||
|
.TableSubHeadingColor {
|
||||||
|
background: #EEEEFF; /* Light mauve */
|
||||||
|
color:#000000
|
||||||
|
}
|
||||||
|
.TableRowColor {
|
||||||
|
background: #FFFFFF; /* White */
|
||||||
|
color:#000000
|
||||||
|
}
|
||||||
|
|
||||||
/* Font used in left-hand frame lists */
|
/* Font used in left-hand frame lists */
|
||||||
.FrameTitleFont { font-size: 100%; color:#000000 }
|
.FrameTitleFont { font-size: 100%; color:#000000 }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user