File size: 1,140 Bytes
02b5e10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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
76
body {
    padding: 0 0em;
    height: 100%;
    background: #303030;
}

.sidebar-left {
    float: left;
    width: 10%;
}

.sidebar-left h1 {
    color: white;
    font-size: 16px;
    padding: 0 1.5em;
}

.sidebar-left hr {
    border: 2px solid white;
}

#annotations-container h2 {
    color: white;
    padding: 0 0.5em;
    font-size: 14px;
}

#annotations-container hr {
    border: 0.25px solid white;
}

#wsi-canvas {
    float: left;
    width: 80%;
    height: 100%;
    background: white;
}

.sidebar-right {
    float: right;
    width: 10%;
}

.sidebar-right h2 {
    color: white;
    padding: 0 0.5em;
    font-size: 14px;
}

.sidebar-right hr {
    border: 0.25px solid white;
}

.sidebar-right .position,
.sidebar-right .zoom {
    color: white;
    padding: 0 0.5em;
    font-size: 14px;
}

.annotation-item {
    color: white;
    padding: 10px;
    border: 1px solid white;
    margin-top: 10px;
    cursor: pointer;
    font-size: 12px;
}

svg.a9s-annotationlayer .a9s-selection .a9s-inner,
svg.a9s-annotationlayer .a9s-annotation .a9s-inner {
    stroke-width: 4;
    stroke: blue;
    fill: rgba(0, 0, 255, 0.4);
}