Template:2011FR/Form-section-radiobuttons: 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 26: Line 26:
.amount-table-cell{
.amount-table-cell{
white-space: nowrap;
white-space: nowrap;
}

.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-contained{
display: none;
background-color: #FFFFFF;
border: 1px solid #AAAAAA;
padding: 1em;
color: black;
}

.collapsible-container-marker-collapsed{
display: inline;
color: blue;
}

.collapsible-container-marker-expanded{
display: none;
color: blue;
}
}


Line 101: Line 134:
return !error;
return !error;
}

function triggerHover(elem){}

function triggerLeave(elem){}

function triggerClick(elem){
$('#' + elem + '-container-contained').toggle('fast',null);
$('#' + elem + '-collapsed-marker').toggle('fast',null);
$('#' + elem + '-expanded-marker').toggle('fast',null);
}
}


Line 149: Line 192:
</tr>
</tr>
</table>
</table>
</div>

<div class="collapsible-container" id="country-container" onmouseover="triggerHover('country');" onmouseout="triggerLeave('country');" onclick="triggerClick('country');">
<span class="collapsible-container-marker-collapsed" id="country-collapsed-marker">&#9650;</span>
<span class="collapsible-container-marker-expanded" id="country-expanded-marker">&#9660;</span>
<span class="collapsible-container-trigger">Not your currency?</span>
<div class="collapsible-container-contained" id="country-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.
</div>
</div>
</div>



Revision as of 19:27, 31 October 2011

Donate Now
Not your currency?
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.