Template:Styles/Default.css: Difference between revisions

Content deleted Content added
No edit summary
move some inline styles here
Line 107:
text-align: center;
font-size: 1em;
font-weight: bold;
}
 
Line 219 ⟶ 220:
width: 100%;
margin-bottom: 1em;
font-size: 1.2em;
}
 
Line 225 ⟶ 227:
padding: 1px;
text-align: center;
white-space: nowrap;
}
 
Line 244 ⟶ 247:
display: block;
width: 100%;
border: 1px solid #cccc0c0c0;
color: #555;
padding: .2em;
Line 400 ⟶ 403:
margin: 0;
padding: 0 .5em .5em .5em;
}
 
#p-logo a {
width: 120px;
height: 120px;
background-size: 80%;
}
 
#form-wrapper {
display: block;
width: 100%;
}
#donate {
display: block;
}
 
/* Hide appeal */
#appeal-wrapper {
margin-top: 60px;
display: block;
}
#appeal-head {
display: none;
}
#appeal-body {
padding-top: 0.2em;
}
.appeal-text-long, .appeal-text-short {
display: none;
}
 
#donate-form-wrapper {
padding: 1em;
}
 
div#infobox-wrapper, div#donor-policy-block {
width: 100%;
}
 
/* Smallprint and links */
div#donor-policy-block {
margin: 0;
padding: 0;
}
 
/* Footer */
div#footer {
margin: 0;
}
 
/* Smaller font size for countries with v long amounts */
.country-CO .radiobuttons-cell label,
.country-CR .radiobuttons-cell label,
.country-KR .radiobuttons-cell label,
.country-PY .radiobuttons-cell label,
.country-VN .radiobuttons-cell label {
font-size: .9em;
}
 
}