Template:Styles/Default.css: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
tweak logo spacing on mobile
new tableless layout
Line 28: Line 28:
#mw-page-base, #mw-head-base,
#mw-page-base, #mw-head-base,
#mw-panel .portal,
#mw-panel .portal,
#mw-head, #catlinks,
#mw-head, #catlinks,
#firstHeading, #contentSub, #siteSub,
#firstHeading, #contentSub, #siteSub,
#jump-to-nav, .uls-tipsy {
#jump-to-nav, .uls-tipsy {
display: none;
display: none;
Line 63: Line 63:
/* --- Overall layout of the landing page --- */
/* --- Overall layout of the landing page --- */


#LP-table {
#main-wrapper {
width: 100%;
width: 100%;
border: none;
display: flex;
border-collapse: collapse;
justify-content: center;
}
}
body.rtl #LP-table {
body.rtl #main-wrapper {
direction: rtl;
direction: rtl;
}
}


#form-wrapper {
#form-wrapper {
vertical-align: top;
max-width: 380px;
width: 360px;
}
}

#appeal-wrapper {
#appeal-wrapper {
vertical-align: top;
flex: 1;
padding-left: 0;
padding-left: 0;
padding-right: 2em;
padding-right: 2em;
Line 389: Line 389:
}
}


#form-wrapper {
display: block;
width: 100%;
}
#donate-form-wrapper {
#donate-form-wrapper {
padding: 16px;
padding: 16px;
}
}


/* Smallprint and links */
/* Smallprint and links */
#donate-footer {
#donate-footer {
margin: 24px 0 0 0;
margin: 24px 0 0 0;