blob: 2db0a5b22978a683b9bc4c195bb2f53025d3d1fd (
plain)
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
|
input {
transform: none !important;
width: auto !important;
position: static !important;
}
input[type="radio"] {
-moz-appearance: radio !important;
padding-right: .2em !important;
}
input[type="checkbox"] {
-moz-appearance: checkbox !important;
}
button {
text-indent: 0 !important;
}
label {
display: initial !important;
position: static !important;
transform: none !important;
opacity: 1 !important;
text-indent: 0 !Important;
position: static;
width: auto !important;
padding: 4px !important;
}
span.preset {
display: block;
width: auto !important;
white-space: nowrap !important;
}
input.temp {
position: static !important;
opacity: 1 !important;
}
.full-address {
font-size: 130%;
}
tr.site {
border-top: 1px solid #888;
}
#top {
display:flex;
flex-flow: row;
justify-content: space-around;
height: auto;
}
#top a {
position: static;
width: auto;
appearance: initial !important;
-moz-appearance: initial !important;
width: auto;
height: auto;
display: block;
}
#top a.icon {
font-size: 12px !important;
font-family: sans-serif !important;
text-indent: 0;
color: black !important;
background: white !important;
background-image: none !important;
border-radius: .3em;
text-align: center;
border: 1px solid black;
height: auto;
padding: .2em;
vertical-align: middle;
}
#top a.icon:hover {
transform: none;
}
#noscript-popup #high-contrast-chooser {
display: block;
}
|