repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #4106 from solgenomics/topic/wishlist
[sgn.git]
/
static
/
css
/
tools
/
trial_comparison.css
blob
fcbc45f4fd144c07f367e7587d02af815ee878a2
1
.tc-form
{
2
max-width
:
400px
;
3
margin
:
auto
;
4
}
5
6
#result_div
{
7
margin-top
:
1em
;
8
}
9
10
.tc-grid, .tc-histogram
{
11
box-sizing
:
border-box
;
12
margin
:
auto
;
13
position
:
relative
;
14
}
15
16
.tc-legend-entry:hover .tc-legend-circle
{
17
stroke
:
#49f
;
18
stroke-width
:
2
;
19
}
20
21
.tc-background
{
22
fill
:
white
;
23
stroke
:
#aaa
;
24
}
25
.tc-ph-bg
{
26
fill
:
#eee
;
27
stroke
:
#aaa
;
28
}
29
.tc-grid-box:not(.only-box):hover .tc-background
{
30
stroke
:
#49f
;
31
}
32
.tc-scatter-point
{
33
fill
:
#49f
;
34
}
35
.tc-fit-line
{
36
stroke
:
#f94
;
37
}
38
.tc-info-text
{
39
text-anchor
:
end
;
40
font-size
:
12px
;
41
}
42
.tc-graph-axis text
{
43
font-size
:
12px
;
44
fill
:
#333
;
45
}
46
.tc-axis-label
{
47
text-anchor
:
middle
;
48
alignment-baseline
:
middle
;
49
}
50
.tc-tool-tip-text
{
51
fill
:
white
;
52
font-size
:
40pt
;
53
}
54
.tc-label rect
{
55
fill
:
#eee
;
56
stroke
:
#aaa
;
57
}
58
59
.tc-label text
{
60
text-anchor
:
middle
;
61
alignment-baseline
:
middle
;
62
}