-
Notifications
You must be signed in to change notification settings - Fork 11
/
style.css
67 lines (53 loc) · 775 Bytes
/
style.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
.unchanged {
display: none;
}
.comment {
margin-bottom: 10px;
}
.avatar {
width: 30px;
height: 30px;
object-fit: cover;
border: 1px solid #ccc;
border-radius: 15px;
}
.auth-item {
margin: 0 2px;
}
.spacer {
font-weight: bold;
}
label {
margin-top: 6px;
}
h1 {
font-weight: bold;
}
h1 a:hover, h1 a:visited, h1 a:active, h1 a:link {
text-decoration: none;
color: black;
}
h3 a {
font-weight: bold;
}
.leaflet-tile-pane {
opacity: 0.7;
}
h3 .btn {
color: white;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance:textfield;
}
a {
cursor: pointer;
}
.footer {
margin-bottom: 20px;
overflow: auto;
}