Template:Appeal/FY2324 E3 XM/en: Difference between revisions
Content deleted Content added
No edit summary |
mNo edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 29:
width: 200px;
margin: 0 auto;
}
.wmf-mb-logo {
}
body.mw-special-FundraiserLandingPage.page-Special_LandingPage div#mw-content-text.mw-body-content .mw-parser-output #main-wrapper #form-wrapper {
Line 65 ⟶ 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 {
flex-direction: column-reverse;
Line 70 ⟶ 80:
body.mw-special-FundraiserLandingPage.page-Special_LandingPage div#mw-content-text.mw-body-content .mw-parser-output #main-wrapper #form-wrapper {
width: 380px;
}▼
}
body.mw-special-FundraiserLandingPage.page-Special_LandingPage div#content.mw-body {
flex:
▲ height: max-content;
▲ overflow-y: auto;
}
body.mw-special-FundraiserLandingPage.page-Special_LandingPage div#bodyContent.vector-body {
▲ overflow-y: auto;
▲ max-height: 100vh;
▲ }
▲ }
▲ display: none;
▲ body.mw-special-FundraiserLandingPage.page-Special_LandingPage div#mw-content-text.mw-body-content img.wmf-logo {
▲ body.mw-special-FundraiserLandingPage.page-Special_LandingPage div#mw-navigation {
▲ flex: 1;
align-items: center;▼
overflow-y: hidden;
▲ background-size: cover;
▲ body.mw-special-FundraiserLandingPage.page-Special_LandingPage div#mw-navigation h2,
}
body.mw-special-FundraiserLandingPage.page-Special_LandingPage div#mw-navigation .jimmy-appeal .jimmy-quote {
font-size:
}
body.mw-special-FundraiserLandingPage.page-Special_LandingPage div#mw-navigation .jimmy-appeal .jimmy-founder {
}
}
</style>
Line 136 ⟶ 112:
var rightSide = document.getElementById("mw-content-text");
rightSide.insertBefore(logo, rightSide.firstChild);
var emptyParagraph = document.querySelector('.wmf-logo').nextElementSibling;
emptyParagraph.style.display = "none";
Line 142 ⟶ 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");
|