Template:Styles/Default.css: Difference between revisions
Content deleted Content added
bump method button font-size to 16px for more balance between text and logo buttons |
using max-width for footer |
||
(19 intermediate revisions by the same user not shown) | |||
Line 7:
-webkit-box-sizing: border-box;
box-sizing: border-box;
}▼
/* visually hidden - screenreader only */
.sr-only {
clip: rect(1px, 1px, 1px, 1px) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
overflow: hidden !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important;
}
Line 22 ⟶ 37:
.error-nojs {
max-width: 300px;
color: #
}
Line 33 ⟶ 48:
#jump-to-nav, .uls-tipsy {
display: none;
}▼
.mw-jump-link {
display: none !important;
}
Line 64 ⟶ 83:
.lp-error {
color: #
font-weight: 500;
font-size: 14px;
▲}
.amount-options .lp-error {▼
▲ margin: 0 4px;
}
Line 116 ⟶ 131:
}
#appeal
#appeal-head {
font-size: 21px;
Line 128 ⟶ 143:
}
/* --- Hide non-
.form-monthly .not-monthly-capable
form[data-frequency="monthly"] .not-monthly-capable,
form[data-frequency="annual"] .not-monthly-capable {
display: none;
}
Line 145 ⟶ 162:
.frequency-options ul,
.amount-options ul {
display:
margin: 0;
padding: 0;
list-style: none;
margin-bottom: 8px;
}▼
grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.frequency-options ul li,
.amount-options ul li {
▲ padding: 4px;
}
Line 188 ⟶ 214:
align-items: center;
flex-wrap: wrap;
text-align: center;
height: 50px;
padding: 0
border-radius: 2px;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
cursor: pointer;
transition: background-color 100ms, color 100ms, border-color 100ms, box-shadow 100ms;
Line 334 ⟶ 362:
/* --- Opt-in --- */
▲.optin-options {
▲ padding: 0 4px !important;
▲}
.optin-options legend {
Line 386 ⟶ 410:
.ptf {
display: none;
▲ padding: 0 4px;
}
Line 392 ⟶ 415:
.payment-method-div {
padding: 4px
}
Line 417 ⟶ 440:
color: #54595d;
font-weight: normal;
}
#infobox-wrapper
font-size: 16px;
font-weight: bold;
Line 432 ⟶ 455:
#donate-footer {
width: 100%;
text-align: left;
line-height: 1.4;
}
#donate-footer > div {
margin-bottom:
▲}
▲ font-size: 12px;
}
Line 451 ⟶ 472:
margin: 0;
text-align: center;
font-size: 15px;
}
Line 562 ⟶ 584:
#form-wrapper {
padding: 16px;
}▼
#donate-footer {▼
▲ margin: 24px 0 0 0;
padding: 0;▼
}
Line 593 ⟶ 609:
#content {
padding: 140px 8px 8px 8px;
▲ }
▲ #donate-footer {
max-width: 380px;
}
}
#country-confirm {
text-align: center;
margin-top: -12px;
border-bottom: 1px solid #a2a9b1;
margin-bottom: 8px;
font-size: 90%;
}
@media (min-width: 980px) {
#country-confirm {
margin-top: -18px;
}
}
/* === end of Template:Styles/Default.css === */
|