User:Pcoombe (WMF)/sandbox: Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
No edit summary
No edit summary
Line 31: Line 31:
</div>
</div>


You will receive a receipt via email when we have processed your donation. <span class="ty-bitcoin" style="display: none;">Receipts for Bitcoin donations may take 3–7 business days.</span>
<div class="ty-receipt">

You will receive a receipt via email when we have processed your donation. <span class="ty-bitcoin" style="display: none;">Receipts for Bitcoin donations may take 3–7 business days.</span> If you have any questions or would like to check the status of your donation, please email donate@wikimedia.org.
If you have any questions or would like to check the status of your donation, please email donate@wikimedia.org.
</div>


=== Spread the word ===
=== Spread the word ===

Revision as of 18:27, 28 October 2014


<html> <style>

  1. firstHeading, #contentSub, #siteSub {
   display: none;

} .ty {

   font-size: 1.2em;

} .ty h3 {

   color: #006699;

} .ty-header {

   font-size: 3em;
   font-weight: bold;

} .ty-footer {

   border-top: 1px solid ;
   text-align: center;

} </style> </html>

Template:Hide banners

<html> <script> $(document).ready( function () {

   var paymentMethod = mw.util.getParamValue("payment_method");
   if(paymentMethod == "bt") {
       $(".ty-banktransfer").show();
   }
   if(paymentMethod == "bitcoin") {
       $(".ty-bitcoin").show();
   }

}); </script> </html>