Template:Appeal/FY2324 E3 XM/en: Difference between revisions
Content deleted Content added
No edit summary |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 69:
@media (max-width: 980px) {
.wmf-mb-logo {display:block; width:200px; margin:20px auto}
body.mw-special-FundraiserLandingPage.page-Special_LandingPage div#mw-content-text.mw-body-content img.wmf-logo {display:none;}
body.mw-special-FundraiserLandingPage.page-Special_LandingPage {
Line 120:
function addQuote() {
var quote = document.createElement("div");
quote.innerHTML = "<img src='https://upload.wikimedia.org/wikipedia/donate/6/60/Wmf_logo_horiz_K.svg' class='wmf-mb-logo' alt='Wikimedia Foundation Logo'><p class='jimmy-quote'>“Imagine a world in which every single person on the planet has free access to the sum of all human knowledge.”</p><p class='jimmy-founder'>Jimmy Wales - Founder of Wikipedia</p>";
quote.classList.add("jimmy-appeal")
var leftSide = document.getElementById("mw-navigation");
|