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
update heading styles
 
(11 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 {
paddingborder: 0 4px !important;
clip: rect(1px, 1px, 1px, 1px) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
margin: 0-1px 4px!important;
overflow: hidden !important;
padding: 0 4px!important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important;
}
 
Line 22 ⟶ 37:
.error-nojs {
max-width: 300px;
color: #d33d73333;
}
 
Line 33 ⟶ 48:
#jump-to-nav, .uls-tipsy {
display: none;
 
.mw-jump-link {
display: none !important;
}
 
Line 64 ⟶ 83:
 
.lp-error {
color: #d33d73333;
font-weight: 500;
font-size: 14px;
 
.amount-options .lp-error {
margin: 0 4px;
}
 
Line 116 ⟶ 131:
}
 
#appeal h2.mw-heading2,
#appeal-head {
font-size: 21px;
Line 145 ⟶ 160:
.frequency-options ul,
.amount-options ul {
display: flexgrid;
margin: 0;
padding: 0;
list-style: none;
paddinggap: 4px8px;
margin-bottom: 8px;
}
 
.optinfrequency-options ul {
grid-template-columns: 1fr 1fr;
}
 
.amount-options .lp-errorul {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
 
.frequency-options ul li,
.amount-options ul li {
flexpadding: 1 0 0;
padding: 4px;
}
 
Line 334 ⟶ 358:
 
/* --- Opt-in --- */
 
.optin-options {
padding: 0 4px !important;
 
.optin-options legend {
Line 386 ⟶ 406:
.ptf {
display: none;
padding: 0 4px;
}
 
Line 392 ⟶ 411:
 
.payment-method-div {
padding: 4px 4px0;
}
 
Line 417 ⟶ 436:
color: #54595d;
font-weight: normal;
paddingmargin-top: 8px 4px 0 4px;
}
 
#infobox-wrapper h2.mw-heading2 {
font-size: 16px;
font-weight: bold;
Line 596 ⟶ 615:
 
}
 
#country-confirm {
text-align: center;
margin-top: -12px;
padding: 4px 0;
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 === */