forked from Geonovum/IMGeo-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
69 lines (40 loc) · 918 Bytes
/
style.css
File metadata and controls
69 lines (40 loc) · 918 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
#mapping table {
border: solid 1px #ccc;
font-size: 0.8em;
width: 100%;
margin: auto;
}
#mapping td {
padding: 0px;
}
#mapping tr:nth-child(even) {background: #CCC}
#mapping tr:nth-child(odd) {background: #FFF}
#mapping thead {
background-color: lightgray !important;
font-weight: bold;
font-varian: small-caps;
}
#mapping td {
vertical-align: baseline;
}
#mapping td:nth-child(2) {
font-style: italic !important;
}
#mapping td:nth-child(8) {
font-style: italic !important;
}
#mapping td:nth-child(1) {
font-variant: small-caps !important;
border-left: solid 1px #888;
}
#mapping td:nth-child(5) {
font-variant: small-caps !important;
border-left: solid 1px #888;
}
#mapping td:nth-child(7) {
font-variant: small-caps !important;
border-left: solid 1px #888;
}
#mapping td:nth-child(10) {
border-right: solid 1px #888;
}