forked from nodrogluap/pokay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
constellations.css
108 lines (87 loc) · 1.54 KB
/
constellations.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
body {
background-color: white;
font-family: Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,"system-ui",system-sans,"sans-serif";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1 {
color: #609090;
text-align: center;
}
h2 {
color: #606090;
margin-left: 28px;
}
span.constellation {
background-color: #F0F0FF;
}
div.effect_section {
background-color: #F0F0F0;
}
div.epitope_mismatch_histogram {
height: 260px;
width: 95%;
}
img.genome_schematic {
display: block;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
div.crossref {
text-align: center;
text-color: #F0A0A0;
background-color: #F0F0D0;
}
div.tip {
background-color: #F0F0A0;
text-color: #F0A0A0;
text-align: center;
padding-top: 20px;
padding-right: 30px;
padding-bottom: 30px;
padding-left: 20px;
}
div.acknowledgement {
text-color: #000000;
text-align: center;
font-style: italic;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
}
ul.lit_list{
list-style-type: square;
list-style-position: outside;
}
ul.lit_list li.lit_item {
margin: 5px;
}
span.lit_summary {
font-family: Arial, Helvetica, sans-serif;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}
ul.constellation_list {
column-count: 4;
}
table {
table-layout: fixed ;
width: 100% ;
}
td {
width: 50% ;
vertical-align: top ;
}