forked from emijrp/commons-coverage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
coverage.css
67 lines (65 loc) · 1.28 KB
/
coverage.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
html{
height: 100%;
}
body{
font-family: "dejavu sans","arial",sans-Serif;
font-size: 82%;
margin: 2px;
height: 100%;
overflow-y:hidden;
overflow-x:hidden;
}
#mapdiv {
width: 100%;
height: 100%;
border: solid 0px black;
}
.overlay {
position: absolute;
padding: 6px 8px;
font: 18px Arial, Helvetica, sans-serif;
color: #223;
background-color:rgba(255,255,255,0.8);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
}
#wait {
bottom: 50px;
right: 40px;
display: none;
background-color:rgba(255,100,100,0.8);
}
#menu-button {
bottom: 50px;
left: 40px;
display: block;
background-color:rgba(100,100,255,0.8);
}
.title {
top: 10px;
left: 50px;
font: 30px Arial, Helvetica, sans-serif;
background-color:rgba(100,100,255,0.8);
}
table.wikitable {
margin: 1em 1em 1em 0;
background-color: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
color: black;
}
table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
border: 1px #aaa solid;
padding: 0.2em;
}
table.wikitable > tr > th,
table.wikitable > * > tr > th {
background-color: #f2f2f2;
text-align: center;
}
table.wikitable > caption {
font-weight: bold;
}