forked from mgaldzic/igemsoft
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
46 lines (37 loc) · 645 Bytes
/
style.css
File metadata and controls
46 lines (37 loc) · 645 Bytes
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
body {
padding: 0;
background: #ffffff;
}
#content {
font-family: "Gill Sans", "Trebuchet MS", "Helvetica", "Arial", "sans serif";
font-size: 11pt;
}
table {
font-size: 100%;
border-bottom: lightgrey 1pt solid;
padding-bottom: 10px;
}
tr, td {
vertical-align: top;
}
div.thumbnail-lens {
width: 280px;
}
div.title {
margin: 5px 0;
font-weight: bold;
font-size: 130%;
}
div.definition {
margin: 5px 10px;
}
div.exclusion {
margin: 2px 0;
}
div.inclusion {
margin: 2px 0;
}
span.property {
font-weight: bold;
padding-right: 3px;
}