|
svg:not(:root) { |
|
overflow: hidden; |
|
} |
|
|
|
.chart rect.bar { |
|
cursor: pointer; |
|
} |
|
|
|
.chart rect.citation { |
|
cursor: pointer; |
|
} |
|
|
|
#timeline { |
|
overflow: auto; |
|
} |
|
|
|
#timeline .label { |
|
float:left; |
|
} |
|
|
|
#citation_colors { |
|
float:left; |
|
margin: 2px 10px; |
|
} |
|
|
|
#citation_colors div { |
|
display: inline-block; |
|
} |
|
|
|
#citation_colors .label { |
|
font-weight: normal; |
|
position: relative; |
|
top: -3px; |
|
margin: 0 3px; |
|
float:none; |
|
} |
|
|
|
#citation_colors .color_scale { |
|
width: 100px; |
|
height: 12px; |
|
border: var(--strongBorder); |
|
background: -webkit-linear-gradient(left, white , black); |
|
background: -o-linear-gradient(right, white, black); |
|
background: -moz-linear-gradient(right, white, black); |
|
background: linear-gradient(to right, white , black); |
|
} |
|
|
|
#control .cit_occurrence { |
|
font-size: 9pt; |
|
float: right; |
|
position: relative; |
|
top: -2px; |
|
} |
|
|
|
|