Stylesheet: Fixed text color on WebCal. Could not see non hyperlinked text.
svn: r15872
This commit is contained in:
@@ -1402,13 +1402,13 @@ div#pedigree {
|
|||||||
color: #FFF;
|
color: #FFF;
|
||||||
}
|
}
|
||||||
#CreatorInfo a:hover {
|
#CreatorInfo a:hover {
|
||||||
color: #FFF;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
.calendar thead tr th.weekend,
|
.calendar thead tr th.weekend,
|
||||||
.calendar thead tr th.weekday {
|
.calendar thead tr th.weekday {
|
||||||
font-style:italic;
|
font-style:italic;
|
||||||
color: #000;
|
color: #FFF;
|
||||||
background-color: #BCEAF6;
|
background-color: #00029D;
|
||||||
border: solid 2px #000;
|
border: solid 2px #000;
|
||||||
}
|
}
|
||||||
.calendar tfoot tr td {
|
.calendar tfoot tr td {
|
||||||
@@ -1475,11 +1475,12 @@ div#pedigree {
|
|||||||
margin:0 4%;
|
margin:0 4%;
|
||||||
padding:.2em 0 .3em 0;
|
padding:.2em 0 .3em 0;
|
||||||
border-top: dashed 1px #000;
|
border-top: dashed 1px #000;
|
||||||
|
color: #000;
|
||||||
|
font: normal .8em serif;
|
||||||
}
|
}
|
||||||
.calendar tbody tr td ul li:first-child {
|
.calendar tbody tr td ul li:first-child {
|
||||||
border:none;
|
border:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Calendar : Birthday, Anniversary, Highlight */
|
/* Calendar : Birthday, Anniversary, Highlight */
|
||||||
.calendar tbody tr td ul li em {
|
.calendar tbody tr td ul li em {
|
||||||
font-style:normal;
|
font-style:normal;
|
||||||
|
Reference in New Issue
Block a user