Template:Styles/endowment.css: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
rm padding from appeal-wrapper, set it in individual appeals
style endowment ways to give link
Line 18: Line 18:
.frequency-options {
.frequency-options {
display: none;
display: none;
}

.endowment-wtg a {
display: block;
text-align: center;
height: 50px;
line-height: 50px;
font-weight: 500;
}
}

Revision as of 19:42, 2 October 2020

/* To be used with addStyle parameter. */

/* Replace WMF logo with Endowment logo. Size and !important needed for mobile. */
html body .mw-wiki-logo {
    background-image: url('//upload.wikimedia.org/wikipedia/donate/8/85/Wikimedia_Endowment_2x.png') !important;
    background-size: 135px auto !important;
}

/* Only show Endowment supported payment methods */
.payment-method-div {
    display: none;
}
.paymentmethod-cc,
.paymentmethod-pp {
    display: block;
}

.frequency-options {
    display: none;
}

.endowment-wtg a {
    display: block;
    text-align: center;
	height: 50px;
    line-height: 50px;
    font-weight: 500;
}