Template:Appeal/en6c-email3-demo/en: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
mNo edit summary
mNo edit summary
Line 43: Line 43:
max-height: 100vh;
max-height: 100vh;
}
}
body.mw-special-FundraiserLandingPage.page-Special_LandingPage div#mw-navigation h2, body.mw-special-FundraiserLandingPage.page-Special_LandingPage div#mw-navigation div#mw-panel {
body.mw-special-FundraiserLandingPage.page-Special_LandingPage div#mw-navigation h2,
body.mw-special-FundraiserLandingPage.page-Special_LandingPage div#mw-navigation div#mw-panel {
display: none;
display: none;
}
body.mw-special-FundraiserLandingPage.page-Special_LandingPage div#mw-navigation .jimmy-quote {
font-size: 28px;
text-align: center;
line-height: 1.5;
font-weight: bold;
padding: 0 2rem;
margin-bottom: 30px;
}
}


Line 56: Line 65:
var rightSide = document.getElementById("mw-content-text");
var rightSide = document.getElementById("mw-content-text");
rightSide.insertBefore(logo, rightSide.firstChild);
rightSide.insertBefore(logo, rightSide.firstChild);
}

function addQuote() {
var quote = document.createElement("p");
quote.innerHTML = "“Imagine a world in which every single person on the planet has free access to the sum of all human knowledge.”";
quote.classList.add("jimmy-quote");
var leftSide = document.getElementById("mw-navigation");
leftSide.insertBefore(quote, leftSide.firstChild);
}
}
document.addEventListener("DOMContentLoaded", addImageOnLoad);
document.addEventListener("DOMContentLoaded", addImageOnLoad);

Revision as of 09:29, 16 October 2023