MediaWiki:Resources/donate-form-infobox.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
<html>
<style type="text/css">
.donate {
width: 25em;
padding: 1em;
}
#donate-form-wrapper {
background-color: #CCE7CD;
border: 1px solid #5EAC58;
padding: 1em;
}
.donate-form-contained {
border-bottom: 1px solid #5EAC58;
padding-top: 1em;
padding-bottom: 1em;
}
.dividing-line {
border-bottom: 1px solid #5EAC58;
padding-bottom: 1em;
padding-top: 1em;
}
#donor-infobox-block {
border-bottom: none;
}
#donor-policy-block {
width: 33.8em;
font-size: 0.85em;
line-height: 1.3em;
padding-left: 1em;
padding-right: 1em;
padding-top: 0.5em;
}
#donate-links-block {
border: none;
background-color: transparent;
line-height: 1.3em;
padding: 0 1em;
padding-top: 1em;
/*width: 27em;*/
}
input.button {
font-size: 95%;
}
.form-info-links {
list-style: none !important;
margin-left: 0 !important;
}
#monthly-link {
display: none;
}
#onetime-link {
display: none;
}
</style>
</html>