MehrabKamrani commited on 2015-12-26 07:25:14
Zeige 1 geänderte Dateien mit 78 Einfügungen und 0 Löschungen.
... | ... |
@@ -225,6 +225,84 @@ blockquote::before { |
225 | 225 |
blockquote footer{ |
226 | 226 |
color: rgb(240,240,240); |
227 | 227 |
} |
228 |
+.donate-button { |
|
229 |
+ background-color: #4FAB76; |
|
230 |
+ border-color: #47996A; |
|
231 |
+} |
|
232 |
+.donate-button:hover, |
|
233 |
+.donate-button:focus, |
|
234 |
+.donate-button:active, |
|
235 |
+.donate-button:active:hover, |
|
236 |
+.donate-button:active:focus{ |
|
237 |
+ background-color: #47996A; |
|
238 |
+ border-color: #47996A; |
|
239 |
+} |
|
240 |
+#other-ways-section > .container-fluid{ |
|
241 |
+ padding: 0; |
|
242 |
+} |
|
243 |
+.hundred.toptwenty{ |
|
244 |
+ text-align: justify; |
|
245 |
+ margin-top: 0; |
|
246 |
+} |
|
247 |
+.row-eqheight{ |
|
248 |
+ overflow: hidden; |
|
249 |
+ padding-bottom: 20px |
|
250 |
+} |
|
251 |
+.row-eqheight > [class*="col-"]{ |
|
252 |
+ margin-bottom: -99999px; |
|
253 |
+ padding-bottom: 99999px; |
|
254 |
+} |
|
255 |
+.bitcoin{ |
|
256 |
+ padding-top: 10px; |
|
257 |
+ padding-left: 30px; |
|
258 |
+ padding-right: 30px; |
|
259 |
+ background-color: #F6F6F6; |
|
260 |
+} |
|
261 |
+#bitpayDonation > .well > .form-group { |
|
262 |
+ margin-right: 0; |
|
263 |
+ margin-left: 0; |
|
264 |
+} |
|
265 |
+#bitpayDonation > .well { |
|
266 |
+ box-shadow: none; |
|
267 |
+ border-radius: 7px; |
|
268 |
+ margin-bottom: 0; |
|
269 |
+} |
|
270 |
+.check-eutransfer{ |
|
271 |
+ padding-top: 20px; |
|
272 |
+ padding-left: 30px; |
|
273 |
+ padding-right: 30px; |
|
274 |
+ background-color: #F0F0F0; |
|
275 |
+} |
|
276 |
+.even-more{ |
|
277 |
+ padding: 25px 0; |
|
278 |
+ background-color: #FAFAFA; |
|
279 |
+} |
|
280 |
+.dsmall{ |
|
281 |
+ padding: 0 100px; |
|
282 |
+} |
|
283 |
+.other-ways-img{ |
|
284 |
+ width: 100%; |
|
285 |
+} |
|
286 |
+.img-thumbnail.other-ways-img { |
|
287 |
+ padding: 1px; |
|
288 |
+ transition: none 0s ease 0s; |
|
289 |
+ border: 2px solid rgb(221, 221, 221); |
|
290 |
+} |
|
291 |
+.get-in-touch{ |
|
292 |
+ background-color: #35734F; |
|
293 |
+ color: #fff; |
|
294 |
+} |
|
295 |
+.title { |
|
296 |
+ min-height: 80px; |
|
297 |
+ margin-top: 20px; |
|
298 |
+ margin-bottom: 20px; |
|
299 |
+ border-right: 3px solid #3D855B; |
|
300 |
+ padding-top: 25px; |
|
301 |
+} |
|
302 |
+.detail { |
|
303 |
+ margin-bottom: 0px; |
|
304 |
+ margin-top: 50px; |
|
305 |
+} |
|
228 | 306 |
footer.footer{ |
229 | 307 |
margin-top: 20px; |
230 | 308 |
position: absolute; |
231 | 309 |