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 24: Line 24:
.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 132: Line 99:
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 191: Line 148:
</table>
</table>
</div>
</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>

</html>
</html>

Revision as of 00:16, 1 November 2011

Donation Amount