-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
87 lines (71 loc) · 1.01 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
h1 {
font-size: 16pt;
}
h2 {
font-size: 16pt;
display: inline-block;
}
#speed-controls {
}
.speed-control {
display: inline-block;
cursor: pointer;
width: 26pt;
}
#control-box {
border-left: 1px solid black;
margin: 1% 1% 1% 1%;
padding: 1% 1% 1% 1%;
}
#info-box {
border-right: 1px solid black;
margin: 1% 1% 1% 1%;
padding: 1% 1% 1% 1%;
}
#gene-products {
overflow-y: scroll;
}
#cell {
fill: none;
stroke: black;
stroke-width: 2px;
}
#chromasome {
stroke: black;
stroke-width: 1px;
fill: none;
}
.lambda-element {
cursor: pointer;
}
.gene-product {
margin-top: 1%;
margin-bottom: 1%;
}
.gene-product-slider {
margin-top: 1.5%;
width: 80%;
margin-left: auto;
display: inline-block;
float: right;
}
.speed-control {
display: inline-block;
}
/*Phage Capsid Stuff*/
.phage-capsid-head {
fill:lime;
fill-opacity: 0.5;
stroke: green;
stroke-width: .1;
}
.phage-capsid-tail {
fill:lime;
stroke: green;
stroke-width: .1;
}
.lambda-genome {
fill: none;
stroke: green;
stroke-width: 1;
}