Template:2011FR/Form-section-links: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
Cbarr (talk | contribs)
No edit summary
Cbarr (talk | contribs)
No edit summary
Line 8: Line 8:
}
}


.collapsible-container:hover{
.collapsible-container-trigger{
text-decoration: underline;
color: blue;
color: blue;
font-size: 1.2em;
}
}


.colapsible-container-trigger{
.collapsible-container-trigger:hover{
text-decoration: underline;
color: blue;
color: blue;
font-size: 1.2em;
}
}


.collapsible-container-marker{
.collapsible-container-marker{
color: blue;
}

.collapsible-container-marker:hover{
text-decoration: underline;
color: blue;
color: blue;
}
}
Line 27: Line 32:
border: 1px solid #AAAAAA;
border: 1px solid #AAAAAA;
padding: 1em;
padding: 1em;
color: black;
}

.collapsible-container-contained:hover{
text-decoration: none;
color: black;
color: black;
}
}
Line 80: Line 80:


<div class="collapsible-container" id="monthly-container">
<div class="collapsible-container" id="monthly-container">
<a class="colapsible-container-trigger">Make a monthly donation</a>
<a class="collapsible-container-trigger">Make a monthly donation</a>
</div>
</div>


<div class="collapsible-container" id="otherways-container">
<div class="collapsible-container" id="otherways-container">
<a class="colapsible-container-trigger">Other ways to give</a>
<a class="collapsible-container-trigger">Other ways to give</a>
</div>
</div>


<div class="collapsible-container" id="faq-container">
<div class="collapsible-container" id="faq-container">
<a class="colapsible-container-trigger">Frequently Asked Questions</a>
<a class="collapsible-container-trigger">Frequently Asked Questions</a>
</div>
</div>


Line 94: Line 94:
<span id="donor-collapsed-marker" class="collapsible-container-marker">&#9650;</span>
<span id="donor-collapsed-marker" class="collapsible-container-marker">&#9650;</span>
<span id="donor-expanded-marker" class="collapsible-container-marker">&#9660;</span>
<span id="donor-expanded-marker" class="collapsible-container-marker">&#9660;</span>
<span class="colapsible-container-trigger">Tax deductibility information</span>
<span class="collapsible-container-trigger">Tax deductibility information</span>
<div class="collapsible-container-contained" id="donor-container-contained">
<div class="collapsible-container-contained" id="donor-container-contained">
Wikimedia Foundation is a non-profit charity established in the United States under the US IRS Code Section 501(c)(3), and, for that reason, donations from persons or entities located in the United States may benefit from tax deductible status. Donations from persons or entities located outside the United States may not be eligible for tax deductions in the United States and elsewhere; in such cases, donors should seek local tax advice. Importantly, Wikimedia does not seek donations from persons or entities located in any jurisdiction that prohibits or restricts fundraising activities by international charities such as Wikimedia or applies gift taxes on donations made to such international charities.
Wikimedia Foundation is a non-profit charity established in the United States under the US IRS Code Section 501(c)(3), and, for that reason, donations from persons or entities located in the United States may benefit from tax deductible status. Donations from persons or entities located outside the United States may not be eligible for tax deductions in the United States and elsewhere; in such cases, donors should seek local tax advice. Importantly, Wikimedia does not seek donations from persons or entities located in any jurisdiction that prohibits or restricts fundraising activities by international charities such as Wikimedia or applies gift taxes on donations made to such international charities.
Line 103: Line 103:
<span id="tax-collapsed-marker" class="collapsible-container-marker">&#9650;</span>
<span id="tax-collapsed-marker" class="collapsible-container-marker">&#9650;</span>
<span id="tax-expanded-marker" class="collapsible-container-marker">&#9660;</span>
<span id="tax-expanded-marker" class="collapsible-container-marker">&#9660;</span>
<span class="colapsible-container-trigger">Your information is private</span>
<span class="collapsible-container-trigger">Your information is private</span>
<div class="collapsible-container-contained" id="tax-container-contained">
<div class="collapsible-container-contained" id="tax-container-contained">
By donating, you are sharing your information with the Wikimedia Foundation, the nonprofit organization that hosts Wikipedia and other Wikimedia projects, and its service providers in the U.S. and elsewhere pursuant to our donor privacy policy. We do not sell or trade your information to anyone. For more information please read our donor policy.
By donating, you are sharing your information with the Wikimedia Foundation, the nonprofit organization that hosts Wikipedia and other Wikimedia projects, and its service providers in the U.S. and elsewhere pursuant to our donor privacy policy. We do not sell or trade your information to anyone. For more information please read our donor policy.

Revision as of 11:23, 31 October 2011

<html>

<style type="text/css">

.collapsible-container{

 font-size: 0.8em;
 cursor: pointer;

}

.collapsible-container-trigger{

 color: blue;
 font-size: 1.2em;

}

.collapsible-container-trigger:hover{

 text-decoration: underline;
 color: blue;

}

.collapsible-container-marker{

 color: blue;

}

.collapsible-container-marker:hover{

 text-decoration: underline;
 color: blue;

}

.collapsible-container-contained{

 display: none;
 background-color: #FFFFFF;
 border: 1px solid #AAAAAA;
 padding: 1em;
 color: black;

}

  1. donor-collapsed-marker{
 display: inline;

}

  1. donor-expanded-marker{
 display: none;

}

  1. tax-collapsed-marker{
 display: inline;

}

  1. tax-expanded-marker{
 display: none;

}

</style>

<script type="text/javascript">

function triggerHover(elem){ // document.getElementById(elem + '-container-contained').style.display='block'; // document.getElementById(elem + '-collapsed-marker').style.display='none'; // document.getElementById(elem + '-expanded-marker').style.display='inline'; }

function triggerLeave(elem){ // document.getElementById(elem + '-container-contained').style.display='none'; // document.getElementById(elem + '-collapsed-marker').style.display='inline'; // document.getElementById(elem + '-expanded-marker').style.display='none'; }

function triggerClick(elem){ // document.getElementById(elem + '-container-contained').style.display='none'; // document.getElementById(elem + '-collapsed-marker').style.display='inline'; // document.getElementById(elem + '-expanded-marker').style.display='none';

 $('#' + elem + '-container-contained').toggle('slow',null);
 $('#' + elem + '-collapsed-marker').toggle('slow',null);
 $('#' + elem + '-expanded-marker').toggle('slow',null);

}

</script>

   <a class="collapsible-container-trigger">Make a monthly donation</a>
   <a class="collapsible-container-trigger">Other ways to give</a>
   <a class="collapsible-container-trigger">Frequently Asked Questions</a>
   
   
   Tax deductibility information
     Wikimedia Foundation is a non-profit charity established in the United States under the US IRS Code Section 501(c)(3), and, for that reason, donations from persons or entities located in the United States may benefit from tax deductible status. Donations from persons or entities located outside the United States may not be eligible for tax deductions in the United States and elsewhere; in such cases, donors should seek local tax advice. Importantly, Wikimedia does not seek donations from persons or entities located in any jurisdiction that prohibits or restricts fundraising activities by international charities such as Wikimedia or applies gift taxes on donations made to such international charities.
   
   
   Your information is private
     By donating, you are sharing your information with the Wikimedia Foundation, the nonprofit organization that hosts Wikipedia and other Wikimedia projects, and its service providers in the U.S. and elsewhere pursuant to our donor privacy policy. We do not sell or trade your information to anyone. For more information please read our donor policy.

<html>