Template:Styles/Default.css: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
No edit summary
move some inline styles here
Line 107: Line 107:
text-align: center;
text-align: center;
font-size: 1em;
font-size: 1em;
font-weight: bold;
}
}


Line 219: Line 220:
width: 100%;
width: 100%;
margin-bottom: 1em;
margin-bottom: 1em;
font-size: 1.2em;
}
}


Line 225: Line 227:
padding: 1px;
padding: 1px;
text-align: center;
text-align: center;
white-space: nowrap;
}
}


Line 244: Line 247:
display: block;
display: block;
width: 100%;
width: 100%;
border: 1px solid #ccc;
border: 1px solid #c0c0c0;
color: #555;
color: #555;
padding: .2em;
padding: .2em;
Line 400: Line 403:
margin: 0;
margin: 0;
padding: 0 .5em .5em .5em;
padding: 0 .5em .5em .5em;
}
}


#p-logo a {
#p-logo a {
width: 120px;
width: 120px;
height: 120px;
height: 120px;
background-size: 80%;
background-size: 80%;
}
}


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


/* Hide appeal */
/* Hide appeal */
#appeal-wrapper {
#appeal-wrapper {
margin-top: 60px;
margin-top: 60px;
display: block;
display: block;
}
}
#appeal-head {
#appeal-head {
display: none;
display: none;
}
}
#appeal-body {
#appeal-body {
padding-top: 0.2em;
padding-top: 0.2em;
}
}
.appeal-text-long, .appeal-text-short {
.appeal-text-long, .appeal-text-short {
display: none;
display: none;
}
}


#donate-form-wrapper {
#donate-form-wrapper {
padding: 1em;
padding: 1em;
}
}

div#infobox-wrapper, div#donor-policy-block {
div#infobox-wrapper, div#donor-policy-block {
width: 100%;
width: 100%;
}
}


/* Smallprint and links */
/* Smallprint and links */
div#donor-policy-block {
div#donor-policy-block {
margin: 0;
margin: 0;
padding: 0;
padding: 0;
}
}


/* Footer */
/* Footer */
div#footer {
div#footer {
margin: 0;
margin: 0;
}
}


/* Smaller font size for countries with v long amounts */
/* Smaller font size for countries with v long amounts */
.country-CO .radiobuttons-cell label,
.country-CO .radiobuttons-cell label,
.country-CR .radiobuttons-cell label,
.country-CR .radiobuttons-cell label,
.country-KR .radiobuttons-cell label,
.country-KR .radiobuttons-cell label,
.country-PY .radiobuttons-cell label,
.country-PY .radiobuttons-cell label,
.country-VN .radiobuttons-cell label {
.country-VN .radiobuttons-cell label {
font-size: .9em;
font-size: .9em;
}
}


}
}