This repository was archived by the owner on Dec 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathadditional.css
More file actions
185 lines (152 loc) · 4.29 KB
/
Copy pathadditional.css
File metadata and controls
185 lines (152 loc) · 4.29 KB
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
/* Styles */
#main-content p {margin-bottom:1em !important; }
.page-content .grid-container-3-1 img { max-height:55px !important; float: none !important; }
.page-content .grid-container-3-1 { grid-template-columns: 1fr 40% !important; }
.page-content a {background-image: none !important;}
.home-donation {line-height:1.4; padding:0.5em 1em !important; background-color:white !important; color:#000 !important; border: 1px solid #ccc; border-radius: 0.5em; display: flex;}
.home-donation svg {height:40px; color:#cc0000;}
/* RaiseNow Form */
.donate h2 { margin:2rem 0 3rem 0 !important; font-size:2.5rem !important; }
.donate .note { font-size:90%; background:#fff; line-height:1.4; border:1px solid #999; margin:3rem 0 0 !important; padding:1rem !important;}
#lema-container.lema-container .lema-content.lema-accordion .lema-step-content {
padding: 30px 0 30px 0 !important;
}
#lema-container.lema-container .select2-container.select2-container .select2-choice {font-size:16px !important;}
#lema-container.lema-container .lema-amount-box-amount {font-size:2em !important}
#lema-container.lema-container .lema-amount-box {width:70px !important;height:70px !important; margin-right:1.5rem !important;}
#lema-container.lema-container .lema-amount-box-custom-input {width:56px !important; left:5px !important;font-size:16px !important;}
#lema-container.lema-container .lema-amount-box-custom .lema-input-text {height:36px !important; }
#lema-container.lema-container .lema-radio-label.lema-radio-label-interval {margin-right:0 !important}
.navigation-element.navigation-element--add, .toilet__url-failure {
display: none;
}
.toilet__access {
display: none;
}
.toilet__url-osm {
color: #36c;
text-decoration: underline;
}
.white-box {
padding: 0.5em 1em !important;
background-color: white !important;
color: black !important;
border: 1px solid #ccc;
border-radius: 0.5em;
}
.toilet__operator {
font-weight: bold;
font-size: 1.2em;
}
div#manual {
padding-top: 1em !important;
}
div#manual span {
display: inline-block;
height: 20px;
width: 20px;
text-align: center;
line-height: 1.2;
margin-right: 0.2em;
}
.cookiebanner__controls {
margin-left: 2em !important;
}
.cookiebanner__privacy {
text-decoration: underline !important;
color: #ffeca0 !important;
}
table#cookies {
font-size:0.875em;
margin:2em 0;
}
table#cookies td {
font-size: 0.875em;
border: 1px solid #999;
padding: 5px;
}
.shadowbox {
width: 96% !important;
max-width: 1000px !important;
}
@media only screen and (min-width: 1024px) {
.shadowbox {
padding:4rem !important;
}
}
.shadowbox__title {
margin-bottom: 1em !important;
}
.o-button {
background-color: #3d8d3e !important;
}
.reject-cookies-button {
cursor: pointer;
background-color: #7c2f2f;
color: #fff;
padding: .6em 1.6em;
border-radius: .4rem;
text-transform: uppercase;
position: relative;
}
#wc-guide-error {
position: absolute;
top:10%;
left:500px;
font-size:2rem;
background-color: rgba(0,0,0,0.7);
border-radius: 8px;
padding:1em;
width:400px;
color: white;
}
#wc-guide-error p {
font-size:3rem;
color:white;
}
@media screen and (max-width:768px) {
[lang=de] .map__logo::after {
content: "Der WC-Guide ist wegen eines Serverfehlers aktuell nicht verfügbar.";
background: rgba(0,0,0,0.7);
display: block;
color: white;
margin-top: 1em;
padding: 1em;
border-radius: 4px;
line-height: 1.4;
width:300px;
}
[lang=fr] .map__logo::after {
content: "Le WC-Guide n'est actuellement pas disponible en raison d'une erreur de serveur.";
background: rgba(0,0,0,0.7);
display: block;
color: white;
margin-top: 1em;
padding: 1em;
border-radius: 4px;
line-height: 1.4;
width:300px;
}
[lang=en] .map__logo::after {
content: "The WC guide is currently unavailable due to a server error.";
background: rgba(0,0,0,0.7);
display: block;
color: white;
margin-top: 1em;
padding: 1em;
border-radius: 4px;
line-height: 1.4;
width:300px;
}
[lang=it] .map__logo::after {
content: "Il WC-Guide non è attualmente disponibile a causa di un errore del server.";
background: rgba(0,0,0,0.7);
display: block;
color: white;
margin-top: 1em;
padding: 1em;
border-radius: 4px;
line-height: 1.4;
width:300px;
}
}