Template:Styles/Default.css: Difference between revisions

Content deleted Content added
hide .mw-foote
minor CSS fixes
Line 19:
line-height: 1.2;
}
 
.error-nojs {
max-width: 300px;
Line 36 ⟶ 37:
/* Re-add gradient background */
body {
background-image: linear-gradient(to bottom, #fffffffff 40px, #f6f6f6 80px);
background-position: top;
background-repeat: repeat-x;
Line 45 ⟶ 46:
background-color: transparent;
background-image: none;
border: none0;
padding-top: 32px;
}
 
/* Link colors for visibility */
a,
a:visited {
color: #36c;
}
Line 59 ⟶ 61:
font-size: 14px;
}
 
.amount-options .lp-error {
margin: 0 4px;
Line 70 ⟶ 73:
justify-content: center;
}
 
body.rtl #main-wrapper {
direction: rtl;
Line 88 ⟶ 92:
padding-right: 28px;
}
 
body.rtl #appeal-wrapper {
padding-left: 28px;
Line 93 ⟶ 98:
}
 
/* --- Appeal --- */
 
#appeal {
Line 143 ⟶ 148:
}
 
/* --- Subheaders --- */
 
#radiobuttons-table-header,
Line 218 ⟶ 223:
color: #36c;
}
 
.payment-method-button:hover {
background-color: #fff;
border-color: #447ff5;
}
 
.payment-method-button:active {
background-color: #eff3fa;
Line 234 ⟶ 241:
white-space: nowrap;
}
 
.amount-options .frb-btn {
height: 60px;
Line 298 ⟶ 306:
margin: 7px 2px 8px 8px;
}
 
 
.lp-radio-label,
Line 327 ⟶ 334:
padding: 0 4px !important;
}
 
.optin-options legend {
padding: 0;
Line 359 ⟶ 367:
font-weight: normal;
}
 
.optin-no-prompt.is-positive {
border-color: #14866d;
Line 416 ⟶ 425:
color: inherit;
border: 0;
margin-bottom: 8px;
}
 
Line 443 ⟶ 452:
text-align: center;
}
 
.form-info-links li {
display: inline-block;
}
 
.form-info-links a.external {
padding: 14px !important;
Line 453 ⟶ 464:
 
.mw-footer {
display: none;
}
 
.payment-method-button svg {
margin: 0 4px;
}
 
/* Credit card logos.
* Classes are added by https://donate.wikimedia.org/wiki/MediaWiki:DonationForm.js ---
*/
.paymentmethod-cc svg {
Line 518 ⟶ 529:
 
.paymentmethod-cc .cc-logo-rupay {
border: 0;
}
 
Line 560 ⟶ 571:
margin: 0;
}
 
}
/* === end of Template:Styles/2016 oojs uiDefault.css === */