Template:Styles/Default.css: Difference between revisions

Content deleted Content added
convert buttons to flex
update heading styles
 
(21 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 {
border: 0 !important;
clip: rect(1px, 1px, 1px, 1px) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important;
}
 
Line 22 ⟶ 37:
.error-nojs {
max-width: 300px;
color: #d33d73333;
}
 
Line 30 ⟶ 45:
#mw-panel .portal,
#mw-head, #catlinks,
#firstHeading, #contentSub, #contentSub2, #siteSub,
#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;
}
 
/* Prevent site logos from showing through modals (e.g. for monthly convert) */
.vector-body {
position: inherit;
}
 
body.modal-open {
overflow: hidden;
position: fixed;
}
 
Line 88 ⟶ 103:
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 24px;
}
 
Line 105 ⟶ 122:
 
#appeal-wrapper {
flex: 1 0 0;
padding-left: 0;
padding-right: 28px;
}
 
body.rtl #appeal-wrapper {
padding-left: 28px;
padding-right: 0;
}
 
Line 121 ⟶ 131:
}
 
#appeal h2.mw-heading2,
#appeal-head {
font-size: 21px;
Line 150 ⟶ 160:
.frequency-options ul,
.amount-options ul {
display: flexgrid;
margin: 0;
padding: 0;
list-style: none;
gap: 8px;
margin-bottom: 8px;
}
 
.frequency-options ul {
grid-template-columns: 1fr 1fr;
}
 
.amount-options ul {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
 
.frequency-options ul li,
.amount-options ul li {
flexpadding: 1 0 0;
padding: 4px;
}
 
Line 253 ⟶ 272:
 
/* --- Donation Amounts --- */
 
.amount-options li {
white-space: nowrap;
}
 
.amount-options .frb-btn {
height: 60px;
font-size: 15px;
line-height: 1.2;
text-align: center;
}
 
Line 341 ⟶ 358:
 
/* --- Opt-in --- */
 
.optin-options {
padding: 0 4px !important;
}
 
.optin-options legend {
Line 393 ⟶ 406:
.ptf {
display: none;
padding: 0 4px;
}
 
Line 399 ⟶ 411:
 
.payment-method-div {
padding: 4px 4px0;
}
 
Line 410 ⟶ 422:
margin: 0;
width: 100%;
font-size: 15px16px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
overflow: hidden;
}
 
Line 423 ⟶ 436:
color: #54595d;
font-weight: normal;
paddingmargin-top: 8px 4px 0 4px;
}
 
#infobox-wrapper h2.mw-heading2 {
font-size: 16px;
font-weight: bold;
Line 495 ⟶ 508:
.cctypes-vmar {
font-size: 0; /* Remove spacing between icons */
}
 
.cctypes-vmad span,
.cctypes-vmaj span,
.cctypes-vmj span,
.cctypes-vma span,
.cctypes-vm span,
.cctypes-CBvma span,
.cctypes-vmar span {
display: none; /* Hide default text */
}
 
Line 553 ⟶ 556:
 
/* Mobile styles */
@media screen and (max-width: 981px) {
/* Text & Logo layout */
#content {
margin: 0;
padding: 140px 8px24px 8px24px 8px24px;
}
 
#mw-panel, #p-logo, #p-logo a {
width: 100% !important;
height: 160px140px;
margin: 0;
}
 
Line 590 ⟶ 594:
}
}
 
@media (max-width: 721px) {
/* Stack appeal and form */
#appeal-wrapper {
flex-basis: 100%;
padding: 0;
}
}
 
@media (max-width: 501px) {
/* Appeal same width as form */
#appeal-wrapper {
max-width: 380px;
padding: 0;
}
 
#content {
padding: 140px 8px 8px 8px;
}
 
}
 
#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 === */