Sebastian Hahn commited on 2016-11-18 14:04:09
Zeige 1 geänderte Dateien mit 2 Einfügungen und 0 Löschungen.
... | ... |
@@@ -229,100 -218,9 +229,102 @@@ blockquote::before |
218 | 229 |
blockquote footer{ |
219 | 230 |
color: rgb(240,240,240); |
220 | 231 |
} |
221 | 232 |
+.donate-button { |
222 | 233 |
+ background-color: #4FAB76; |
223 | 234 |
+ border-color: #47996A; |
224 | 235 |
+} |
225 | 236 |
+.donate-button:hover, |
226 | 237 |
+.donate-button:focus, |
227 | 238 |
+.donate-button:active, |
228 | 239 |
+.donate-button:active:hover, |
229 | 240 |
+.donate-button:active:focus{ |
230 | 241 |
+ background-color: #47996A; |
231 | 242 |
+ border-color: #47996A; |
232 | 243 |
+} |
233 | 244 |
+#other-ways-section{ |
234 | 245 |
+ display: none; |
235 | 246 |
+} |
236 | 247 |
+#other-ways-section > .container-fluid{ |
237 | 248 |
+ padding: 0; |
238 | 249 |
+} |
239 | 250 |
+.hundred.toptwenty{ |
240 | 251 |
+ text-align: justify; |
241 | 252 |
+ margin-top: 0; |
242 | 253 |
+} |
243 | 254 |
+.row-eqheight{ |
244 | 255 |
+ overflow: hidden; |
245 | 256 |
+ padding-bottom: 20px |
246 | 257 |
+} |
247 | 258 |
+.row-eqheight > [class*="col-"]{ |
248 | 259 |
+ margin-bottom: -99999px; |
249 | 260 |
+ padding-bottom: 99999px; |
250 | 261 |
+} |
251 | 262 |
+.other-ways-title{ |
252 | 263 |
+ margin: 10px 0; |
253 | 264 |
+} |
254 | 265 |
+.other-ways-title > h3{ |
255 | 266 |
+ display: inline; |
256 | 267 |
+} |
257 | 268 |
+.other-ways-icon{ |
258 | 269 |
+ background: transparent; |
259 | 270 |
+ margin-top: -10px; |
260 | 271 |
+ margin-right: 5px; |
261 | 272 |
+ border:0; |
262 | 273 |
+} |
263 | 274 |
+.bitcoin{ |
264 | 275 |
+ padding-top: 10px; |
265 | 276 |
+ padding-left: 30px; |
266 | 277 |
+ padding-right: 30px; |
267 | 278 |
+} |
268 | 279 |
+#bitpayDonation > .well > .form-group { |
269 | 280 |
+ margin-right: 0; |
270 | 281 |
+ margin-left: 0; |
271 | 282 |
+} |
272 | 283 |
+#bitpayDonation > .well { |
273 | 284 |
+ box-shadow: none; |
274 | 285 |
+ border-radius: 7px; |
275 | 286 |
+ margin-bottom: 0; |
276 | 287 |
+} |
277 | 288 |
+.check-eutransfer{ |
278 | 289 |
+ padding-top: 10px; |
279 | 290 |
+ padding-left: 30px; |
280 | 291 |
+ padding-right: 30px; |
281 | 292 |
+ border-left: 1px dashed #e3e3e3; |
282 | 293 |
+} |
283 | 294 |
+.minor-other-ways{ |
284 | 295 |
+ background-color: #FAFAFA; |
285 | 296 |
+} |
286 | 297 |
+.even-more{ |
287 | 298 |
+ padding: 25px 0; |
288 | 299 |
+ background-color: #FAFAFA; |
289 | 300 |
+} |
290 | 301 |
+.other-ways-img{ |
291 | 302 |
+ width: 100%; |
292 | 303 |
+ max-width: 160px; |
293 | 304 |
+} |
294 | 305 |
+.img-thumbnail.other-ways-img { |
295 | 306 |
+ padding: 1px; |
296 | 307 |
+ transition: none 0s ease 0s; |
297 | 308 |
+ border: 2px solid rgb(221, 221, 221); |
298 | 309 |
+} |
299 | 310 |
+.get-in-touch{ |
300 | 311 |
+ background-color: #35734F; |
301 | 312 |
+ color: #fff; |
302 | 313 |
+} |
303 | 314 |
+.title { |
304 | 315 |
+ min-height: 80px; |
305 | 316 |
+ margin-top: 20px; |
306 | 317 |
+ margin-bottom: 20px; |
307 | 318 |
+ border-right: 3px solid #3D855B; |
308 | 319 |
+ padding-top: 25px; |
309 | 320 |
+} |
310 | 321 |
+.detail { |
311 | 322 |
+ margin-bottom: 0px; |
312 | 323 |
+ margin-top: 50px; |
313 | 324 |
+} |
314 | 325 |
footer.footer{ |
326 |
+ margin-top: 20px; |
|
327 |
+ bottom: 0; |
|
315 | 328 |
width: 100%; |
316 | 329 |
/* Set the height of the footer here */ |
317 | 330 |
/*height: 65px;*/ |
318 | 331 |