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

From Donate
Jump to navigation Jump to search
Content deleted Content added
m Testing CSS rearrangement
Blanked the page
Tag: Blanking
Line 1: Line 1:
<html>
<style>
body {
display: flex;
flex-direction: row-reverse;
}

div#content.mw-body {
flex: 1;
margin: 0;
padding: 0;
height: max-content;
overflow-y: auto;
}

/* Right Side */
div#bodyContent.vector-body {
overflow-y: auto;
max-height: 100vh;
}

div#mw-content-text.mw-body-content {
overflow-y: auto;
display: flex;
flex-direction: column;
padding: 0px;
gap: 30px;
}

div#mw-content-text.mw-body-content p {
margin: 0;
}

div#mw-content-text.mw-body-content img.wmf-logo {
width: 200px;
margin: 0;
}

/* Left Side */

div#mw-nagivation {
flex: 1;
background: url('https://people.wikimedia.org/~ppenloglou/assets/images/bg-donate-test.png');
background-position-y: 0%;
background-size: auto;
background-position-y: center;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
overflow-y: hidden;
max-height: 100vh;
}

div#mw-nagivation h2{
display:none;
}
@media (max-width: 1400px) {}
</style>

</html>

Revision as of 22:45, 15 October 2023