49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
-
-
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
|
border-radius: 0;
border-width: 0;
}
tr.timelineCurrent td {
border-radius: 0;
border-width: 0;
}
.timelineFocused {
background-image: url("data:image/svg+xml,%3Csvg \
.timelineFocused,
.timelineFocused a {
color: #fff1a8 !important;
background-color: #3a6ea5 !important;
xmlns='http://www.w3.org/2000/svg' viewBox='0,0,1,1'%3E%3Cpath \
style='fill:black;opacity:0.1' d='M0,0h1v1h-1z'/%3E%3C/svg%3E");
/*Note: IE requires explicit declarations for the next three properties.*/
background-position: top left;
}
.timelineFocused a:link,
.timelineFocused a:focus,
.timelineFocused a:active,
.timelineFocused a:visited {
text-decoration: underline;
}
.timelineFocused a:hover {
text-decoration: none;
background-repeat: repeat repeat;
background-size: 64px 64px;
}
span.timelineLeaf {
font-weight: bold;
}
span.timelineHistDsp {
font-weight: bold;
}
|