MediaWiki:Resources/2015/landingpage-responsive.css: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
breaking out this too |
No edit summary |
||
Line 33: | Line 33: | ||
} |
} |
||
/* |
/* Smallprint and links */ |
||
⚫ | |||
div.frequency-options, |
|||
⚫ | |||
table#radiobuttons-table, |
|||
⚫ | |||
input.payment-method-button { |
|||
font-size: 1.5em; |
|||
} |
|||
input.payment-method-button { |
|||
⚫ | |||
} |
|||
⚫ | |||
width: 100%; |
|||
} |
|||
p#informationsharing, ul#moreinfolinks { |
|||
font-size: 1em; |
|||
line-height: 1.35em; |
|||
width: inherit; |
|||
⚫ | |||
} |
} |
||
Revision as of 17:23, 12 January 2015
/* === MediaWiki:Resources/2015/landingpage-responsive.css === */
@media screen and (max-width: 981px) {
/* Text & Logo layout */
#content {
margin: 0;
padding: 0 1em 1em 1em;
}
#p-logo a {
width: 120px;
height: 120px;
background-size: 80%;
}
#form-wrapper, #donate {
display: block;
}
/* Hide appeal */
#appeal-wrapper {
margin-top: 120px;
display: block;
}
#appeal-head {
display: none;
}
#appeal-body {
padding-top: 0.2em;
}
.appeal-text-long, .appeal-text-short {
display: none;
}
/* Smallprint and links */
div#donor-policy-block {
margin: 0;
padding: 0;
}
/* Footer */
div#footer {
margin: 0;
}
}
/* === end of MediaWiki:Resources/2015/landingpage-responsive.css === */