forked from EmoryDHLab/TOME
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
executable file
·132 lines (114 loc) · 2 KB
/
style.css
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
/*path:hover{
opacity: 1;
stroke:black;
stroke-width:0.5px;
}
*/
.sizeForm {
font: 11px sans-serif;
float:left;
padding-right: 30px;
}
h1{
font: 16px sans-serif;
}
rect.pane {
cursor: move;
fill: none;
pointer-events: all;
}
body{
background-color:#ddd;
}
#searchQuery{
width:300px;
}
#middleContainer{
border-color:#a9a9a9;
border-style:solid;
border-width:1px;
width:100%;
height:300px;
float:left;
margin-top:5px;
}
#topQuery{
border-color:#a9a9a9;
border-style:solid;
border-width:1px;
font: 15px sans-serif;
display:inline-block;
width:100%;
height:40px;
background-color:#96CDCD;
float:left;
margin-top:5px;
text-align: center;
line-height: 40px; /* where the magic happens */
}
#topQuery form#query {
display: inline;
}
#topQuery select#query {
display: inline;
}
#topQuery button#search {
display: inline;
}
#highlighted{
font: 14px sans-serif;
float:left;
width:65px;
height:20px;
background-color:#FFB94E;
}
#pathBox{
float:left;
width:80%;
/* background-color:#333;*/
background-color:#efefef;
height:300px;
cursor:move;
pointer-events:all;
}
#textBox{
font: 14px sans-serif;
width: 100%;
height: 200px;
float:left;
clear:left;
background-color: #FFB94E;
border-style:solid;
border-width:1px;
border-color:#a9a9a9;
margin-top:5px;
}
#textBoxInner{
padding-top:10px;
padding-left:20px;
}
#controlPanel{
font: 11px sans-serif;
float:left;
width:20%;
height:300px;
background-color:#ccc;
}
#controlPanelInner{
width:90%;
height:90%;
background-color:#ccc;
margin-left: auto;
margin-right: auto;
padding-top:10px;
}
label{display:block;}
#toggleContainer{
overflow: auto;
margin-top: 20px;
height: 170px;
background-color: #fff;
}
path.domain{
stroke-width: 1px;
}