MediaWiki:Resources/donate-form-infobox.css: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
creating page with CSS from Template:2012FR/Form-template-whereyourdonation |
adding CSS from Template:2012FR/Form-section/Links/Default |
||
Line 48: | Line 48: | ||
input.button { |
input.button { |
||
font-size: 95%; |
font-size: 95%; |
||
} |
|||
.form-info-links { |
|||
list-style: none !important; |
|||
margin-left: 0 !important; |
|||
} |
|||
#monthly-link { |
|||
display: none; |
|||
} |
|||
#onetime-link { |
|||
display: none; |
|||
} |
} |
||
Revision as of 19:13, 22 March 2012
<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>