-
Notifications
You must be signed in to change notification settings - Fork 1
/
history.css
78 lines (65 loc) · 1.2 KB
/
history.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
html, body {
height: 100%;
margin: 0;
background: #fff;
}
.navbar-inverse {
background-color: #336;
}
.navbar-brand{
background: url('http://www.ensembl.org/i/e-ensembl.png') no-repeat;
width: 250px;
background-size: 132px;
background-position: left center;
}
div#svg-container {
height: 70px;
width: 100%;
margin: 30px 0px;
}
div#svg-tip {
display: none;
position: fixed;
background: rgb(0, 0, 0) none repeat scroll 0% 0%;
color: rgb(170, 170, 170);
margin: 6px;
padding: 6px;
border-radius: 3px;
}
div#svg-tip ul, .results ul {
padding-left: 5px;
}
div#svg-tip li, .results ul li {
list-style-type: none;
}
span.colour-box {
color:#ffffff;
padding:4px 8px;
margin-right: 7px;
border-radius: 4px;
}
div.image img {
width: 300px;
display: block;
overflow: hidden;
}
.results .changes button {
margin: 8px;
}
.results .title {
font-size: 22px;
font-weight: 200;
margin: 8px 0px;
}
.results .subtitle {
font-size: 18px;
font-weight: 300;
margin: 16px 0 8px 0px;
}
.results ul.changes li{
padding: 0 0 0 24px;
font-weight: 300;
}
.filters label {
font-weight: 500;
}